|
|
@@ -20,7 +20,7 @@ public class tpartreimbursementdetail extends Controller {
|
|
|
super(content);
|
|
|
}
|
|
|
|
|
|
- @API(title = "配件申请单明细查询", apiversion = R.ID2025070414582703.v1.class)
|
|
|
+ @API(title = "配件申请单明细查询", apiversion = R.ID2025081915191103.v1.class)
|
|
|
@CACHEING
|
|
|
public String queryOrderItemList() throws YosException {
|
|
|
/*
|
|
|
@@ -58,7 +58,8 @@ public class tpartreimbursementdetail extends Controller {
|
|
|
return getSucReturnObject().setData(rows).toString();
|
|
|
}
|
|
|
|
|
|
- @API(title = "配件核销单明细新增更新", apiversion = R.ID2025070414583703.v1.class)
|
|
|
+
|
|
|
+ @API(title = "配件核销单明细新增更新", apiversion = R.ID2025081915193303.v1.class)
|
|
|
@CACHEING_CLEAN(apiClass = {tpartreimbursement.class, tpartreimbursementdetail.class})
|
|
|
public String insertormodify_tpartreimbursementpjs() throws YosException {
|
|
|
Long sa_tpartreimbursementid = content.getLong("sa_tpartreimbursementid");
|
|
|
@@ -114,7 +115,9 @@ public class tpartreimbursementdetail extends Controller {
|
|
|
}
|
|
|
|
|
|
|
|
|
- @API(title = "配件核销单明细列表", apiversion = R.ID2025070414584903.v1.class)
|
|
|
+
|
|
|
+
|
|
|
+ @API(title = "配件核销单明细列表", apiversion = R.ID2025081915194703.v1.class)
|
|
|
@CACHEING
|
|
|
public String quertpartreimbursementpjsList() throws YosException {
|
|
|
/*
|
|
|
@@ -149,7 +152,7 @@ public class tpartreimbursementdetail extends Controller {
|
|
|
return getSucReturnObject().setData(rows).toString();
|
|
|
}
|
|
|
|
|
|
- @API(title = "删除明细", apiversion = R.ID2025070414590403.v1.class)
|
|
|
+ @API(title = "删除明细", apiversion = R.ID2025081915195803.v1.class)
|
|
|
@CACHEING_CLEAN(apiClass = {tpartreimbursement.class, tpartreimbursementdetail.class})
|
|
|
public String deletemx() throws YosException {
|
|
|
|