最新代码

This commit is contained in:
lupeng_zz 2026-01-29 15:11:50 +08:00
parent 1d519dc5e4
commit 9be543a5e2
2 changed files with 1106 additions and 488 deletions

1593
main.go

File diff suppressed because it is too large Load Diff

1
res.go
View File

@ -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"`