huminmin
4 天以前 b34e423b1820193b7269a96731c734c8f03665c5
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);
}