zouyu
2 天以前 2a16e00c611975e1f69bb05ddf5a8d5dde029aa6
src/main/java/com/ruoyi/device/dto/DeviceLedgerDto.java
@@ -72,6 +72,21 @@
    private BigDecimal unTaxIncludingPriceTotal;
    /**
     * 启用折旧
     */
    private Boolean enableDepreciation;
    /**
     * 存放位置
     */
    private String storageLocation;
    /**
     * 设备品牌
     */
    private String deviceBrand;
    /**
     * 录入时间
     */
    @TableField(fill = FieldFill.INSERT)