This commit is contained in:
egzosn
2021-10-06 17:14:59 +08:00
parent 5d47e3e0fa
commit 9c02712ae9
23 changed files with 43 additions and 39 deletions

View File

@@ -5,7 +5,7 @@
<parent>
<artifactId>pay-java-parent</artifactId>
<groupId>com.egzosn</groupId>
<version>2.14.2-SNAPSHOT</version>
<version>2.14.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
@@ -30,7 +30,6 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.30</version>
</dependency>
<!-- / log4j -->

View File

@@ -5,8 +5,10 @@ import java.util.Map;
/**
* 关闭订单
* @author Egan
* @email egan@egzosn.com
* @date 2021/10/6
* <pre>
* email egan@egzosn.com
* date 2021/10/6
* </pre>
*/
public class CloseOrder implements Order {