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)