删除不用的代码
This commit is contained in:
parent
16cf76055c
commit
2152fcb6c7
@ -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, "交流接口插头"),
|
||||||
|
|||||||
@ -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, "交直流一体设备"),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user