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