amop
amop
## 目前的model类中可以声明非表中字段的属性. - 优点: 灵活性比较高. - 缺点: 灵活性高导致可维护性差. 当非表字段属性过多时,对于新人代码阅读不友好. ## 解决方案: - 在@BaseModel中增加一属性, 用来控制是否要Model属性与表字段强一致校验. - 新加@NoneCol 表示非表字段 - 默认是否要强一致校验(暂未考虑好)
- 去除主键强校验. 增加优化提示 - Remove the primary key strong check. Add optimization tips
- How do I find community tasks 1。Mybatis modelhelper has the following two label issues, which are tasks that can be claimed first ``` Contribution Welcome good first issue ```...
### Current version - 插入和更新在数据缺少时自动填充。常用的业务为create_time, update_time 等