Blame view

FundDictService.java 286 Bytes
涂亚平 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
package com.zhongzhi.service;

import com.zhongzhi.model.FundDictDO;
import com.baomidou.mybatisplus.extension.service.IService;

/**
 * <p>
 * 届数表 服务类
 * </p>
 *
 * @author DengMin
 * @since 2021-04-28
 */
public interface FundDictService extends IService<FundDictDO> {

}