记得上下班打卡 | git大法好,push需谨慎

Commit 61c7ac89 authored by 胡佳晨's avatar 胡佳晨

platform引用 旺店通相关

parent c05edae9
......@@ -134,6 +134,11 @@
<artifactId>liquidnet-common-third-shumei</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.liquidnet</groupId>
<artifactId>liquident-common-erp</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
......
package com.liquidnet.service.platform.controller.erp;
import io.swagger.annotations.*;
import org.springframework.validation.annotation.Validated;
import org.springframework.web.bind.annotation.*;
@Api(tags = "erp-旺店通")
@RestController
@RequestMapping("wdt")
@Validated
public class WdtController {
}
package com.liquidnet.service.platform.service.erp;
/**
* <p>
* 支付订单表 服务类
* </p>
*
* @author liquidnet
* @since 2021-07-20
*/
public interface IWdtService {
}
package com.liquidnet.service.platform.service.impl.erp;
import com.liquidnet.service.platform.service.erp.IWdtService;
import org.springframework.stereotype.Service;
/**
* <p>
* 支付订单表 服务实现类
* </p>
*
* @author liquidnet
* @since 2021-07-20
*/
@Service
public class WdtServiceImpl implements IWdtService {
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment