Merge remote-tracking branch 'upstream/test' into test

yun-zuoyi
castle.zang 3 years ago
commit a0079ae73f

@ -1879,6 +1879,11 @@ public class WmsEnumUtil {
}
}
return tmp;
}
public static String valueOfDescription(int val) {
return valueOf(val);
}
}

Loading…
Cancel
Save