Browse Source

代码优化

gaodm 5 years ago
parent
commit
dc1e4c1d8d
1 changed files with 1 additions and 3 deletions
  1. 1 3
      common/src/main/java/com/diagbot/enums/ProductTypeEnum.java

+ 1 - 3
common/src/main/java/com/diagbot/enums/ProductTypeEnum.java

@@ -4,9 +4,7 @@ import com.diagbot.core.KeyedNamed;
 import lombok.Setter;
 
 /**
- * @Description: 访问的系统类型
- * 1:user-service,2:diagbotman-service,3:uaa-service,4:log-service,
- * 5:bi-service,6:knowledge-service,7:feedback-service,8:icss-web
+ * @Description: 产品类型
  * @author: gaodm
  * @time: 2018/9/14 9:15
  */