chenjiahe
2024-03-21 09d867d5e306b31ab2d20754cf80d1e67521f28d
phis-feign/src/main/java/com/hz/his/dto/marketing/common/MarketingResultDto.java
@@ -10,8 +10,11 @@
public class MarketingResultDto {
    /**营销助手唯一标识*/
    private String applyId;
    /**唯一标识*/
    private String uniqueId;
    /**是否直接通过:0否1是,如果是直接通过则不再回调MarketingReturnDto*/
    private Integer isPass;
    /**审核标识*/
    private String examineId;
    /**是否直接通过:0否1是*/
    private Integer isPass;
}