摘要: xml文件: <insert id="batchInsert" parameterType="java.util.List" useGeneratedKeys="true" keyProperty="id"> insert into user_info (user_id,user_name,crea 阅读全文
posted @ 2020-07-12 22:26 生命树gyh 阅读(887) 评论(0) 推荐(0) 编辑
摘要: SettleVO类 @Data @ToString public class SettleVO implements Serializable { private Long id; /** * 日期 */ private String sendDate; /** * 始发中心所在的城市 */ pri 阅读全文
posted @ 2020-07-12 22:14 生命树gyh 阅读(3308) 评论(0) 推荐(0) 编辑
© 2020 GitHub, Inc.