package cool // Join 类型 const ( LeftJoin JoinType = "LeftJoin" RightJoin JoinType = "RightJoin" InnerJoin JoinType = "InnerJoin" )