| 123456789 |
- package common
- type ActionInfoRequest struct {
- // <ext>format:string</ext> 【电子签约节点ID】电子签约节点ID 【作用】 支持传入电子签约节点ID查询签约节点
- ActionId *int64 `json:"actionId,omitempty"`
- // 【电子签约节点No】电子签约节点No 【作用】 支持传入电子签约节点No查询签约节点
- ActionNo string `json:"actionNo,omitempty"`
- }
|