using System; using System.Collections.Generic; using System.Text; namespace Shentun.Peis.ProtectiveMeasuress { public class UpdateProtectiveMeasuresDto { /// /// 主键ID /// public Guid ProtectiveMeasuresId { get; set; } /// /// 防护措施名称 /// public string DisplayName { get; set; } } }