f261d371 by xiaojie

【数据资产】

1、产品上架补数据
1 parent 5a5ee679
...@@ -59,6 +59,12 @@ public class ProcessOrderProcessDtlRSVO { ...@@ -59,6 +59,12 @@ public class ProcessOrderProcessDtlRSVO {
59 private String bizGuid; 59 private String bizGuid;
60 60
61 /** 61 /**
62 * 业务名称
63 */
64 @Schema(description = "业务名称")
65 private String bizName;
66
67 /**
62 * 加工状态(N 未开始;A 进行中;Y 已完成) 68 * 加工状态(N 未开始;A 进行中;Y 已完成)
63 */ 69 */
64 @Schema(description = "加工状态(N 未开始;A 进行中;Y 已完成)") 70 @Schema(description = "加工状态(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!