物模型属性导出必填字段修改

This commit is contained in:
huguanghan 2024-10-28 17:11:12 +08:00
parent 4c9cd661de
commit bd14c73574

View File

@ -301,9 +301,9 @@ public class SysIotModelServiceImpl implements SysIotModelService {
map.put("unit", "单位");
map.put("porder", "*测点序号");
map.put("subSystem", "子系統");
map.put("dataType", "数据类型");
map.put("dataType", "*数据类型");
map.put("visible", "是否可见0不可见1可见");
map.put("highSpeed", "属性频度0低频属性1高频属性");
map.put("highSpeed", "*属性频度0低频属性1高频属性");
sheetDTO.setSheetName("物模型属性");
sheetDTO.setFieldAndAlias(map);
sheetDTO.setCollection(sysIotModelFieldVoList);