支付参数2

This commit is contained in:
2026-01-15 14:01:10 +08:00
parent 9143331267
commit 5541ed5da4
3 changed files with 7 additions and 12 deletions

View File

@@ -8,8 +8,6 @@ import com.mybatisflex.core.service.IService;
import jakarta.validation.constraints.NotBlank;
import jakarta.validation.constraints.NotNull;
import java.io.Serializable;
/**
* 第三方商户进件 服务层。
*
@@ -32,8 +30,7 @@ public interface ShopMerchantService extends IService<ShopMerchant> {
*/
void upMerchant(@NotBlank String relatedLicenceNo, @NotNull NativeMerchantDTO nativeMerchantDTO);
@Override
ShopMerchant getById(Serializable id);
ShopMerchant getById(Long shopId);
ShopDirectMerchant getMainMerchant(Long shopId);