| | |
| | | namespace WIDESEAWCS_Model.Models |
| | | { |
| | | [MultiTenant] |
| | | [SugarTable("Sys_Log", "æ¥å¿è¡¨")] |
| | | public class Sys_Log |
| | | { |
| | | /// <summary> |
| | |
| | | /// <summary> |
| | | /// 请æ±åæ° |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 2000, ColumnDescription = "请æ±åæ°")] |
| | | [SugarColumn(IsNullable = true, Length = int.MaxValue, ColumnDescription = "请æ±åæ°")] |
| | | public string RequestParam { get; set; } |
| | | |
| | | /// <summary> |
| | | /// ååºåæ° |
| | | /// </summary> |
| | | [SugarColumn(IsNullable = true, Length = 2000, ColumnDescription = "ååºåæ°")] |
| | | [SugarColumn(IsNullable = true, Length = int.MaxValue, ColumnDescription = "ååºåæ°")] |
| | | public string ResponseParam { get; set; } |
| | | |
| | | /// <summary> |