增加称号跟徽章接口

This commit is contained in:
LN
2026-07-13 14:28:33 +08:00
parent 035eb476ea
commit 4636169e00
12 changed files with 513 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
using Microsoft.AspNetCore.Mvc;
namespace Application.Web.Model.RequestParms.Maxname
{
public class UpdateBadgeParms
{
public string ubId { get; set; }
}
}