标签:com 自增 自动 tis pre integer 自动增长 mamicode ble
@Data public class DxApplication { @TableId(type = IdType.AUTO) private Long id; private String name; private Integer sort; }
在navicat中设置id自动增长:
标签:com 自增 自动 tis pre integer 自动增长 mamicode ble
原文地址:https://www.cnblogs.com/qianxiaoPro/p/14874024.html