inital commit

master
unknown 2024-05-03 14:57:03 +03:00
parent d29fc1cd04
commit 8a69c4596e
2 changed files with 7 additions and 0 deletions

6
pkg/models/branch.go Normal file
View File

@ -0,0 +1,6 @@
package models
type BranchRegisterBody struct {
BranchName string `json:"branch_name" validate:"required"`
CompanyID string `json:"company_id" bson:"company_id"`
}

View File

@ -0,0 +1 @@
package services