package com.xly.constant; /*** * @Author 钱豹 * @Date 0:37 2026/2/6 * @Param * @return * @Description ERP URL后缀 **/ public class UrlErpConstant { public static final String getBusinessDataByFormcustomId = "/business/getBusinessDataByFormcustomId/{}?sModelsId={}&sName="; }