2025-06-28 17:40:38 +08:00

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地址
}