package com.zhujizheng.IHome.daymatter.dto; import com.sun.org.apache.xpath.internal.operations.Bool; import lombok.Data; /** * Created with IntelliJ IDEA *
* Author: yons * Date: 2019/06/04 * Time: 22:35 * Description: * Copyright © 2019年 com.zhujizheng. All rights reserved. */ @Data public class PYDayMatterPushDTO { Integer userId; String name; Integer birthday; String remark; Integer type; String iconUrl; Integer orientation; Boolean needAlert; }