ordeBasicInfo表新增 停止原因码 字段

This commit is contained in:
Lemon
2024-12-05 15:16:14 +08:00
parent 2344b1fae8
commit 22b0d0fe8b
2 changed files with 54 additions and 5 deletions

View File

@@ -175,6 +175,11 @@ public class OrderBasicInfo {
*/
private String endSoc;
/**
* 停止原因码
*/
private String stopReasonCode;
/**
* 异常原因
*/