mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 15:55:18 +08:00
完善
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package cn.lihongjie.coal.tzDeviceMaintenanceRecord.dto;
|
||||
|
||||
import cn.lihongjie.coal.base.dto.OrgCommonDto;
|
||||
import cn.lihongjie.coal.base.dto.SimpleDto;
|
||||
import cn.lihongjie.coal.common.DictCode;
|
||||
import cn.lihongjie.coal.pojoProcessor.DictTranslate;
|
||||
|
||||
@@ -17,6 +18,7 @@ public class TzDeviceMaintenanceRecordDto extends OrgCommonDto {
|
||||
@DictTranslate(dictKey = DictCode.ARCHIVESTATUS)
|
||||
private String archiveStatusName;
|
||||
|
||||
private SimpleDto tzDevice;
|
||||
|
||||
@Comment("检维修时间")
|
||||
private LocalDateTime maintenanceDate;
|
||||
|
||||
Reference in New Issue
Block a user