yxk-20260519-YHJY004-党委会增加协办部门字段
发起流程的时候,合并主办部门和协办部门字段,去重后合并为被督办部门供用户确认
This commit is contained in:
+8
-3
@@ -83,11 +83,16 @@ public class BgPartymatter implements Serializable {
|
|||||||
@Excel(name = "事项目录编码", width = 15)
|
@Excel(name = "事项目录编码", width = 15)
|
||||||
@Schema(description = "事项目录编码")
|
@Schema(description = "事项目录编码")
|
||||||
private java.lang.String matterCode;
|
private java.lang.String matterCode;
|
||||||
/**责任部门*/
|
/**主办部门*/
|
||||||
@Excel(name = "责任部门", width = 15, dictTable = "sys_depart", dicText = "depart_name", dicCode = "id")
|
@Excel(name = "主办部门", width = 15, dictTable = "sys_depart", dicText = "depart_name", dicCode = "id")
|
||||||
@Dict(dictTable = "sys_depart", dicText = "depart_name", dicCode = "id")
|
@Dict(dictTable = "sys_depart", dicText = "depart_name", dicCode = "id")
|
||||||
@Schema(description = "责任部门")
|
@Schema(description = "主办部门")
|
||||||
private java.lang.String responDeptid;
|
private java.lang.String responDeptid;
|
||||||
|
/**协办部门*/
|
||||||
|
@Excel(name = "协办部门", width = 15, dictTable = "sys_depart", dicText = "depart_name", dicCode = "id")
|
||||||
|
@Dict(dictTable = "sys_depart", dicText = "depart_name", dicCode = "id")
|
||||||
|
@Schema(description = "协办部门")
|
||||||
|
private java.lang.String assistDeptid;
|
||||||
/**实际执行情况*/
|
/**实际执行情况*/
|
||||||
@Excel(name = "实际执行情况", width = 15)
|
@Excel(name = "实际执行情况", width = 15)
|
||||||
@Schema(description = "实际执行情况")
|
@Schema(description = "实际执行情况")
|
||||||
|
|||||||
Reference in New Issue
Block a user