|
@@ -36,6 +36,8 @@ public class AppContractInfo {
|
|
|
private String contractName;
|
|
|
@Schema(description = "第三方模板ID(E签宝)")
|
|
|
private String docTemplateId;
|
|
|
+ @Schema(description = "文件类型")
|
|
|
+ private String contractType;
|
|
|
/**创建人;创建人*/
|
|
|
@Schema(description = "创建人;创建人")
|
|
|
private String createBy;
|