rx
2023-10-24 97d7e38d0d0dc419672f9a6dbb12ac0e7f145553
phis-feign/src/main/java/com/hz/his/dto/coupon/CouponSendItemDto.java
@@ -21,7 +21,13 @@
    private String startTime;
    /**生日券传:结束时间,年月日时分秒,不填默认一个月*/
    private String endTime;
    /**成本部门名称 -非必填*/
    private String costDeptName;
    /**归属成本部门名称 -非必填 */
    private String ascrCostDeptName;
    /**发送的用户-必填*/
    private List<CouponSendUserDto> sendUserList;
    /**发放类型 */
    private Integer belongType;
    /**发放门店*/
    private String sendShopId;
}