衝突解決

This commit is contained in:
马三炮 2025-05-15 14:48:38 +08:00
parent acc7035214
commit 8567c3953d
1 changed files with 2 additions and 0 deletions

View File

@ -149,4 +149,6 @@ public interface AdmissionRequestService {
* @return 是否存在
*/
List<String> judgeIsFileComplete(SupervisoryUnit bean);
List<AdmissionRequest> listPersonnelInfo(AdmissionRequest bean);
}