HtzzAssoHtgxMapper.java 329 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.HtzzAssoHtgx;

/**
 * 合同关系表
 * 
 * @author Tang 2019-12-18
 */
@Repository
邓实川 committed
15
public interface HtzzAssoHtgxMapper extends BaseMapper<HtzzAssoHtgx> {
yuquan.zhu committed
16 17

}