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/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/Result.cs#L13
Non-nullable property 'Data' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
REMS.Models/Result.cs#L14
Non-nullable property 'Message' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
REMS.Models/Property/PropertyResponseModel.cs#L5
Non-nullable property 'Property' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
REMS.Models/Property/PropertyResponseModel.cs#L6
Non-nullable property 'Images' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
REMS.Models/Property/PropertyRequestModel.cs#L7
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
This job succeeded
Loading