7 lines
228 B
Java
7 lines
228 B
Java
package com.management.constant;
|
|
|
|
public class ERPURLConstant {
|
|
public static final String ERP_URL = "https://lxr2.zhydsp.cn:40448";//erp地址
|
|
public static final String ACCOUNT_ID = "2246658461007874048";//erp地址
|
|
}
|