mirror of
https://github.com/xiaoqidun/ofdgo.git
synced 2026-08-30 12:12:40 +08:00
feat(签章渲染): 优化签章渲染
This commit is contained in:
@@ -16,20 +16,6 @@ package ofdgo
|
||||
|
||||
import "encoding/xml"
|
||||
|
||||
// Signatures 签名集合
|
||||
type Signatures struct {
|
||||
XMLName xml.Name `xml:"Signatures"`
|
||||
MaxSignID string `xml:"MaxSignId,attr"`
|
||||
Signature []Signature `xml:"Signature"`
|
||||
}
|
||||
|
||||
// Signature 签名信息
|
||||
type Signature struct {
|
||||
ID string `xml:"ID,attr"`
|
||||
Type string `xml:"Type,attr"`
|
||||
BaseLoc string `xml:"BaseLoc,attr"`
|
||||
}
|
||||
|
||||
// Annotations 注释集合
|
||||
type Annotations struct {
|
||||
XMLName xml.Name `xml:"Annotations"`
|
||||
|
||||
Reference in New Issue
Block a user