StableVersion4.3/HL_FristAidPlatform_DTO/SYS/T_SYS_UIDTO.cs

13 lines
339 B
C#

namespace HL_FristAidPlatform_DTO
{
public partial class T_SYS_UIDTO
{
public int ID { get; set; }
public string GUID { get; set; }
public string UiName { get; set; }
public int? MenuId { get; set; }
public string Uipath { get; set; }
public int? DeleteFlag { get; set; }
}
}