chenlu
9 天以前 25cc86fd8a2fb3b2bb6b385cba0adaf89ff3dcdc
1
2
3
4
5
6
7
8
9
package com.example.erp.mapper.sd;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.example.erp.entity.sd.GlassPriceBasic;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface GlassPriceBasicMapper extends BaseMapper<GlassPriceBasic> {
}