教育训练处考试制证系统后端
heheng
2025-01-21 44f7e1fe5136eb0666bb599387406ea6b12e659b
1
2
3
4
5
6
7
8
9
package com.gkhy.exam.institutionalaccess.model.query;
 
import lombok.Data;
 
@Data
public class ThCourseQuery {
    private Long institutionId;
 
}