13.如何生成订单号,用uuid时间:2024-09-05 15:06:44String orderNum = UUID.randomUUID().toString().replaceAll("-", "");