1212121
This commit is contained in:
10
Service/Application.Domain.Entity/model/UserStateModel.cs
Normal file
10
Service/Application.Domain.Entity/model/UserStateModel.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Application.Domain.Entity;
|
||||
|
||||
public class UserStateModel
|
||||
{
|
||||
public string name { get; set; }
|
||||
public int time { get; set; }
|
||||
public string scene { get; set; }
|
||||
public string tips { get; set; }
|
||||
public List<AttrItem> attr { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user