tjx
2 天以前 4cb1c6b66795468cbe361b66ae261159b7d9aedd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.hk.NumericalCollection.mapper;
 
import com.hk.NumericalCollection.entity.MesNumerical;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
* @author Administrator
* @description 针对表【MES_NUMERICAL】的数据库操作Mapper
* @createDate 2024-11-06 14:54:47
* @Entity com.hk.NumericalCollection.entity.MesNumerical
*/
public interface MesNumericalMapper extends BaseMapper<MesNumerical> {
 
}