package config

type DoctorPay struct {
	Url string `mapstructure:"url" json:"url" yaml:"url"`
}

type LisOcr struct {
	Url string `mapstructure:"url" json:"url" yaml:"url"`
}

type DoctorDb struct {
	Account string `mapstructure:"account" json:"account" yaml:"account"`
	Common  string `mapstructure:"common" json:"common" yaml:"common"`
}