| | |
| | | import org.springblade.core.mp.support.Query; |
| | | |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * 分页拆线呢 |
| | |
| | | public class NcProgramExportDncQueryVO extends Query { |
| | | @Schema(description = "程序名称") |
| | | private String name; |
| | | @Schema(description = "查询范围") |
| | | private String queryType; |
| | | |
| | | @Schema(description = "通过时间开始") |
| | | private Date createTimeBegin; |
| | | @Schema(description = "通过时间截止") |
| | |
| | | |
| | | @Schema(description = "用户id,非管理员指定该id,只能查询自己的程序记录") |
| | | private Long userId; |
| | | @Schema(description = "用户部门id,用于查询本部门的数据") |
| | | private List<Long> userDeptIds; |
| | | } |