Merge pull request '17245 19081-出库单-条码明细-导出报错' (#289) from junsheng.li/i3plus-pojo-junsheng:test into test

Reviewed-on: http://git.estsh.com/i3-IMPP/i3plus-pojo/pulls/289
yun-zuoyi
聂帅 4 years ago
commit b8b9daf870

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

Loading…
Cancel
Save