fix:
This commit is contained in:
parent
ceea1518e0
commit
0ba0080b1d
|
@ -83,26 +83,27 @@ func InitTestDB() {
|
||||||
//&UserAttendanceRecord{},
|
//&UserAttendanceRecord{},
|
||||||
|
|
||||||
// 合作商
|
// 合作商
|
||||||
&Store{},
|
//&Store{},
|
||||||
&GameCard{},
|
//&GameCard{},
|
||||||
&GameCardGoods{},
|
//&GameCardGoods{},
|
||||||
&GameCardGoodsStock{},
|
//&GameCardGoodsStock{},
|
||||||
&User{},
|
//&User{},
|
||||||
&Order{},
|
//&Order{},
|
||||||
&OrderCard{},
|
//&OrderCard{},
|
||||||
|
//
|
||||||
|
//&OperationLog{},
|
||||||
|
//&CooperativeBusiness{},
|
||||||
|
//&CooperativeMemberDeduct{},
|
||||||
|
//&CooperativeAssistantMemberDeduct{},
|
||||||
|
//
|
||||||
|
//&CooperativeMemberPromotion{},
|
||||||
|
//&CooperativeMemberPromotionStore{},
|
||||||
|
//&CooperativeMemberPromotionDay{},
|
||||||
|
//&CooperativeMemberPromotionStoreDay{},
|
||||||
|
//&InviteMemberReport{},
|
||||||
|
//&CooperativeDeductSettle{},
|
||||||
|
//&XcxRole{},
|
||||||
|
|
||||||
&OperationLog{},
|
|
||||||
&CooperativeBusiness{},
|
|
||||||
&CooperativeMemberDeduct{},
|
|
||||||
&CooperativeAssistantMemberDeduct{},
|
|
||||||
|
|
||||||
&CooperativeMemberPromotion{},
|
|
||||||
&CooperativeMemberPromotionStore{},
|
|
||||||
&CooperativeMemberPromotionDay{},
|
|
||||||
&CooperativeMemberPromotionStoreDay{},
|
|
||||||
&InviteMemberReport{},
|
|
||||||
&CooperativeDeductSettle{},
|
|
||||||
&XcxRole{},
|
|
||||||
)
|
)
|
||||||
|
|
||||||
fmt.Println("DB init success")
|
fmt.Println("DB init success")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user