2020年9月24日

简易Id切分工具类

摘要: public class SqlIdSplit { public SqlIdSplit(int minId,int maxId,int size){ this.maxId=maxId+1; this.size=size; this.ind=minId; } private int maxId;//最 阅读全文

posted @ 2020-09-24 10:07 码农记录 阅读(283) 评论(0) 推荐(0) 编辑

导航