ZKBH
3 天以前 25a0ff7d2398f5b11b85549097cd20446e51f0ce
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/service/IMdcEquipmentDaySummaryService.java
@@ -4,4 +4,6 @@
import org.jeecg.modules.mdc.entity.MdcEquipmentDaySummary;
public interface IMdcEquipmentDaySummaryService extends IService<MdcEquipmentDaySummary> {
    MdcEquipmentDaySummary statisticsQty(String productionId);
}