| | |
| | | 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 RequestParametersHash { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ååºåæ°åå¸å¼ï¼ç¨äºç´¢å¼åå»éï¼ |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 64, ColumnDescription = "ååºåæ°åå¸å¼")] |