package constants const ( LOGIN = "登录" LOGOUT = "登出" INSERT = "插入" UPDATE = "更新" DELETE = "删除" TypeEdit = 2 TypeSystem = 1 )