Commit db896eb231786498fe37502e2724c7309a200208

Authored by wangqian
1 parent 160efb04

自有机械导入修改

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 * 结束使用时间