KqglAssoLeaveRulesTMapper.java 342 Bytes
Newer Older
lal committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
package cn.timer.api.dao.kqmk;
import org.springframework.stereotype.Repository;

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

import cn.timer.api.bean.kqmk.KqglAssoLeaveRulesT;

/**
*  假期规则
* @author Tang 2020-06-23
*/
@Repository
public interface KqglAssoLeaveRulesTMapper extends BaseMapper<KqglAssoLeaveRulesT> {



}