Merge branch '20172'

This commit is contained in:
twinkle255 2023-03-27 21:02:34 +08:00
commit 58fe3cb339
4 changed files with 8 additions and 3 deletions

View File

@ -18,4 +18,8 @@
- 删除`gitee`或`github`上的`.idea`文件
- `update`一下远端项目
- `push`代码
- 我好菜。。。
- 我好菜。。。
# 20230327
- 完善了一下实体类,发现商家那一部分漏了一点东西,给它补上了
- 另外就是为什么`.idea`文件我已经取消提交了,为啥本地的`commit`里面还会有有啊……无语了
- 是不是跟`git`八字不合。。。

View File

@ -9,5 +9,6 @@ public class Merchants {
private String name;//店铺名字
private String address;//店铺地址
private String description;//店铺描述
private String phoneNumber;//商家联系方式
private Indent IndentID;//外键订单ID
}

View File

@ -1,7 +1,7 @@
package entities;
import lombok.Data;
//订单中的菜品
@Data
public class indentItem {
private Long id;//菜品ID

View File

@ -1,4 +1,4 @@
package org.example;
package example;
public class App {
public static void main(String[] args) {