|
@@ -5,11 +5,11 @@ package com.middle.platform.system.api.enums;
|
|
|
* @date 2023-12-21 11:26:25
|
|
* @date 2023-12-21 11:26:25
|
|
|
*/
|
|
*/
|
|
|
public interface DictType {
|
|
public interface DictType {
|
|
|
- String NODE_TYPE = "nodeType";
|
|
|
|
|
- String NETWORK_TYPE = "networkType";
|
|
|
|
|
- String REPORT_PROTOCOL_TYPE = "reportProtocolType";
|
|
|
|
|
- String VENDORS_TYPE = "vendorsType";
|
|
|
|
|
- String DATA_FORMAT_TYPE = "dataFormatType";
|
|
|
|
|
- String AUTH_TYPE = "authType";//认证类型
|
|
|
|
|
|
|
+ String NODE_TYPE = "node_type";
|
|
|
|
|
+ String NETWORK_TYPE = "network_type";
|
|
|
|
|
+ String REPORT_PROTOCOL_TYPE = "reportProtocol_type";
|
|
|
|
|
+ String VENDORS_TYPE = "vendors_type";
|
|
|
|
|
+ String DATA_FORMAT_TYPE = "data_tormat_type";
|
|
|
|
|
+ String AUTH_TYPE = "auth_type";//认证类型
|
|
|
String SEX_TYPE = "sex_type";//性别
|
|
String SEX_TYPE = "sex_type";//性别
|
|
|
}
|
|
}
|