' Options: 'Date: 2026-09-01 02:40:02 'Version: 8.0 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://api-stage.smartfarmertech.com ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: True '''ExportValueTypes: False 'IncludeTypes: CompetitorsAutoQueryAdd.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports sfgboxapi.ServiceModel.Types Imports sfgboxapi.ServiceModel Namespace Global Namespace sfgboxapi.ServiceModel Public Partial Class CompetitorsAutoQueryAdd Implements IReturn(Of Competitors) Implements ICreateDb(Of Competitors) Public Overridable Property TenantsId As Long Public Overridable Property ZonesId As Long Public Overridable Property CropsId As Long Public Overridable Property CompetitorCropsId As Long Public Overridable Property PenaltyPercentage As Double Public Overridable Property ResponseStatus As ResponseStatus End Class End Namespace Namespace sfgboxapi.ServiceModel.Types Public Partial Class Competitors Public Overridable Property Id As Long Public Overridable Property TenantsId As Long Public Overridable Property ZonesId As Long Public Overridable Property CropsId As Long Public Overridable Property CompetitorCropsId As Long Public Overridable Property PenaltyPercentage As Double End Class Public Partial Class Crops Public Overridable Property Id As Long Public Overridable Property TenantsId As Long Public Overridable Property ZonesId As Long Public Overridable Property Name As String Public Overridable Property LatinName As String Public Overridable Property SoldDescription As String End Class Public Partial Class Tenants Public Overridable Property Id As Long Public Overridable Property MainZonesId As Long Public Overridable Property IsPublic As Boolean End Class Public Partial Class Zones Public Overridable Property Id As Long Public Overridable Property TenantsId As Long Public Overridable Property Name As String Public Overridable Property IsMain As Boolean Public Overridable Property IsDefault As Boolean End Class End Namespace End Namespace