摘要:
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
阅读(183)
评论(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
阅读(398)
评论(0)
推荐(0)