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