| | |
| | | public int PushState { get; set; } = 0; |
| | | |
| | | /// <summary> |
| | | /// è¯·æ±æ¹ç¨æ·IP |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "è¯·æ±æ¹ç¨æ·IP")] |
| | | public string RequestorUserIP { get; set; } |
| | | |
| | | /// <summary> |
| | | /// è¯·æ±æ¹ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "è¯·æ±æ¹")] |
| | |
| | | public string RequestParameters { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 请æ±åæ°åå¸å¼ï¼ç¨äºç´¢å¼åå»éï¼ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 64, ColumnDescription = "请æ±åæ°åå¸å¼")] |
| | | public string RequestParametersHash { get; set; } |
| | | |
| | | /// <summary> |
| | | /// æ¥æ¶æ¹ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "æ¥æ¶æ¹")] |
| | |
| | | public string ResponseParameters { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ååºåæ°åå¸å¼ï¼ç¨äºç´¢å¼åå»éï¼ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 64, ColumnDescription = "ååºåæ°åå¸å¼")] |
| | | public string ResponseParametersHash { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 夿³¨ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 100, ColumnDescription = "夿³¨")] |