package com.yuanchu.mom.dto; import com.yuanchu.mom.pojo.PersonRewardPunishmentRecord; import lombok.Data; @Data public class PersonRewardPunishmentRecordDto extends PersonRewardPunishmentRecord { private String userName; private String account; private String createUserName; }