package com.glxp.api.req.dev; import com.glxp.api.util.page.ListPageRequest; import lombok.Data; @Data public class DeviceUpkeepQuery extends ListPageRequest { String taskId; String chargeDeptCode; Boolean finishFlag; }