---添加jar管理测试模块

This commit is contained in:
2025-11-13 19:26:32 +08:00
parent 3f27f8ee04
commit a4132616ba
10 changed files with 621 additions and 3 deletions

View File

@ -12,7 +12,7 @@ import com.xjrsoft.common.constant.GlobalConstant;
* @author: ksy
* @since: 2025/11/5
*/
@FeignClient(value = GlobalConstant.CLIENT_PCITC_MDM_NAME, path = GlobalConstant.CLIENT_API_PRE + GlobalConstant.MDM_MODULE_PREFIX + "/countryRegion")
@FeignClient(value = GlobalConstant.CLIENT_PCITC_MDM_NAME, path = GlobalConstant.CLIENT_API_PRE + GlobalConstant.MDM_MODULE_PREFIX + "/tran/countryRegion")
public interface ICountryRegionClient {
@GetMapping("/getAllTranData")