廖井涛
2024-02-27 464f075399dfdfc91ebe2af3a8a7e60c9be935ba
north-glass-erp/src/main/java/com/example/erp/mapper/sd/ProductDetailMapper.java
New file
@@ -0,0 +1,12 @@
package com.example.erp.mapper.sd;
import com.example.erp.entity.sd.ProductDetail;
import org.apache.ibatis.annotations.Mapper;
import java.util.List;
@Mapper
public interface ProductDetailMapper {
    List<ProductDetail> getGlassDetailList();
}