package constants const ( IsSHOW = 1 NotShow = 2 ) const ( Enable = 1 Disable = 2 )