1 Star 0 Fork 0

wqt / obix

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
str.go 295 Bytes
一键复制 编辑 原始数据 按行查看 历史
wuqingtao 提交于 2022-11-16 18:30 . update
package types
type Str struct {
// XMLName xml.Name `xml:"str"`
// Val is URI
Val string `xml:"val,attr,omitempty"`
// Min is date
Min int16 `xml:"min,attr,omitempty" json:",omitempty"`
// Max is date
Max int16 `xml:"max,attr,omitempty" json:",omitempty"`
*Object `xml:",omitempty"`
}
Go
1
https://gitee.com/wqt/obix.git
git@gitee.com:wqt/obix.git
wqt
obix
obix
v1.0.3

搜索帮助