Merge pull request '【19625 21062+质检报表导出失败,需修复】' (#326) from jimmy.zeng/i3plus-pojo:test into test

Reviewed-on: http://git.estsh.com/i3-IMPP/i3plus-pojo/pulls/326
yun-zuoyi
聂帅 3 years ago
commit ba78a4b0f7

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

Loading…
Cancel
Save