Commit 0fd710fa authored by tianbo's avatar tianbo

企业维护增加涉及设备类型:气瓶(2300)

parent e9b39316
......@@ -26,7 +26,10 @@ public enum EquipmentClassifityEnum {
//设备认领状态
SBRLZT("设备认领状态","rlzt"),
BDLS("八大类树","eightCategory"),
RENLING("其他","other");
RENLING("其他","other"),
CYLINDER("气瓶","cylinder");
private String name;
private String code;
public static Map<String,String> getName=new HashMap<>();
......
......@@ -17,30 +17,36 @@ import java.util.Map;
*/
public interface IEquipmentCategoryService {
List<Map<String,Object>> equipTree(String type);
List<Map<String, Object>> equipTree(String type);
Page equipClaimOverview();
Page equipClaimOverview();
Map<String, String> createSupervisorCode(Map<String, Object> map, String record);
Map<String, String> createSupervisorCode(Map<String, Object> map, String record);
List<LinkedHashMap> getTree();
List<LinkedHashMap> creatTree();
List<LinkedHashMap> getTree();
List<LinkedHashMap> getRegion(String level, String parentId);
List<LinkedHashMap> creatTree();
Map<String,Object> getCategoryAndDefineByRecord(String rowId);
List<LinkedHashMap> getRegion(String level, String parentId);
List<CategoryOtherInfo> checkCode(Map<String, Object> obj);
Map<String, Object> getCategoryAndDefineByRecord(String rowId);
List<String> updateOtherInfo(Map<String, Object> map);
List<CategoryOtherInfo> checkCode(Map<String, Object> obj);
Map<String,Map<String,Object>> getFormRecordById(Map<String, Object> map);
List<String> updateOtherInfo(Map<String, Object> map);
void checkEsData(String id);
Map<String, Map<String, Object>> getFormRecordById(Map<String, Object> map);
void createEquipmentCategoryData();
void checkEsData(String id);
List<String> deleteBatch(Map<String, Object> map);
void createEquipmentCategoryData();
ResponseModel submit(Map<String, Object> map);
List<String> deleteBatch(Map<String, Object> map);
ResponseModel submit(Map<String, Object> map);
/**
* 企业设备树查询
*/
List<Map<String, Object>> unitEquipTree();
}
......@@ -114,5 +114,11 @@
"name": "客运索道",
"code": "9000"
}
],
"cylinder": [
{
"instanceName": "气瓶",
"instanceId": "2300"
}
]
}
\ 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