综合查询-设备订单详情
This commit is contained in:
parent
d5170bf548
commit
6ea7ceefa6
|
|
@ -149,4 +149,7 @@ public class DevInfoVo extends DevInfo {
|
|||
@ApiModelProperty(value = "结束时间")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
|
||||
private String endTime;
|
||||
|
||||
@ApiModelProperty(value = "订单编码")
|
||||
private String orderCode;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue