TASK:获取affiliate的用户名和id;BUGFIX:模特无法保存

This commit is contained in:
2025-08-21 13:22:22 +08:00
parent 7436fa17c0
commit e4ce7e9e63
6 changed files with 58 additions and 16 deletions

View File

@@ -16,4 +16,6 @@ public interface AffiliateMapper extends BaseMapper<Affiliate> {
int queryAffiliateTotalCount(String status, String startTime, String endTime, Long affiliateId);
List<Map<String, Object>> selectAllAffiliateUsername();
}