StableVersion4.3/HL_FristAidPlatform_Help/Model/T_Base_WristStrapModel.cs

18 lines
394 B
C#

using HL_FristAidPlatform_Models;
namespace HL_FristAidPlatform_Help
{
public class T_Base_WristStrapModel : T_Base_WristStrap
{
/// <summary>
/// 使用状态名称
/// </summary>
public string StatusCase { get; set; }
/// <summary>
/// 是否启用
/// </summary>
public string DeleteFlagCase { get; set; }
}
}