Class ContractEntity

java.lang.Object
com.bytedesk.core.base.BaseEntity
com.bytedesk.core.contract.ContractEntity
All Implemented Interfaces:
Serializable

@Entity public class ContractEntity extends BaseEntity
Contract entity for content categorization and organization Provides contractging functionality for various system entities Database Table: bytedesk_core_contract Purpose: Stores contract definitions, colors, and organization settings
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • name

      private String name
      Name of the contract
    • description

      private String description
      Description of the contract
    • type

      private String type
      Type of contract (CUSTOMER, TICKET, ARTICLE, etc.)
  • Constructor Details

    • ContractEntity

      public ContractEntity()