package devicemngmt
// Constant ...
const (
tableDevice = "devices"
timezoneHCM = "Asia/Ho_Chi_Minh"
langVi = "vi"
langEn = "en"
)