|
@@ -1,19 +0,0 @@
|
|
|
-package org.springblade.salesPart.platform.service;
|
|
|
|
|
-
|
|
|
|
|
-import com.baomidou.mybatisplus.extension.service.IService;
|
|
|
|
|
-import org.springblade.client.entity.CorpsAddr;
|
|
|
|
|
-import org.springblade.core.tool.api.R;
|
|
|
|
|
-
|
|
|
|
|
-/**
|
|
|
|
|
- * @author Rain
|
|
|
|
|
- */
|
|
|
|
|
-public interface IPlatformCustomerAddressService extends IService<CorpsAddr> {
|
|
|
|
|
-
|
|
|
|
|
- /**
|
|
|
|
|
- * 添加客户地址
|
|
|
|
|
- *
|
|
|
|
|
- * @param corpsAddr 参数
|
|
|
|
|
- * @return 结果
|
|
|
|
|
- */
|
|
|
|
|
- R insertCustomAddress(CorpsAddr corpsAddr);
|
|
|
|
|
-}
|
|
|