zouyu
2026-01-19 8946d77005a61dc11278e273b8b217e4b11e001b
src/main/java/com/ruoyi/device/pojo/DeviceLedger.java
@@ -76,6 +76,21 @@
    private BigDecimal unTaxIncludingPriceTotal;
    /**
     * 启用折旧
     */
    private Boolean enableDepreciation;
    /**
     * 存放位置
     */
    private String storageLocation;
    /**
     * 设备品牌
     */
    private String deviceBrand;
    /**
     * 录入时间
     */
    @TableField(fill = FieldFill.INSERT)