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