商家申请记录 填充商家名称

消费返现
This commit is contained in:
2025-10-16 18:21:58 +08:00
parent 1e480dd2d9
commit 9bdb09232c
3 changed files with 24 additions and 1 deletions

View File

@@ -84,4 +84,6 @@ public class SmsShopTemplateDTO implements Serializable {
@JSONField(format = "yyyy-MM-dd HH:mm:ss")
private LocalDateTime updateTime;
private String shopName;
}