8 lines
179 B
C#
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; }
|
|
} |