MatchJudgesVO.java
357 Bytes
package com.zhongzhi.vo.drawlots;
import lombok.Data;
@Data
public class MatchJudgesVO {
private Long id;
private String username;
private String expectorType;
private String roleType;
private String groupName;
private String telephone;
private String unit;
private String position;
private Long mappingId;
}