package com.jiyc.mpdemo.entity; import com.baomidou.mybatisplus.annotation.*; import lombok.Data; import java.util.Date; @Data public class User { //@TableId(type = IdType.ID_WORKER) //mp自带策略,生成19位值,数字类型使用这种策略,比如long //@TableId(type = IdType.ID_WORKER_STR) //mp自带策略,生成19位值,字符串类型使用这种策略 private Long id; private String name; private Integer age; private String email; //create_time @TableField(fill = FieldFill.INSERT) private Date createTime; //update_time @TableField(fill = FieldFill.INSERT_UPDATE) private Date updateTime; @Version @TableField(fill = FieldFill.INSERT) private Integer version;//版本号 //MyBatisPlus逻辑删除注解 // @TableLogic private Integer deleted; }
最近下载更多
wangzhq610 LV10
10月7日
Oxygeni LV6
7月14日
oulingqiao LV13
1月11日
youzitao LV11
2023年4月17日
shaoxf_nihao LV4
2022年6月10日
Super强 LV13
2022年5月14日
朴宰范 LV1
2022年5月1日
微信网友_5876078907576320 LV1
2022年3月17日
采暖11 LV11
2021年11月14日
xxxjjj123 LV6
2021年6月24日
最近浏览更多
wangzhq610 LV10
10月7日
Oxygeni LV6
7月14日
气之子dss LV4
6月24日
TY0165 LV20
6月19日
nurgul LV1
6月8日
ma406805131 LV15
5月11日
黑 LV7
3月29日
zjczds
3月21日
暂无贡献等级
微信网友_6427471221870592 LV2
3月10日
oulingqiao LV13
1月11日