Blame view

MemberAttendInfoVO.java 181 Bytes
涂亚平 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
package com.subsidy.vo.member;

import lombok.Data;

@Data
public class MemberAttendInfoVO {

    private Long id;

    private String className;

    private String createDate;

}