摘要: public class SerIncreaseUtils { /** * @param currNum 传入num值 * @return 返回一个8为的String,例00000001 */ public static String getSerID(long currNum) { // 八位流水 阅读全文
posted @ 2021-11-14 20:46 这都没什么 阅读(74) 评论(0) 推荐(0)
摘要: @Component public class GetBeanUtils implements ApplicationContextAware { private static ApplicationContext applicationContext = null; public static A 阅读全文
posted @ 2021-11-14 11:06 这都没什么 阅读(89) 评论(0) 推荐(0)