Commit 4a8a506e authored by 廖旭伟's avatar 廖旭伟

增加表单名称类型

parent f66cc25f
......@@ -20,6 +20,4 @@ public class WindowWorkmanPerformDetailVo extends BaseEntityLong {
/** 序号,主键,自增长列表 */
private List <Long> idList;
private String formName = WorkmanPerformTypeEnum.市政务服务大厅窗口工作人员考核汇总表.getDesc();
private Integer formType = WorkmanPerformTypeEnum.市政务服务大厅窗口工作人员考核汇总表.getValue();
}
\ No newline at end of file
package com.mortals.xhx.module.window.model.vo;
import com.mortals.framework.model.BaseEntityLong;
import com.mortals.xhx.common.code.WorkmanPerformTypeEnum;
import com.mortals.xhx.module.window.model.WindowWorkmanPerformDetailEntity;
import lombok.Data;
......@@ -18,4 +19,6 @@ public class WindowWorkmanPerformVo extends BaseEntityLong {
private List <Long> idList;
private List <WindowWorkmanPerformDetailEntity> workmanPerformDetailList;
private String formName = WorkmanPerformTypeEnum.市政务服务大厅窗口工作人员考核汇总表.getDesc();
private Integer formType = WorkmanPerformTypeEnum.市政务服务大厅窗口工作人员考核汇总表.getValue();
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment