| | |
| | | @Column(name = "publicKey", length = 200) |
| | | private String publicKey; |
| | | |
| | | @PropertyDef(label = "省平台加密私钥") |
| | | @Column(name = "privateKey", length = 200) |
| | | private String privateKey; |
| | | |
| | | @PropertyDef(label = "省平台鉴权口令") |
| | | @Column(name = "accessToken", length = 200) |
| | | private String accessToken; |
| | | |
| | | @PropertyDef(label = "省平台接口地址") |
| | | @Column(name = "apiUrl", length = 200) |
| | | private String apiUrl; |
| | | |
| | | @PropertyDef(label = "appId") |
| | | @Column(name = "appId", length = 50) |
| | | private String appId; |
| | | |
| | | @PropertyDef(label = "推送协议") |
| | | @Column(name = "pushProtocol", length = 20) |