You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Linq;
|
|
|
|
|
using System.Text;
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
|
|
|
|
namespace AttachmentDemo.Model
|
|
|
|
|
{
|
|
|
|
|
public class Certificate
|
|
|
|
|
{
|
|
|
|
|
public string ZSDM { get; set; }//证书代码
|
|
|
|
|
public string SZZS { get; set; }//数字证书
|
|
|
|
|
public string ZSBFJGDM { get; set; }//证书颁发机构代码
|
|
|
|
|
public string ZSBFJGGY { get; set; }//证书颁发机构公钥
|
|
|
|
|
public string QKLFWDZ { get; set; }//区块链访问地址
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|