文档
测试

自定义结算价格

GET
http://localhost:12088/lyt/hpweight/saasSettlementWeight/list

接口描述

查询、添加、编辑都是默认的接口,查询/list 添加/add 编辑 /edit

说明 / 示例

```json { "success": true, "message": "操作成功!", "code": 200, "result": { "records": [ { "xshtCode": "LYGJ-XS-20240325-03", //合同编号 "dispatchType": 0, "endDate": "2024-03-30", //结束日期 "companyName": "北京联运管家供应链管理有限公司", //客户名称 "xshtId": "cdba3fc4a4b24b7aa1cd24fd95784c9b", "dispatchType_dictText": "出库过磅重量", //铁运关联结算重量 "createBy_dictText": "何珊-技术测试", //创建人 "delFlag": 0, "createBy": "13755520349", "createTime": "2024-03-28 18:45:28" , //创建时间 "sysOrgCode": "A06A01", "id": "111111111111", "createOrgCode": "A06A01", "startDate": "2024-03-01", //开始日期 "status": 1, "xshtId_dictText": "何珊测试销售合同" //合同名称 } ], "total": 1, "size": 10, "current": 1, "orders": [], "optimizeCountSql": true, "searchCount": true, "pages": 1 }, "timestamp": 1711623276443 } ```