yuxc
2024-12-25 90b6945445ee97109a57f26c83788d24729a098e
1
2
3
4
5
6
package com.vci.server.workflow.server.interfaces;
 
public interface ICustomUserParser {
 
    String[] getuserNames(String[] canditates);
}