HtzzAdminZzdaMapper.java 338 Bytes
Newer Older
yuquan.zhu committed
1 2 3 4
package cn.timer.api.dao.htzz;

import org.springframework.stereotype.Repository;

邓实川 committed
5
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
yuquan.zhu committed
6 7 8 9 10 11 12 13 14

import cn.timer.api.bean.htzz.HtzzAdminZzda;

/**
 * 合同证照档案表
 * 
 * @author Tang 2019-12-04
 */
@Repository
邓实川 committed
15
public interface HtzzAdminZzdaMapper extends BaseMapper<HtzzAdminZzda> {
yuquan.zhu committed
16 17

}