摘要: public class RestaurantDto { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private long id; private long userId; private String name; privat 阅读全文
posted @ 2018-06-19 19:11 車輪の唄 阅读(9) 评论(0) 推荐(0) 编辑