package com.changhong.epc.bean.count.format; import lombok.Data; @Data public class FormCpnInfo { /** * 属性排序 */ private Integer columnOrderNum; /** * 控件排序 */ private Integer fieldOrderNum; /** * 上级控件编号 */ private Integer parentsubFormNum; /** * 表单属性 */ private FormCpnAttr tag_Attribute; /** * 表单编号名称 */ private String tag_Id; /** * 表单别名 */ private String tag_Name; /** * 表单类型 */ private CpnType tag_Type; }