a0cfdbc3 by 肖初晴

【DAOP-1.0】企业认证

【功能点】联调问题处理
1 parent 164a2120
...@@ -37,6 +37,9 @@ public class EnterpriseQueryVO extends FlowBizGuidQueryDTO { ...@@ -37,6 +37,9 @@ public class EnterpriseQueryVO extends FlowBizGuidQueryDTO {
37 @Schema(description = "排除业务审批状态【N 草稿中,A 审批中,Y 已通过,R 驳回,C 已撤销,D 已废弃;B 变更中;】") 37 @Schema(description = "排除业务审批状态【N 草稿中,A 审批中,Y 已通过,R 驳回,C 已撤销,D 已废弃;B 变更中;】")
38 private List<String> bizApproveStateNotList; 38 private List<String> bizApproveStateNotList;
39 39
40 @Schema(description = "创建人姓名")
41 private String createUserName;
42
40 /******** 自定义扩展 *****/ 43 /******** 自定义扩展 *****/
41 44
42 /** 45 /**
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!