Merge pull request '增加了一个方法' (#290) from test into ext-dev

Reviewed-on: http://git.estsh.com/i3-IMPP/i3plus-pojo/pulls/290
yun-zuoyi
于学杰 4 years ago
commit ae904b8981

@ -545,6 +545,9 @@ public class WmsEnumUtil {
}
return tmp;
}
public static String valueOfDescription(int val) {
return valueOf(val);
}
}
/**

Loading…
Cancel
Save