lyh
2025-08-05 f2f2dd8c2f088e91917c53f93fea5217a3b5533e
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;
}