tjx
3 天以前 88a106141826b817a6d4b8e41c48160cef011f5e
1
2
3
4
5
6
7
8
9
10
package com.hk.NumericalCollection.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.hk.NumericalCollection.entity.MesNumericalBycl;
 
/**
 * 针对表【MES_NUMERICAL_BYCL】的数据库操作Mapper
 */
public interface MesNumericalByclMapper extends BaseMapper<MesNumericalBycl> {
}