摘要:
public class xxxGenerator { @Autowired private IRedisService redisService; /** * @desc : xxx规则:H+年+月+日+时+分+类型+000000(最后六位为自然数增长加1) **/ public String g
阅读全文
posted @ 2020-11-19 15:33
毛会懂
阅读(242)
推荐(0)
编辑
摘要:
public class xxxGenerator { @Autowired private IRedisService redisService; /** * @desc : xxx规则:F+年+月+日+时+分+类型+六位自然数(自然数增长加1) **/ public String generat
阅读全文
posted @ 2020-11-19 15:31
毛会懂
阅读(124)
推荐(0)
编辑
摘要:
public class xxxGenerator { private char[] arr = {'0','1','2','3','4','5','6','7','8','9','A','B','C','D','E','F','G','H','J','K','L'
阅读全文
posted @ 2020-11-19 15:29
毛会懂
阅读(172)
推荐(0)
编辑