衝突解決
This commit is contained in:
parent
8567c3953d
commit
c74047eebc
|
|
@ -150,5 +150,10 @@ public interface AdmissionRequestService {
|
||||||
*/
|
*/
|
||||||
List<String> judgeIsFileComplete(SupervisoryUnit bean);
|
List<String> judgeIsFileComplete(SupervisoryUnit bean);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 特殊工种列表
|
||||||
|
* @param bean
|
||||||
|
* @return
|
||||||
|
*/
|
||||||
List<AdmissionRequest> listPersonnelInfo(AdmissionRequest bean);
|
List<AdmissionRequest> listPersonnelInfo(AdmissionRequest bean);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue