fhx
2024-06-14 a8251744709de9e3ca4063985a67e52b02078343
phis-feign/src/main/java/com/hz/his/dto/fdd/FddDto.java
@@ -19,6 +19,9 @@
    /** 门店标识 */
    private String shopId;
    /** 角色类型 */
    private String roleType;
    /** 签署模板ID */
    private String signTemplateId;
    /** 签署任务模板名称 */
@@ -51,26 +54,22 @@
    /** 签章id */
    private String sealId;
    //作废签署用到
    /** 定位X轴位置 */
    private String positionX;
    /** 定位Y轴位置 */
    private String positionY;
    /** 定位页码.首页从1开始 */
    private int positionPageNo = 1;
    /** 签名宽度 */
    private Integer width;
    /** 签名高度 */
    private Integer height;
//    //作废签署用到
//    /** 定位X轴位置 */
//    private String positionX;
//    /** 定位Y轴位置 */
//    private String positionY;
//    /** 定位页码.首页从1开始 */
//    private int positionPageNo = 1;
//    /** 签名宽度 */
//    private Integer width;
//    /** 签名高度 */
//    private Integer height;
    //发起创建签署任务用到
    /** 参与人类型(FddActorConstants) */
    private String actorType;
    /** 参与人证件类型 */
    private String certType;
//    /** 签署参与人(因为非json接参,所以要用个字符对象接收) */
//    private String actorListStr;
//    /** 签署参与人 */
//    private List<FddActorDto> actorList;
    /** 签署参与人(因为非json接参,所以要用个字符对象接收) */
    private String actorListStr;
    /** 签署参与人 */
    private List<FddActorDto> actorList;
}