2e3d99d8 by xiaojie

【数据资产】

1、发起跨平台审批流程
1 parent d2200a3d
...@@ -29,6 +29,9 @@ public class DemandRQVO extends FlowRQBaseVO { ...@@ -29,6 +29,9 @@ public class DemandRQVO extends FlowRQBaseVO {
29 @Schema(description = "需求类型") 29 @Schema(description = "需求类型")
30 private String requirementType; 30 private String requirementType;
31 31
32 @Schema(title = "专区名称")
33 private String zqName;
34
32 /** 35 /**
33 * 需求分类【1新增 2调整】 36 * 需求分类【1新增 2调整】
34 */ 37 */
......
...@@ -25,6 +25,9 @@ public class EnterpriseRQVO extends FlowRQBaseVO { ...@@ -25,6 +25,9 @@ public class EnterpriseRQVO extends FlowRQBaseVO {
25 @Schema(description = "公司名称") 25 @Schema(description = "公司名称")
26 private String tenantName; 26 private String tenantName;
27 27
28 @Schema(title = "专区名称")
29 private String zqName;
30
28 /** 31 /**
29 * 统一社会信用代码 32 * 统一社会信用代码
30 */ 33 */
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!