发表评论取消回复
相关阅读
相关 MyBatisPlus快速入门(四)MyBatisPlus的常用注解
> 作者主页:[Designer 小郑][Designer] > 作者简介:Java全栈软件工程师一枚,来自浙江宁波,负责开发管理公司OA项目,专注软件前后端开发、系统定制
相关 Spring的常用注解,SpringMVC常用注解
<table> <thead> <tr> <th>spring注解</th> <th>作用</th> </tr> </thead> <t
相关 mybatisplus表明注解
数据库表名为:tb_topic 实体类名称为 TopicEntity 默认情况下 mybatis-plus会自动将实体类的类名首字母
相关 MyBatisPlus字段注解
@TableField(exist = false):表示该属性不为数据库表字段,但又是必须使用的。 @TableField(exist = true):表示该属性为数
相关 MyBatisPlus--注解
@TableName 指定实体类对应的表名 <table> <thead> <tr> <th>属性</th> <th>类型</th>
还没有评论,来说两句吧...