Update dataselector.go

This commit is contained in:
dqzboy 2022-09-25 21:09:25 +08:00 committed by GitHub
parent 9a06c84953
commit bedbf1f65a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ import (
) )
type dataSelector struct { //包内调用,首字母小写 type dataSelector struct {
GenericDataList []DataCell GenericDataList []DataCell
DataSelect *DataSelectQuery DataSelect *DataSelectQuery
} }