1.优化设备养护功能
parent
098da1241b
commit
e3dda6df25
@ -0,0 +1,17 @@
|
||||
package com.glxp.api.admin.res.inventory;
|
||||
|
||||
import com.glxp.api.admin.entity.inventory.DeviceMAOrderEntity;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* 设备养护记录接口响应结果实体
|
||||
*/
|
||||
@Data
|
||||
public class DeviceMAOrderResponse extends DeviceMAOrderEntity {
|
||||
|
||||
/**
|
||||
* 设备编号
|
||||
*/
|
||||
private String code;
|
||||
|
||||
}
|
Loading…
Reference in New Issue