From 40178e7fccb88029bfdc82031ec262330cf9d614 Mon Sep 17 00:00:00 2001 From: areeqakbr Date: Thu, 20 Feb 2025 16:32:00 +0700 Subject: [PATCH] delete alphanum tag --- model/dto/req/tower_dto.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/dto/req/tower_dto.go b/model/dto/req/tower_dto.go index bb04a63..a91ddc2 100644 --- a/model/dto/req/tower_dto.go +++ b/model/dto/req/tower_dto.go @@ -11,7 +11,7 @@ type TowerDTO struct { type UpdateTowerDTO struct { DeviceID *string `json:"device_id,omitempty" validate:"omitempty,min=3"` - TowerCode *string `json:"tower_code,omitempty" validate:"omitempty,alphanum"` + TowerCode *string `json:"tower_code,omitempty" validate:"omitempty"` Longitude *float64 `json:"longitude,omitempty" validate:"omitempty,longitude"` Latitude *float64 `json:"latitude,omitempty" validate:"omitempty,latitude"` } \ No newline at end of file