This commit is contained in:
Liang Ding 2023-03-03 10:28:33 +08:00
parent 9c1d6a1a70
commit 1d0d1ad0c0
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
3 changed files with 4 additions and 1 deletions

View file

@ -17,7 +17,7 @@
package av
type Cell struct {
Value string
Value string `json:"value"`
}
type CellBlock struct {