7 lines
228 B
Java
Raw Normal View History

2025-06-11 13:58:36 +08:00
package com.management.constant;
public class ERPURLConstant {
2025-06-28 17:40:38 +08:00
public static final String ERP_URL = "https://lxr2.zhydsp.cn:40448";//erp地址
public static final String ACCOUNT_ID = "2246658461007874048";//erp地址
2025-06-11 13:58:36 +08:00
}