namespace iWareSda { using System; using System.ComponentModel.DataAnnotations; public partial class WmsConfigDeviceWarning { //public long Id { get; set; } //public int DeviceAreaCode { get; set; } //public int DeviceWarningType { get; set; } [StringLength(100)] public string WarningCode { get; set; } //[StringLength(100)] //public string WarningContent { get; set; } //public DateTime? CreateTime { get; set; } //public DateTime? UpdateTime { get; set; } //public long? CreateUserId { get; set; } //[StringLength(64)] //public string CreateUserName { get; set; } //public long? UpdateUserId { get; set; } //[StringLength(64)] //public string UpdateUserName { get; set; } //public bool IsDelete { get; set; } } }