|
@@ -23,7 +23,7 @@ public class AssetInfoRespVO {
|
|
|
private String name;
|
|
|
|
|
|
@Schema(description = "资产编号:年月日+uuid")
|
|
|
- @ExcelProperty("资产编号:年月日+uuid")
|
|
|
+ @ExcelProperty("资产编号")
|
|
|
private String assetInfoUuid;
|
|
|
|
|
|
@Schema(description = "资产型号")
|
|
@@ -43,7 +43,7 @@ public class AssetInfoRespVO {
|
|
|
private String capitalizationDate;
|
|
|
|
|
|
@Schema(description = "折旧年限(大于0的自然数)")
|
|
|
- @ExcelProperty("折旧年限(大于0的自然数)")
|
|
|
+ @ExcelProperty("折旧年限")
|
|
|
private Integer depreciationYear;
|
|
|
|
|
|
@Schema(description = "资产状态:0可用 1占用 2报废")
|