QyzxEntInfoMMapper.java 324 Bytes
Newer Older
yuquan.zhu committed
1 2 3 4 5 6 7
package cn.timer.api.dao.qyzx;
import org.springframework.stereotype.Repository;

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

import cn.timer.api.bean.qyzx.QyzxEntInfoM;

东州 翁 committed
8 9 10



yuquan.zhu committed
11 12 13 14 15 16 17 18 19 20
/**
*  企业信息
* @author Tang 2019-11-11
*/
@Repository
public interface QyzxEntInfoMMapper extends BaseMapper<QyzxEntInfoM> {



}