You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[MVCSwagJSONSchemaField('customer_name', 'Customer Name', True, False)]
property CustomerName: string read FCustomerName write FCustomerName;
There is ok to swagger,
but
[MVCSwagJSONSchemaField('customer_name', 'Customer Name', True, False)]
property CustomerName: nullableString read FCustomerName write FCustomerName;
There is not showing in swagger.
The text was updated successfully, but these errors were encountered:
[MVCSwagJSONSchemaField('customer_name', 'Customer Name', True, False)]
property CustomerName: string read FCustomerName write FCustomerName;
There is ok to swagger,
but
[MVCSwagJSONSchemaField('customer_name', 'Customer Name', True, False)]
property CustomerName: nullableString read FCustomerName write FCustomerName;
There is not showing in swagger.
The text was updated successfully, but these errors were encountered: