Merge remote-tracking branch 'origin/develop-hlq20260421mpm' into develop

This commit is contained in:
10001392 2026-05-19 10:34:32 +08:00
commit 29bfe09f07
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

@ -76,7 +76,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;
/** /**
* 单重 * 单重