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