model is modified
This commit is contained in:
parent
b00f84bab1
commit
46b0fd4a82
|
@ -19,7 +19,7 @@ prost = { version = "0" }
|
||||||
nats = { version = "0" }
|
nats = { version = "0" }
|
||||||
base64 = { version = "0" }
|
base64 = { version = "0" }
|
||||||
|
|
||||||
beteran-protobuf-rust = { git = "https://gitlab.loafle.net/bet/beteran-protobuf-rust.git", tag = "v0.1.93-snapshot" }
|
beteran-protobuf-rust = { git = "https://gitlab.loafle.net/bet/beteran-protobuf-rust.git", tag = "v0.1.94-snapshot" }
|
||||||
beteran-common-rust = { git = "https://gitlab.loafle.net/bet/beteran-common-rust.git", tag = "v0.1.79-snapshot" }
|
beteran-common-rust = { git = "https://gitlab.loafle.net/bet/beteran-common-rust.git", tag = "v0.1.80-snapshot" }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
|
|
|
@ -260,14 +260,15 @@ impl Service {
|
||||||
cash: b.cash,
|
cash: b.cash,
|
||||||
before_cash: b.before_cash,
|
before_cash: b.before_cash,
|
||||||
after_cash: b.after_cash,
|
after_cash: b.after_cash,
|
||||||
key: b.key,
|
|
||||||
ref_id: b.ref_id,
|
|
||||||
o_ref_id: b.o_ref_id,
|
|
||||||
group_key: b.group_key,
|
group_key: b.group_key,
|
||||||
|
detail: b.detail,
|
||||||
is_bonus: b.is_bonus,
|
is_bonus: b.is_bonus,
|
||||||
is_promo: b.is_promo,
|
is_promo: b.is_promo,
|
||||||
is_jackpot: b.is_jackpot,
|
is_jackpot: b.is_jackpot,
|
||||||
site_username: b.site_username,
|
site_username: b.site_username,
|
||||||
|
key: b.key,
|
||||||
|
ref_id: b.ref_id,
|
||||||
|
o_ref_id: b.o_ref_id,
|
||||||
betting_type: b.betting_type,
|
betting_type: b.betting_type,
|
||||||
category: b.category,
|
category: b.category,
|
||||||
created_at: b.created_at,
|
created_at: b.created_at,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user