当前位置:网站首页>mybatiesHelperPro工具必须的可以生成到对应项目文件夹下
mybatiesHelperPro工具必须的可以生成到对应项目文件夹下
2022-07-02 18:01:00 【健康的Roy彭】
127.0.0.1 mybatiscodehelper.com
create_time和update_time理应用sql去控制生成,后端控制传值
mealSubsidy.setCreatedBy(String.valueOf(getSubjectUser().getLoginUserId()));
mealSubsidy.setCreatedName(getSubjectUser().getLoginUserName());
mealSubsidy.setModifiedBy(String.valueOf(getSubjectUser().getLoginUserId()));
mealSubsidy.setModifiedName(getSubjectUser().getLoginUserName());
mealSubsidy.setCreatedTime(new Date());
mealSubsidy.setModifiedTime(new Date());
重写tostring方法即可,用来打印实体信息的日志
mybatiesPlus配置id为自增AUTO
entity路径
com.cfne.cuckoo.ams.domain.entity.royalty
C:/tail/cuckoo-ams/cuckoo-ams-api/src/main/java
mapper路径
com.cfne.cuckoo.ams.dao.royaltysub
C:/tail/cuckoo-ams/cuckoo-ams-service/src/main/java
xml路径
META-INF.mybatis-mapping.ams.royaltysub
C:/tail/cuckoo-ams/cuckoo-ams-service/src/main/resources
service.interface.iml路径
com.cfne.cuckoo.ams.service.impl.royaltysub
C:/tail/cuckoo-ams/cuckoo-ams-service/src/main/java
service.interface路径
com.cfne.cuckoo.ams.service.royaltysub
C:/tail/cuckoo-ams/cuckoo-ams-api/src/main/java
entity的父类不需要
com.cfne.cuckoo.ams.domain.entity.BaseOperateEntity
边栏推荐
- Reduce -- traverse element calculation. The specific calculation formula needs to be passed in and combined with BigDecimal
- 9D电影是怎样的?(+维度空间常识)
- R语言ggplot2可视化:gganimate包创建动态柱状图动画(gif)、使用transition_states函数在动画中沿给定维度逐步显示柱状图
- 《病人家属,请来一下》读书笔记
- 使用 Cheat Engine 修改 Kingdom Rush 中的金钱、生命、星
- 潇洒郎:彻底解决Markdown图片问题——无需上传图片——无需网络——转发给他人图片无缺失
- What are the links of the problem
- Novice must see, click two buttons to switch to different content
- codeforces每日5题(均1700)-第四天
- The difference between SLC, MLC, TLC and QLC NAND SSD: which is better?
猜你喜欢

Installation of thingsboard, an open source IOT platform

Introduction to the paper | application of machine learning in database cardinality estimation

Yolov3 trains its own data set to generate train txt

开发固定资产管理系统,开发固定资产管理系统用什么语音

Tips for material UV masking

The difference between interceptor and filter

数据降维——因子分析

ICDE 2023|TKDE Poster Session(CFP)

Google's official response: we have not given up tensorflow and will develop side by side with Jax in the future

ICDE 2023|TKDE Poster Session(CFP)
随机推荐
Excel如何进行隔行复制粘贴
Kubernetes three open interfaces first sight
云呐|为什么要用固定资产管理系统,怎么启用固定资产管理系统
R语言dplyr包rowwise函数、mutate函数计算dataframe数据中多个数据列在每行的最大值、并生成行最大值对应的数据列(row maximum)
Have you stepped on the nine common pits in the e-commerce system?
Reduce -- traverse element calculation. The specific calculation formula needs to be passed in and combined with BigDecimal
The difference between SLC, MLC, TLC and QLC NAND SSD: which is better?
高级性能测试系列《24. 通过jdbc执行sql脚本》
Crypto usage in nodejs
ORA-01455: converting column overflows integer datatype
Yolov3 trains its own data set to generate train txt
Hongmeng's fourth learning
Processing strategy of message queue message loss and repeated message sending
Introduction to the paper | analysis and criticism of using the pre training language model as a knowledge base
Progress progress bar
Emmet基础语法
在纽约寻找童真——新泽西州乐高乐园探索中心的美好一天
The difference between interceptor and filter
yolov3 训练自己的数据集之生成train.txt
R语言ggplot2可视化分面图(facet):gganimate包基于transition_time函数创建动态散点图动画(gif)