车头照
parent
b1025b2fb4
commit
148272f0bb
|
|
@ -120,7 +120,7 @@ public class TruckWeighingBusinessService {
|
|||
WbsHandle wbsHandle = param.get_1();
|
||||
|
||||
Long orderTransId = dataMsg.getOrderId();
|
||||
String image = dataMsg.getImage();
|
||||
String image = dataMsg.getBodyImage();
|
||||
Integer weight = dataMsg.getWeight();
|
||||
Boolean success = dataMsg.getSuccess();
|
||||
|
||||
|
|
|
|||
|
|
@ -30,10 +30,14 @@ public class ObtainTruckDataResultMsg {
|
|||
* 订单号
|
||||
*/
|
||||
private Long orderId;
|
||||
/**
|
||||
* 车头照(base64编码)
|
||||
*/
|
||||
private String frontImage;
|
||||
/**
|
||||
* 车斗照(base64编码)
|
||||
*/
|
||||
private String image;
|
||||
private String bodyImage;
|
||||
/**
|
||||
* 重量
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -39548,7 +39548,7 @@
|
|||
"id": "D962D27F-A43E-4397-81AA-4FCA15F83A87",
|
||||
"defKey": "creator_id",
|
||||
"defName": "创建人 Id",
|
||||
"intro": " sys_user.id",
|
||||
"intro": "sys_user.id",
|
||||
"baseDataType": "BIGINT",
|
||||
"bizDomainType": "",
|
||||
"dbDataType": "BIGINT",
|
||||
|
|
@ -39594,7 +39594,7 @@
|
|||
"id": "D5E87F91-D409-4D5E-B5EC-31D00F2669DD",
|
||||
"defKey": "modifier_id",
|
||||
"defName": "修改人 Id",
|
||||
"intro": " sys_user.id",
|
||||
"intro": "sys_user.id",
|
||||
"baseDataType": "BIGINT",
|
||||
"bizDomainType": "",
|
||||
"dbDataType": "BIGINT",
|
||||
|
|
@ -42459,7 +42459,7 @@
|
|||
"readonly": false,
|
||||
"allowWs": false
|
||||
},
|
||||
"updateTime": 1766994831821,
|
||||
"signature": "f9d8b0d74151ca1e43b7cb40107c6119",
|
||||
"updateTime": 1767582120955,
|
||||
"signature": "8b0147224327f003d919047195c70983",
|
||||
"branchId": "1111"
|
||||
}
|
||||
Loading…
Reference in New Issue