model is modified

This commit is contained in:
병준 박 2022-09-05 14:42:49 +00:00
parent b00f84bab1
commit 46b0fd4a82
2 changed files with 6 additions and 5 deletions

View File

@ -19,7 +19,7 @@ prost = { version = "0" }
nats = { version = "0" }
base64 = { version = "0" }
beteran-protobuf-rust = { git = "https://gitlab.loafle.net/bet/beteran-protobuf-rust.git", tag = "v0.1.93-snapshot" }
beteran-common-rust = { git = "https://gitlab.loafle.net/bet/beteran-common-rust.git", tag = "v0.1.79-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.80-snapshot" }
[build-dependencies]

View File

@ -260,14 +260,15 @@ impl Service {
cash: b.cash,
before_cash: b.before_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,
detail: b.detail,
is_bonus: b.is_bonus,
is_promo: b.is_promo,
is_jackpot: b.is_jackpot,
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,
category: b.category,
created_at: b.created_at,