| | |
| | | public int Id { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å¼å¸¸ä¿¡æ¯åç§° |
| | | /// å¼å¸¸ä¿¡æ¯åç»(è®¾å¤æ¥è¦ï¼åºåè¿ææ¥è¦ï¼ç©æç»´æ¤æ¥è¦ï¼ä½åºåæ¥è¦ï¼å建åºå
¥åºåæ¥è¦) |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, DefaultValue = "0", ColumnDescription = "å¼å¸¸ä¿¡æ¯åç»")] |
| | | public int MessageGroupBy { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç¶æ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, DefaultValue = "0", ColumnDescription = "ç¶æ")] |
| | | public int MessageStatus { get; set; } |
| | | |
| | | /// <summary> |
| | | /// å¼å¸¸ä¿¡æ¯åç§°(è·å䏿¸¸å
¥åºåå¼å¸¸ããã) |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "å¼å¸¸ä¿¡æ¯åç§°")] |
| | | public string MessageName { get; set; } |
| | |
| | | public string MessageInfo { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ç¶æ |
| | | /// 夿³¨(åºåè¿æé¢è¦æ¶ä¼ å
¥ç©æç¼å·åæ¹æ¬¡å·) |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, DefaultValue = "0", ColumnDescription = "ç¶æ")] |
| | | public int MessageStatus { get; set; } |
| | | [SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "夿³¨")] |
| | | public string MessageRemark { get; set; } |
| | | } |
| | | } |