wangting
2024-05-07 81cfe34f0e84888042b18585e5e50a1891675f06
1
2
3
4
5
6
package com.vci.server.workflow.server.interfaces;
 
public interface ICustomUserParser {
 
    String[] getuserNames(String[] canditates);
}