Browse Source

1.导出添加维护人

wuhp 1 năm trước cách đây
mục cha
commit
c047c61d66

+ 3 - 0
src/main/java/com/ydtech/modules/admin/model/dto/QuotationDetailsExcel.java

@@ -65,6 +65,9 @@ public class QuotationDetailsExcel {
     @ExcelProperty(value = "车牌号",index = 18)
     private String licenseno;
 
+    @ExcelProperty(value = "维护人",index = 19)
+    private String leaderName;
+
     @ExcelIgnore
     private String auditstatus;