zhangherong
2025-06-25 23855599412c4d61b38d78f0f3abd3430a48b5b1
lxzn-module-tms/src/main/java/org/jeecg/modules/tms/entity/dto/OutBoundRequestDto.java
@@ -19,4 +19,17 @@
    //出库数量
    @ApiModelProperty(value = "出库数量")
    private BigDecimal outboundQuantity;
    //额定寿命
    @ApiModelProperty(value = "额定寿命")
    private BigDecimal ratedLife;
    //使用寿命
    @ApiModelProperty(value = "使用寿命")
    private BigDecimal useLife;
}