|
|
@ -81,6 +81,7 @@ public class IcFormItemServiceImpl extends BaseServiceImpl<IcFormItemDao, IcForm |
|
|
|
categoryName.setColumnName("CATEGORY_NAME"); |
|
|
|
categoryName.setLabel("居民需求"); |
|
|
|
categoryName.setOptions(new ArrayList<>()); |
|
|
|
categoryName.setWidth(120); |
|
|
|
list.add(categoryName); |
|
|
|
|
|
|
|
TableHeaderResultDTO houseType=new TableHeaderResultDTO(); |
|
|
@ -88,6 +89,7 @@ public class IcFormItemServiceImpl extends BaseServiceImpl<IcFormItemDao, IcForm |
|
|
|
houseType.setItemId(StrConstant.EPMETY_STR); |
|
|
|
houseType.setColumnName("HOUSE_TYPE"); |
|
|
|
houseType.setLabel("房屋类型"); |
|
|
|
houseType.setWidth(80); |
|
|
|
houseType.setOptions(new ArrayList<>()); |
|
|
|
list.add(houseType); |
|
|
|
return list; |
|
|
|