YgCartogramDtoMapper.java 355 Bytes
Newer Older
东州 翁 committed
1 2 3 4 5
package cn.timer.api.dao.yggl;
import org.springframework.stereotype.Repository;

import com.baomidou.mybatisplus.core.mapper.BaseMapper;

6
import cn.timer.api.dto.yggl.YgCartogramDto;
东州 翁 committed
7 8 9 10 11 12 13 14



/**
*  人事仪表盘饼图表
* @author Tang 2019-11-15
*/
@Repository
15
public interface YgCartogramDtoMapper extends BaseMapper<YgCartogramDto> {
东州 翁 committed
16 17

}