jiangping
2024-11-21 6e4aee48f8193688ac1412ee90f0e1cbfe988058
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;
}