Files
Kg.SeaTime/Service/Application.Domain.Entity/model/MsgEventBtn.cs
2026-05-29 19:06:51 +08:00

8 lines
179 B
C#

namespace Application.Domain.Entity;
public class MsgEventBtn
{
public int status { get; set; }
public string name { get; set; }
public string tips { get; set; }
}