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