1.添加主播 UID字段

This commit is contained in:
2025-07-01 16:57:18 +08:00
parent a6a9e46812
commit bcb3157faa
9 changed files with 10 additions and 13 deletions

View File

@@ -21,5 +21,4 @@ public interface HostInfoService extends IService<NewHosts> {
Page<NewHostsVO> getConditionHosts(HostInfoDTO hostInfoDTO);
List<SevenDaysData> getSevenDaysData(HistoryDataDTO historyDataDTO);
}