fhx
9 天以前 e75c56f3bf52a6bbdaccfaf9d0c65cf0d672843d
phis-feign/src/main/java/com/hz/his/dto/marketing/MarketActivityDto.java
@@ -56,6 +56,13 @@
    private String activityCouponId;
    /** 营销活动分组id */
    private String groupId;
    /** 营销活动领取记录子项itemid */
    private String recordItemId;
    /**审核状态 查询 0=无需审批 1=待审批 2=审批成功 3=审批失败*/
    private Integer approvalStatus;
    /**审批状态 通过=agree 拒绝=reject*/
    private String statusStr;
    /** 平台类型(PlatformConstants) */
    private String platformType;
@@ -68,5 +75,8 @@
    /** 操作人角色id(EmployeeRole) */
    private String opRoleId;
    /**审批备注*/
    private String remark;
}