Skip to content

daigrama #86

@Davi-004

Description

@Davi-004

@startuml diagrama
!theme plain
skinparam classAttributeIconSize 0
hide circle

class Cliente {

  • id : int
  • nombre : string
  • empresa : string
    --
  • str()
    }

class Contrato {

  • id : int
  • nom_contrato : string
  • fecha : date
  • valor_mensual : int
  • description : text
    --
  • str()
    }

class User {

  • id : int
  • username : string
  • password : string
  • email : string
    --
  • authenticate()
  • has_perm()
    }

Cliente "1" -- "*" Contrato : tiene
User --> Cliente : gestiona
User --> Contrato : gestiona
@enduml

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions