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

import org.springframework.stereotype.Repository;

5
import com.baomidou.mybatisplus.extension.service.IService;
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
15
public interface HtzzAssoHtgxMapper extends IService<HtzzAssoHtgx> {
yuquan.zhu committed
16 17

}