feat(game): 增加按时间查询游戏投注记录功能

- 新增 GameBettingDetailsDTO 类,用于游戏投注详情查询
- 在 GameBettingDetailsMapper 中添加按时间查询的 SQL 语句
- 修改 GameBettingDetailsServiceImpl 中的查询方法,支持按时间查询
- 更新相关控制器和接口,增加按时间查询游戏记录的功能
main-cf
shi 2025-03-24 17:00:07 +08:00
parent 34f6ad895a
commit 03ca9de286
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ public class AgentTenantSecretKeyDTO extends BaseEntity
/** 商户后缀 */
@Excel(name = "商户后缀")
@JsonIgnore
private String tenantSn;
/** 租户密钥 */