| | |
| | | private String signTemplateId; |
| | | /** 签署任务模板名称 */ |
| | | private String signTemplateName; |
| | | /** 模板类型(电子病历和处方时选择的模板) */ |
| | | private String templateType; |
| | | /** 签署任务编号 */ |
| | | private String signTaskId; |
| | | |
| | | /** 操作人类型(OperatorConstants) */ |
| | | private Integer opType; |
| | |
| | | private String positionY; |
| | | /** 定位页码.首页从1开始 */ |
| | | private int positionPageNo = 1; |
| | | /** 签名宽度 */ |
| | | private Integer width; |
| | | /** 签名高度 */ |
| | | private Integer height; |
| | | |
| | | //发起创建签署任务用到 |
| | | /** 参与人类型(FddActorConstants) */ |
| | |
| | | /** 参与人证件类型 */ |
| | | private String certType; |
| | | |
| | | /** 签署参与人(因为非json接参,所以要用个字符对象接收) */ |
| | | private String actorListStr; |
| | | /** 签署参与人 */ |
| | | private List<FddActorDto> actorList; |
| | | // /** 签署参与人(因为非json接参,所以要用个字符对象接收) */ |
| | | // private String actorListStr; |
| | | // /** 签署参与人 */ |
| | | // private List<FddActorDto> actorList; |
| | | } |