|
@@ -3,12 +3,7 @@ package org.jeecg.modules.cost.service;
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
import org.apache.poi.ss.formula.functions.T;
|
|
|
import org.jeecg.common.api.vo.Result;
|
|
|
-import org.jeecg.modules.cost.entity.SyCostAllocationAccident;
|
|
|
-import org.jeecg.modules.cost.entity.SyCostAllocationCostpay;
|
|
|
-import org.jeecg.modules.cost.entity.SyCostAllocationFabric;
|
|
|
-import org.jeecg.modules.cost.entity.SyCostAllocationIngredient;
|
|
|
-import org.jeecg.modules.cost.entity.SyCostAllocationShipdetail;
|
|
|
-import org.jeecg.modules.cost.entity.SyCostAllocation;
|
|
|
+import org.jeecg.modules.cost.entity.*;
|
|
|
import com.baomidou.mybatisplus.extension.service.IService;
|
|
|
import java.io.Serializable;
|
|
|
import java.util.Collection;
|
|
@@ -52,4 +47,7 @@ public interface ISyCostAllocationService extends IService<SyCostAllocation> {
|
|
|
|
|
|
//查询成本表头数据
|
|
|
List<SyCostAllocation> queryByCostHead(String planCode);
|
|
|
+
|
|
|
+ List<SyCostJson> queryByCostJson(String planNum,
|
|
|
+ Integer pageStart,Integer pageEnd);
|
|
|
}
|