@ -1810,6 +1810,11 @@ public class WmsEnumUtil {
}
return tmp;
//取反
public static int getInvertValue(int val) {
return val == 1 ? 2 : 1;
/**