lyh
2025-08-06 f4343036a4ce588137853eaf8e1ae98901b281b6
lxzn-module-tms/src/main/java/org/jeecg/modules/tms/entity/dto/OutBoundAddDto.java
@@ -28,4 +28,12 @@
    //库位号
    @ApiModelProperty(value = "库位号")
    private String outboundLocation;
    //额定寿命
    @ApiModelProperty(value = "额定寿命")
    private BigDecimal ratedLife;
    //使用寿命
    @ApiModelProperty(value = "使用寿命")
    private BigDecimal useLife;
}