qudoco-be/app/module/master_statuses/response/master_statuses.response.go

7 lines
150 B
Go
Raw Permalink Normal View History

2026-02-24 09:37:19 +00:00
package response
type MasterStatusesResponse struct {
ID uint `json:"id"`
Name string `json:"name"`
IsActive bool `json:"is_active"`
}