common.go 350 B

123456789101112
  1. // Copyright 2019 getensh.com. All rights reserved.
  2. // Use of this source code is governed by getensh.com.
  3. package consts
  4. // 定义数据来源大类
  5. const(
  6. ODSPROVIDERLOG = "provider-log" // 数据源日志
  7. ODSGDLOG = "gd-log" // gd日志
  8. ODSMANUALAMENDMENT = "manual" // 人工修正
  9. ODSOFFLINEIMPORT = "offline-import" // 离线导入
  10. )