支付参数3

This commit is contained in:
2026-01-15 14:04:36 +08:00
parent 5541ed5da4
commit 071e7f5c82
3 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ public interface ShopMerchantService extends IService<ShopMerchant> {
*/
void upMerchant(@NotBlank String relatedLicenceNo, @NotNull NativeMerchantDTO nativeMerchantDTO);
ShopMerchant getById(Long shopId);
ShopMerchant getByShopId(Long shopId);
ShopDirectMerchant getMainMerchant(Long shopId);