Documentation
¶
Index ¶
Constants ¶
View Source
const ( SystemField = "system" CustomField = "custom" )
View Source
const ( AllCusToFollowUp = 2 // 全部联系人待跟进 AllCusRecycling = 3 // 全部联系人即将回收 AllCusInFollowUp = 4 // 全部联系人跟进中 AllCus = 5 // 全部联系人 MyCusToFollowUp = 6 // 我的联系人待跟进 MyCusRecycling = 7 // 我的联系人即将回收 MyCusFocus = 8 // 我的联系人重点关注 MyCusInFollowUp = 9 // 我的联系人跟进中 MyCus = 10 // 我的联系人 AllCorpFollowUp = 11 // 全部企业待跟进 AllCorpRecycling = 12 // 全部企业即将回收 AllCorpInFollowUp = 13 // 全部企业跟进中 AllCorp = 14 // 全部企业 MyCorpToFollowUp = 15 // 我的企业待跟进 MyCorpRecycling = 16 // 我的企业即将回收 MyCorpInFollowUp = 17 // 我的企业跟进中 MyCorp = 18 // 我的企业 )
View Source
const ( // DateLayout 统一日期编码布局 DateLayout = "2006-01-02" // TimeLayout 统一时间编码布局 TimeLayout = "2006-01-02 15:04:05" )
View Source
const FeatureFlagPrefix = "FeatureFlags-"
Variables ¶
View Source
var ( CorpFilterMap = map[int]bool{ AllCorpFollowUp: true, AllCorpRecycling: true, AllCorpInFollowUp: true, AllCorp: true, MyCorpToFollowUp: true, MyCorpRecycling: true, MyCorpInFollowUp: true, MyCorp: true, } )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.