package Model
type T_Dic_Nation struct {
DN_NationID string
DN_NationName string
DN_NationValue int
}