fwq
2023-11-07 9c55faccf9ad2fc93ab69a9ebb3ef4da218bb004
phis-feign/src/main/java/com/hz/his/dto/marketing/MarketActivityDto.java
@@ -13,7 +13,7 @@
    /** 分类id */
    private String classifyId;
    /** 状态 */
    /** 状态:0未开始1进行中2已结束 */
    private Integer status;
    /** 开始时间 */
    private String startTime;
@@ -25,8 +25,25 @@
    private Integer isProject;
    /** 是否同步艾芯会 */
    private Integer isSyncCrm;
    /** 是否上下架 */
    private Integer isUp;
    //门店助手使用自动-------------------
    /** 会员等级 */
    private String userLevel;
    /** 门店id/所属门店id */
    private String shopId;
    /** 是否是领取优惠券 */
    private Integer isReceiveCoupon;
    /** 是否是使用优惠券 */
    private Integer isUseCoupon;
    /** 是否消费 */
    private Integer isConsume;
    /** 关联项目类型 */
    private String commonType;
    //-------------------
    /** 多门店id(逗号分割) */
    private String shopIds;
    /** 用户id */
@@ -37,14 +54,19 @@
    private String marketActivityId;
    /** 营销活动关联优惠券id */
    private String activityCouponId;
    /** 营销活动分组id */
    private String groupId;
    /** 平台类型 */
    /** 平台类型(PlatformConstants) */
    private String platformType;
    /** 操作人标识 */
    private String opId;
    /** 操作人名称 */
    private String opName;
    /** 操作人类型 */
    /** 操作人类型(OperatorConstants) */
    private Integer opType;
    /** 操作人角色id(EmployeeRole) */
    private String opRoleId;
}