copy from "\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/Telescopic/Dt_AlarmResetHsy.cs"
copy to "project/\345\220\216\345\217\260\347\256\241\347\220\206/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/Telescopic/Dt_AlarmResetHsy.cs"
文件从 项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/Telescopic/Dt_AlarmResetHsy.cs 复制 |
| | |
| | | [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "涓婚敭")] |
| | | public int Id { get; set; } |
| | | |
| | | //[SugarColumn(IsNullable = true, ColumnDescription = "閮ㄩ棬id")] |
| | | //public int Deptid { get; set; } |
| | | |
| | | [SugarColumn(IsNullable = true, Length = 100, ColumnDescription = "鎶ヨ鍐呭")] |
| | | public string AlarmContent { get; set; } |
| | | |