技术工具类:通过Redis的自增序列来生成系统使用的序列号
直接上代码:package com.fuli.utils;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.stereotype.Component;import java.util.Calendar;/** * @description: 通过Redis生成序列号 * @author: YqZhilan * @date: 2020-08-01 */@