feat: update table scripts #40
Annotations
10 warnings
REMS.Models/Transaction/TransactionRequestModel.cs#L19
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
REMS.Models/Transaction/TransactionModel.cs#L19
Non-nullable property 'Status' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
REMS.Models/Review/ReviewResponseModel.cs#L5
Non-nullable property 'Review' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
REMS.Models/Client/ClientResponseModel.cs#L11
Non-nullable property 'Client' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
REMS.Models/Review/ReviewListResponseModel.cs#L7
Non-nullable property 'DataList' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
REMS.Models/Review/ReviewListResponseModel.cs#L9
Non-nullable property 'PageSetting' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
REMS.Models/Client/ClientRequestModel.cs#L15
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
REMS.Models/Client/ClientListResponseModel.cs#L13
Non-nullable property 'DataLst' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
REMS.Models/Client/ClientListResponseModel.cs#L14
Non-nullable property 'PageSetting' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
REMS.Models/Jwt/JwtTokenModel.cs#L5
Non-nullable property 'Issuer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job succeeded
Loading