package entity

type Province struct {
	ID   uint
	Name string
}