zhangback
2025-12-05 2a83e96652851ca20794278b9be3607bbe4186fa
tms/src/main/java/com/ruoyi/tms/domain/TmsShelf.java
@@ -63,7 +63,8 @@
    @TableField("owner_team_id")
    private String ownerTeamId;
    @TableField("owner_team_name")
    private String ownerTeamName;
    /**
     * 生产厂商
     */
@@ -114,7 +115,7 @@
     */
    @Excel(name = "适配集装箱类型")
    @TableField("compatible_container_type")
    private Integer compatibleContainerType;
    private String compatibleContainerType;
    /**