摘要: /** * 订单编码:日期时间毫秒+随机数共19位 */ @ApiModelProperty(value = "订单编码:日期时间毫秒+随机数共19位") @JsonSerialize(using = JsonLongSerializer.class ) private Long orderNo; 阅读全文
posted @ 2021-05-19 17:43 残星 阅读(425) 评论(0) 推荐(0) 编辑
摘要: package com.yq.utils; import cn.hutool.core.collection.CollUtil; import cn.hutool.core.io.IoUtil; import cn.hutool.json.JSONArray; import cn.hutool.po 阅读全文
posted @ 2021-05-19 16:45 残星 阅读(2439) 评论(0) 推荐(0) 编辑
摘要: <!--hutool 常用工具--> <dependency> <groupId>cn.hutool</groupId> <artifactId>hutool-all</artifactId> <version>5.4.1</version> </dependency> <!--start poi- 阅读全文
posted @ 2021-05-19 16:41 残星 阅读(60) 评论(0) 推荐(0) 编辑