fhx
2024-03-15 e7147477838b301b2ed3bdddd5e87bee3d418f08
phis-feign/src/main/java/com/hz/his/dto/fdd/FddDto.java
@@ -40,4 +40,11 @@
    /** 签章id */
    private String sealId;
    /** 定位X轴位置 */
    private String positionX;
    /** 定位Y轴位置 */
    private String positionY;
    /** 定位页码.首页从1开始 */
    private int positionPageNo = 1;
}