|
|
@ -41,7 +41,7 @@ public class IcFormItemEntity extends BaseEpmetEntity { |
|
|
|
private String customerId; |
|
|
|
|
|
|
|
/** |
|
|
|
* |
|
|
|
* |
|
|
|
*/ |
|
|
|
private String areaCode; |
|
|
|
|
|
|
@ -135,4 +135,14 @@ public class IcFormItemEntity extends BaseEpmetEntity { |
|
|
|
*/ |
|
|
|
private Integer columnNum; |
|
|
|
|
|
|
|
/** |
|
|
|
* 是否为固定列 1动态,0固定 |
|
|
|
*/ |
|
|
|
private Integer dynamic; |
|
|
|
|
|
|
|
/** |
|
|
|
* 是否为多选 1可以多选,0单选 |
|
|
|
*/ |
|
|
|
private Integer multiSelect; |
|
|
|
|
|
|
|
} |
|
|
|