diff options
author | 杨宇千 <crupest@outlook.com> | 2019-10-19 21:37:15 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-10-19 21:37:15 +0800 |
commit | 7bcf891d9d68ac0f12570b94938347ab8eec3247 (patch) | |
tree | e6168234660307247111ee369a0b2123823614eb /Timeline/Models/Http/Common.cs | |
parent | a268999b8c975588c01b345829edfc0099af6f93 (diff) | |
download | timeline-7bcf891d9d68ac0f12570b94938347ab8eec3247.tar.gz timeline-7bcf891d9d68ac0f12570b94938347ab8eec3247.tar.bz2 timeline-7bcf891d9d68ac0f12570b94938347ab8eec3247.zip |
...
Diffstat (limited to 'Timeline/Models/Http/Common.cs')
-rw-r--r-- | Timeline/Models/Http/Common.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Timeline/Models/Http/Common.cs b/Timeline/Models/Http/Common.cs index 83e6a072..6f6dbc1e 100644 --- a/Timeline/Models/Http/Common.cs +++ b/Timeline/Models/Http/Common.cs @@ -38,8 +38,8 @@ namespace Timeline.Models.Http Message = message;
}
- public int? Code { get; set; }
- public string Message { get; set; }
+ public int Code { get; set; }
+ public string? Message { get; set; }
}
public class CommonDataResponse<T> : CommonResponse
|