店铺信息
This commit is contained in:
@@ -4,6 +4,8 @@ import com.czg.account.dto.merchant.ShopMerchantEditDTO;
|
||||
import com.czg.account.entity.ShopMerchant;
|
||||
import com.mybatisflex.core.service.IService;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* 第三方商户进件 服务层。
|
||||
*
|
||||
@@ -15,4 +17,6 @@ public interface ShopMerchantService extends IService<ShopMerchant> {
|
||||
ShopMerchant detail();
|
||||
|
||||
Boolean edit(ShopMerchantEditDTO shopMerchantEditDTO);
|
||||
@Override
|
||||
ShopMerchant getById(Serializable id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user