This commit is contained in:
Cauchy
2023-10-20 16:31:04 +08:00
parent e4bd2854a3
commit 0633287662
8 changed files with 107 additions and 6 deletions

View File

@@ -173,4 +173,6 @@ public class BuyOrder implements Serializable {
@TableField(exist = false)
private MyUserEntity user;
private int addressModified;
}