package com.gkhy.safePlatform.targetDuty.model.dto.req; import java.sql.Timestamp; import com.gkhy.safePlatform.targetDuty.annotation.Query; public class ExamineMngQueryCriteria { //考核部门ID/外键 @Query() private Long examineDepartmentId; //考核部门ID/外键 public Long getExamineDepartmentId() { return examineDepartmentId; } public void setExamineDepartmentId(Long examineDepartmentId) { this.examineDepartmentId = examineDepartmentId; } }