devicemngmt_old/constant.go

13 lines
225 B
Go
Raw Normal View History

2021-08-17 04:03:50 +00:00
package devicemngt
// Constant ...
const (
TableDeviceMngt = "device_managements"
OwnerTypeStaff = "staff"
OwnerTypeSeller = "seller"
timezoneHCM = "Asia/Ho_Chi_Minh"
dateLayoutFull = "2006-01-02T15:04:05.000Z"
)