first commit
This commit is contained in:
13
internal/global/model.go
Normal file
13
internal/global/model.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package global
|
||||
|
||||
type DataDict16 struct {
|
||||
Name string
|
||||
Value int16
|
||||
Selected bool
|
||||
}
|
||||
|
||||
type DataDict struct {
|
||||
Name string
|
||||
Value string
|
||||
Selected bool
|
||||
}
|
||||
Reference in New Issue
Block a user