f261d371 by xiaojie

【数据资产】

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