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