田源
2024-03-26 926d1a1a4f06271cb39de001d74c68832fc004c7
1
2
3
4
5
6
package com.vci.server.workflow.server.interfaces;
 
public interface ICustomUserParser {
 
    String[] getuserNames(String[] canditates);
}