Преглед на файлове

Merge remote-tracking branch 'origin/feature/dev' into feature/dev

wangxx преди 1 месец
родител
ревизия
c0f48712d4
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      airport-common/src/main/java/com/sundot/airport/common/core/domain/entity/SysUser.java

+ 3 - 3
airport-common/src/main/java/com/sundot/airport/common/core/domain/entity/SysUser.java

@@ -373,7 +373,7 @@ public class SysUser extends BaseEntity {
373 373
     /**
374 374
      * X光机开机员开始时间
375 375
      */
376
-    @Excel(name = "X光机开机员开始时间")
376
+    @Excel(name = "X光机开机员开始时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
377 377
     @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
378 378
     @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
379 379
     private Date xrayMachineOperatorStartTime;
@@ -403,7 +403,7 @@ public class SysUser extends BaseEntity {
403 403
     /**
404 404
      * 免考核开始时间
405 405
      */
406
-    @Excel(name = "免考核开始时间")
406
+    @Excel(name = "免考核开始时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
407 407
     @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
408 408
     @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
409 409
     private Date exemptTakeAssessmentStartTime;
@@ -411,7 +411,7 @@ public class SysUser extends BaseEntity {
411 411
     /**
412 412
      * 免考核结束时间
413 413
      */
414
-    @Excel(name = "免考核结束时间")
414
+    @Excel(name = "免考核结束时间", width = 30, dateFormat = "yyyy-MM-dd HH:mm:ss")
415 415
     @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
416 416
     @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss")
417 417
     private Date exemptTakeAssessmentEndTime;