Commit 8c1743da authored by 廖旭伟's avatar 廖旭伟

增加表单名称类型

parent 2f07af48
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.WindowPerformEntity;
import java.util.ArrayList;
import java.util.List;
......@@ -19,5 +20,6 @@ public class WindowPerformVo 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 java.util.ArrayList;
import java.util.List;
......@@ -19,5 +20,6 @@ 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
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