Commit db896eb231786498fe37502e2724c7309a200208
1 parent
160efb04
自有机械导入修改
Showing
1 changed file
with
1 additions
and
1 deletions
urbanops-module-garden/src/main/java/com/zteits/urbanops/module/garden/controller/admin/costfee/vo/MechanicalCostImport.java
| @@ -84,7 +84,7 @@ public class MechanicalCostImport { | @@ -84,7 +84,7 @@ public class MechanicalCostImport { | ||
| 84 | @ExcelProperty(index = 9) | 84 | @ExcelProperty(index = 9) |
| 85 | @NotNull(message = "使用年限不能为空") | 85 | @NotNull(message = "使用年限不能为空") |
| 86 | @Positive(message = "使用年限必须为正整数") | 86 | @Positive(message = "使用年限必须为正整数") |
| 87 | - private Long serviceLife; | 87 | + private Integer serviceLife; |
| 88 | 88 | ||
| 89 | /** | 89 | /** |
| 90 | * 结束使用时间 | 90 | * 结束使用时间 |