|
@@ -0,0 +1,14 @@
|
|
|
+package org.jeecg.modules.syPlanStatistics.service;
|
|
|
+
|
|
|
+import org.jeecg.modules.syPlanStatistics.entity.SyPlanStatistics;
|
|
|
+import com.baomidou.mybatisplus.extension.service.IService;
|
|
|
+
|
|
|
+
|
|
|
+ * @Description: 计划单统计表补充
|
|
|
+ * @Author: jeecg-boot
|
|
|
+ * @Date: 2023-03-30
|
|
|
+ * @Version: V1.0
|
|
|
+ */
|
|
|
+public interface ISyPlanStatisticsService extends IService<SyPlanStatistics> {
|
|
|
+
|
|
|
+}
|