2025-04-15 23:49:28 +03:00

7 lines
123 B
Go

package status
type CreateStatusDTO struct {
Name string `json:"name"`
Description string `json:"description"`
}