2e3d99d8 by xiaojie

【数据资产】

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