Commit 16701d30 by hulei

导入automatic

parent 4b16974c
......@@ -10,4 +10,9 @@ public interface BizCode {
* TOKEN 失效
*/
String TOKEN_EXPIRED = "L0003";
/**
* Counter 模块错误码
*/
String COUNTER_ERROR = "300000";
}
......@@ -154,6 +154,12 @@
<version>${es-validator-for-java.version}</version>
</dependency>
<dependency>
<groupId>com.brilliance</groupId>
<artifactId>isc-common-automatic</artifactId>
<version>${isc.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
......
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