This commit is contained in:
2023-11-16 17:33:49 +08:00
parent ab9425f4c2
commit d0897e57e0
145 changed files with 604 additions and 304 deletions

View File

@@ -4,12 +4,10 @@ import com.baomidou.mybatisplus.annotation.*
import java.io.Serializable
/**
* <p>
* 中间表-用户-用户组
* </p>
* User group intermediate entity
*
* @author FatttSnake
* @since 2023-10-25
* @since 1.0.0
*/
@TableName("t_user_group")
class UserGroup : Serializable {