wangting
2024-04-29 33855a1961d581727cfbf59230085e6b95cc549c
1
2
3
4
5
6
package com.vci.server.workflow.server.interfaces;
 
public interface ICustomUserParser {
 
    String[] getuserNames(String[] canditates);
}