@@ -61,5 +61,5 @@ public class ContractDTO extends BaseEntity {
private String certContent;
/** 证书模板地址 */
- private int url;
+ private String url;
}