getAffiliateList 添加返回用户名

This commit is contained in:
2024-12-23 14:31:48 +08:00
parent b15cc542e1
commit 7283ace072
6 changed files with 110 additions and 8 deletions

View File

@@ -12,4 +12,6 @@ public class AffiliateVO extends Affiliate {
private Long linkViewCount;
private String username;
}