yun-zuoyi
WYnneaoapc 6 years ago
parent 4e1635fe7e
commit 37701bed62

@ -1037,9 +1037,10 @@ public class MesEnumUtil {
@JsonFormat(shape = JsonFormat.Shape.OBJECT)
public enum CONFIG_TYPE {
FASTDFS_SAVE_PATH(10, "savePath"),
NGINX_IP(20, "nginxIp");
FASTDFS_SAVE_PATH(10, "SAVE_PATH"),
NGINX_IP(20, "NGINX_IP"),
MES_STATION_SOCKET(30,"MES_STATION_SOCKET"),
GATEWAY_IP(40,"GATEWAY_IP");
private int value;
private String description;

Loading…
Cancel
Save