1449 MPM同步物料图片及钢构包管理的接口开发

This commit is contained in:
10001392 2026-05-19 10:34:20 +08:00
parent 9226417bd5
commit 2fb3d6642d
4 changed files with 4 additions and 4 deletions

View File

@ -53,7 +53,7 @@ public class DeliverStructuralPackageOrderTrayItemVO implements Serializable {
/** /**
* 版本 * 版本
*/ */
private BigDecimal version; private String version;
/** /**
* 单重 * 单重

View File

@ -57,7 +57,7 @@ public class DeliverStructuralPackageOrderVO {
/** /**
* 钢构包版本 * 钢构包版本
*/ */
private BigDecimal packageVersion; private String packageVersion;
/** /**
* 期望交期 * 期望交期

View File

@ -71,7 +71,7 @@ public class PackageVO {
/** /**
* 版本号 * 版本号
*/ */
private BigDecimal version; private String version;
/** /**
* 修改日志 * 修改日志

View File

@ -52,7 +52,7 @@ public class WmsStructuralPackageOrderTrayItem implements Serializable {
/** /**
* 版本 * 版本
*/ */
private Integer version; private String version;
/** /**
* 单重 * 单重