fhx
2024-07-25 0fe1b32aace6a0810c8f0ff5bbcbeb710fd52f37
phis-feign/src/main/java/com/hz/his/dto/fdd/FddDto.java
@@ -25,6 +25,8 @@
    private String signTemplateName;
    /** 模板类型(电子病历和处方时选择的模板) */
    private String templateType;
    /** 签署任务编号 */
    private String signTaskId;
    /** 操作人类型(OperatorConstants) */
    private Integer opType;
@@ -56,6 +58,10 @@
    private String positionY;
    /** 定位页码.首页从1开始 */
    private int positionPageNo = 1;
    /** 签名宽度 */
    private Integer width;
    /** 签名高度 */
    private Integer height;
    //发起创建签署任务用到
    /** 参与人类型(FddActorConstants) */