最新代码
This commit is contained in:
parent
1d519dc5e4
commit
9be543a5e2
1
res.go
1
res.go
|
|
@ -89,6 +89,7 @@ type Cmr_input_record struct {
|
||||||
|
|
||||||
type get_vibration_resp struct {
|
type get_vibration_resp struct {
|
||||||
OpUser string `json:"opUser"`
|
OpUser string `json:"opUser"`
|
||||||
|
ID string `json:"id"`
|
||||||
Wellname string `json:"wellname"` //井名
|
Wellname string `json:"wellname"` //井名
|
||||||
WellNameSource string `json:"WELLNameSource"` //井名对应库
|
WellNameSource string `json:"WELLNameSource"` //井名对应库
|
||||||
Uploadname string `json:"upload_name"`
|
Uploadname string `json:"upload_name"`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue