支付参数

This commit is contained in:
2026-01-17 10:25:19 +08:00
parent 04be17d63e
commit e9ef1b0fac
2 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ import java.time.LocalDateTime;
@Data
@NoArgsConstructor
@AllArgsConstructor
@Table("tb_shop_merchant2")
@Table("tb_shop_merchant")
public class ShopMerchant implements Serializable {
@Serial