liyong
4 天以前 f5624a59380db70633eebe3612e2d3c703012b41
src/main/java/com/ruoyi/production/service/ProductionProductMainService.java
@@ -12,4 +12,8 @@
public interface ProductionProductMainService extends IService<ProductionProductMain> {
    IPage<ProductionProductMainDto> listPageProductionProductMainDto(Page page, ProductionProductMainDto productionProductMainDto);
    Boolean addProductMain(ProductionProductMainDto productionProductMainDto);
    Boolean removeProductMain(ProductionProductMainDto productionProductMainDto);
}