|
|
@@ -28,7 +28,8 @@ public class stockbill extends Controller {
|
|
|
return getSucReturnObject().setData(rows).toString();
|
|
|
}
|
|
|
|
|
|
- @API(title = "美大CRM_经销商_出入库单详情查询", type = API.Type.PageQuery, apiversion = R.ID2026041415162601.v1.class)
|
|
|
+ @API(title = "美大CRM_经销商_出入库单详情查询", type = API.Type.PageQuery, apiversion = R.ID2026041415162601.v1.class, params = {
|
|
|
+ @Param(paramname = "sys_enterprise_stockbillid", fieldtype = FieldType.BigInt)})
|
|
|
public String sys_enterprise_stockbill_queryMain() throws YosException {
|
|
|
long sys_enterprise_stockbillid = content.getLongValue("sys_enterprise_stockbillid");
|
|
|
QuerySQL querySQL = SQLFactory.createQuerySQL(this, "sys_enterprise_stockbill");
|