工单表结构修改
This commit is contained in:
@@ -37,9 +37,21 @@ public class TbWorkcaseDTO extends BaseDTO{
|
||||
@Schema(description = "设备名称")
|
||||
private String device;
|
||||
|
||||
@Schema(description = "设备名称牌")
|
||||
private String deviceNamePlate;
|
||||
|
||||
@Schema(description = "设备名称牌图片")
|
||||
private String deviceNamePlateImg;
|
||||
|
||||
@Schema(description = "设备代码")
|
||||
private String deviceCode;
|
||||
|
||||
@Schema(description = "地址")
|
||||
private String address;
|
||||
|
||||
@Schema(description = "故障描述")
|
||||
private String description;
|
||||
|
||||
@Schema(description = "工单图片列表")
|
||||
private List<String> imgs;
|
||||
|
||||
@@ -52,4 +64,6 @@ public class TbWorkcaseDTO extends BaseDTO{
|
||||
@Schema(description = "处理人ID")
|
||||
private String processor;
|
||||
|
||||
@Schema(description = "处理人姓名")
|
||||
private String processorName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user