Ver código fonte

菜单增加食堂Id字段

wrh 2 anos atrás
pai
commit
0829e4f9b7

+ 2 - 0
nngkxxdp/src/main/java/com/example/nngkxxdp/entity/Menu.java

@@ -16,6 +16,8 @@ public class Menu implements Serializable {
 
     // 食堂id
     private String id;
+    // 食堂id
+    private String canteenId;
     // 日期
     private Date date;
     // 菜品列表JSON的base64码