gaodd před 2 roky
rodič
revize
d11d160bfa

+ 1 - 1
src/main/java/com/chinaitop/depot/SwaggerConfig.java

@@ -27,7 +27,7 @@ public class SwaggerConfig {
27 27
     private ApiInfo apiInfo() {
28 28
         return new ApiInfoBuilder()
29 29
                 .title("智能粮库管理平台api文档")
30
-                .description("经营业务")
30
+                .description("经营管理业务")
31 31
                 .termsOfServiceUrl("http://10.10.25:9001")
32 32
                 .version("1.0")
33 33
                 .build();