This commit is contained in:
shuo.wang
2025-04-29 20:13:43 +08:00
parent fcc86e38f0
commit 921447d672
6 changed files with 29 additions and 11 deletions

View File

@@ -5,7 +5,7 @@ import lombok.Data;
import java.util.Date;
import javax.persistence.*;
@Table(name = "xfsg_shop_accounts")
@Table(name = "xfsg_shop_account")
@Data
public class ShopAccountDO {
/**