NotaryUserInfo.go 280 B

123456789
  1. package common
  2. type NotaryUserInfo struct {
  3. // <ext>core:true</ext> 【姓名】姓名 【传参】 最大长度:256。
  4. UserName string `json:"userName"`
  5. // <ext>core:true</ext> 【证件号】证件号 【传参】 最大长度:256。
  6. CardNo string `json:"cardNo"`
  7. }