package com.gkhy.safePlatform.targetDuty.model.dto.req; import java.sql.Timestamp; import com.gkhy.safePlatform.targetDuty.annotation.Query; public class RewardPunishmentDetailQueryCriteria { //员工 @Query() private String personId; //员工 public String getPersonId() { return personId; } public void setPersonId(String personId) { this.personId = personId; } }