后端:businesstype更新
master
xs 1 month ago
parent 80e365b39d
commit bf271be769

@ -42,6 +42,10 @@
<version>3.5.8</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-context</artifactId>
</dependency>
</dependencies>

@ -67,4 +67,8 @@ public enum BusinessType {
*/
COMPLETE,
/**
*
*/
PUBLISH,
}

Loading…
Cancel
Save