f261d371 by xiaojie

【数据资产】

1、产品上架补数据
1 parent 5a5ee679
...@@ -57,6 +57,12 @@ public class ProcessOrderProcessDtlRSVO { ...@@ -57,6 +57,12 @@ public class ProcessOrderProcessDtlRSVO {
57 */ 57 */
58 @Schema(description = "业务Guid") 58 @Schema(description = "业务Guid")
59 private String bizGuid; 59 private String bizGuid;
60
61 /**
62 * 业务名称
63 */
64 @Schema(description = "业务名称")
65 private String bizName;
60 66
61 /** 67 /**
62 * 加工状态(N 未开始;A 进行中;Y 已完成) 68 * 加工状态(N 未开始;A 进行中;Y 已完成)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!