智慧保安后台管理-外网项目备份
zhongrj
2023-09-09 336eb40668bc45199f305be4b6241e9b2d872086
1
2
3
4
5
6
7
8
9
10
11
12
13
package org.springblade.modules.exam.vo;
 
import lombok.Data;
 
@Data
public class ExamSocreStatis {
 
    private String name;
 
    private Integer hgnum;
 
    private Integer bhgnum;
}