fhx
2024-05-07 a23efa571a7273304c5f1a16db2f71b04eaac4a2
phis-feign/src/main/java/com/hz/his/dto/fdd/FddDto.java
@@ -60,6 +60,9 @@
    private String actorType;
    /** 参与人证件类型 */
    private String certType;
    /** 签署参与人(因为非json接参,所以要用个字符对象接收) */
    private String actorListStr;
    /** 签署参与人 */
    private List<FddActorDto> actorList;
}