|
|
|
@ -1,6 +1,5 @@
|
|
|
|
|
package com.glxp.api.req.inv;
|
|
|
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.annotation.TableField;
|
|
|
|
|
import com.glxp.api.util.page.ListPageRequest;
|
|
|
|
|
import lombok.Data;
|
|
|
|
|
|
|
|
|
@ -64,6 +63,8 @@ public class FilterDeviceInspectTakeRequest extends ListPageRequest {
|
|
|
|
|
|
|
|
|
|
private Integer repairType;
|
|
|
|
|
|
|
|
|
|
private Integer type;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|