摘要: // 设置初始化值为5 private static AtomicInteger count = new AtomicInteger(5); // 生成发票流水号的8位年月日与4位序列号 private static String issueInvoiceSerival(){ Timestamp curDate = new Timestamp(System.currentTimeMi... 阅读全文
posted @ 2019-09-06 18:57 白玉神驹 阅读(1083) 评论(0) 推荐(0)
摘要: 1. Map类型或实体类类型传值,即json格式传值 2. 参数形式传值 3. list值传参 阅读全文
posted @ 2019-09-06 09:45 白玉神驹 阅读(29769) 评论(0) 推荐(1)