11
tjx
2025-12-04 0e96e64e353192138d770c2aef62a3175c8aa648
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.gs.dingtalk.mapper;
 
import com.gs.dingtalk.entity.MesAdDataExc;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
* @author Administrator
* @description 针对表【MES_AD_DATA_EXC】的数据库操作Mapper
* @createDate 2025-12-04 15:44:14
* @Entity com.gs.dingtalk.entity.MesAdDataExc
*/
public interface MesAdDataExcMapper extends BaseMapper<MesAdDataExc> {
 
}