教育训练处考试制证系统后端
heheng
2025-01-23 02fa12e93281fea472323201e5eb6ab55466a63d
1
2
3
4
5
6
7
8
9
package com.ruoyi.system.domain.query;
 
 
import lombok.Data;
 
@Data
public class InstitutionManagerQuery {
    private String institutionManagerName;
}