删除不用的代码

This commit is contained in:
panshulin 2021-12-03 14:33:44 +08:00
parent 16cf76055c
commit 2152fcb6c7
2 changed files with 0 additions and 18 deletions

View File

@ -6,16 +6,6 @@ package com.xhpc.common.enums;
*/ */
public enum ConnectorTypeEnum { public enum ConnectorTypeEnum {
// connectorTypeList: [
// { dictLabel: "", value: 1 },
// { dictLabel: "", value: 2 },
// { dictLabel: "", value: 3 },
// { dictLabel: "", value: 4 },
// { dictLabel: "", value: 5 },
// { dictLabel: "", value: 6 }
// ],
HOME_OUTLET(1, "家用插座"), HOME_OUTLET(1, "家用插座"),
AC_OUTLET(2, "交流接口插座"), AC_OUTLET(2, "交流接口插座"),
AC_PLUG(3, "交流接口插头"), AC_PLUG(3, "交流接口插头"),

View File

@ -6,14 +6,6 @@ package com.xhpc.common.enums;
*/ */
public enum EquipmentTypeEnum { public enum EquipmentTypeEnum {
// equipmentTypeList: [
// { dictLabel: "", value: 1 },
// { dictLabel: "", value: 2 },
// { dictLabel: "", value: 3 },
// { dictLabel: "", value: 4 },
// { dictLabel: "", value: 5 }
// ],
DC(1, "直流设备"), DC(1, "直流设备"),
AC(2, "交流设备"), AC(2, "交流设备"),
DC_AC(3, "交直流一体设备"), DC_AC(3, "交直流一体设备"),