2e3d99d8 by xiaojie

【数据资产】

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