jiangping
2024-06-12 4f68c496d74c036c094a7c2341b50c8424be0fe6
1
2
3
4
5
6
7
8
package com.doumee.core.erp;
 
public class ErpConstants {
    public static String orgListUrl;
    public static String userListUrl;
    public static String approveUrl;
    public static String userStatusUrl;
}