cuijian
2025-06-25 bb47bf3d97d1a68e06a73ce275e81b5e581219d4
lxzn-module-tms/src/main/java/org/jeecg/modules/tms/entity/OutStoreDetail.java
@@ -84,4 +84,19 @@
    @DateTimeFormat(pattern="yyyy-MM-dd HH:mm")
    @ApiModelProperty(value = "更新时间")
    private Date updateTime;
    /**额定寿命*/
    @Excel(name = "额定寿命", width = 15)
    @ApiModelProperty(value = "额定寿命")
    private BigDecimal ratedLife;
    /**使用寿命*/
    @Excel(name = "使用寿命", width = 15)
    @ApiModelProperty(value = "使用寿命")
    private BigDecimal useLife;
    /**剩余寿命*/
    @Excel(name = "剩余寿命", width = 15)
    @ApiModelProperty(value = "剩余寿命")
    private BigDecimal remainingPercentage;
}