Browse Source

添加注释

pull/165/head
zhangxin 3 years ago
parent
commit
e0d67dc62e
1 changed files with 5 additions and 6 deletions
  1. +5
    -6
      models/om/om.go

+ 5
- 6
models/om/om.go View File

@ -1,12 +1,11 @@
package om
const (
DemandHeadLoadingStatus = 1
DemandHeadUnParsedStatus = 2
DemandHeadParsedStatus = 3
DemandHeadLoadFailedStatus = 4
DemandHeadParsingStatus
DemandHeadLoadingStatus = 1 // 加载中
DemandHeadUnParsedStatus = 2 // 带解析
DemandHeadParsedStatus = 3 // 已解析
DemandHeadLoadFailedStatus = 4 // 加载失败
DemandHeadParsingStatus = 5 // 解析中
DemandMaxTry = 10
)


Loading…
Cancel
Save