kongdeqiang
2023-07-05 4390e392275b4320e18e39a508149d24bce04f93
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.boying.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.boying.entity.DongHuanBaoJing;
import com.boying.entity.DongHuanZhuangTai;
import org.springframework.stereotype.Repository;
 
/**
 * @author kdq
 * @version 1.0.0
 * @ClassName DongHuanZhuangTaiMapper.java
 * @Description TODO
 * @createTime 2023年06月19日 08:35:00
 */
@Repository
public interface DongHuanBaoJingMapper extends BaseMapper<DongHuanBaoJing> {
}