增加称号跟徽章接口
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
|
||||
namespace Application.Web.Model.RequestParms.Maxname
|
||||
{
|
||||
public class UpdateBadgeParms
|
||||
{
|
||||
public string ubId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user