Skip to content
  • This project
    • Loading...
  • Sign in

周伟奇 / bmw-ocr

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • bmw-ocr
  • src
  • apps
  • doc
  • consts.py
  • 周伟奇's avatar
    priority queue · ad161125
    周伟奇 committed 2020-06-30 14:15:02 +0800
    ad161125 Browse Directory
consts.py 157 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
PAGE_DEFAULT = 1
PAGE_SIZE_DEFAULT = 10

BUSINESS_TYPE = ['HIL', 'AFC']
HIL_SET = {'HIL', 'hil', 'CO00002', 'C000002'}
HIL_PREFIX = 'HIL'
AFC_PREFIX = 'AFC'