Esempio n. 1
0
func init() {
	db.RegisterEntity("incoming", em)
}
Esempio n. 2
0
func init() {
	db.RegisterEntity("order", em)
	db.RegisterEntity("orderdetail", detailem)
}
Esempio n. 3
0
func init() {
	db.RegisterEntity("product", em)
}
Esempio n. 4
0
func init() {
	db.RegisterEntity("person", em)
}
Esempio n. 5
0
func init() {
	db.RegisterEntity("account_changelog", aclEm)
}
Esempio n. 6
0
func init() {
	db.RegisterEntity("syd/inventorygroup", em)
}
Esempio n. 7
0
func init() {
	db.RegisterEntity("syd/const", em)
}
Esempio n. 8
0
func init() {
	db.RegisterEntity("syd/user_action", historyEm)
}
Esempio n. 9
0
func init() {
	db.RegisterEntity("syd/user", em)
}
Esempio n. 10
0
func init() {
	db.RegisterEntity("syd/settle_account", em)
}
Esempio n. 11
0
func init() {
	db.RegisterEntity("inventory_track", em)
}