DtParamDao.java 319 Bytes
Newer Older
godlovericea's avatar
godlovericea committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
package io.report.modules.ser.dao;

import io.report.modules.ser.entity.DtParamEntity;
import com.baomidou.mybatisplus.mapper.BaseMapper;

/**
 * 数据集参数表
 * 
 * @author jizh
 * @email jzh15084102133@126.com
 * @date 2018-08-29 18:01:10
 */
public interface DtParamDao extends BaseMapper<DtParamEntity> {
	
}