摘要: User package com.lyc.pojo; import lombok.Data; @Data public class User { private int id; private String count; private String password; } UserMapper p 阅读全文
posted @ 2021-04-26 15:50 liuyunche 阅读(174) 评论(0) 推荐(0) 编辑
摘要: User类 package com.lyc.pojo; import lombok.Data; @Data public class User { private int id; private String count; private String password; } UserMapper 阅读全文
posted @ 2021-04-26 15:39 liuyunche 阅读(356) 评论(0) 推荐(0) 编辑