智慧保安后台管理-外网项目备份
guoshilong
2024-01-04 b431c00a3e736e27599cd34793c65369fdb7b8cd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package org.springblade.modules.absentrecords.vo;
 
import lombok.Data;
import org.springblade.modules.absentrecords.entity.AbsentRecords;
import org.springblade.modules.accreditation.entity.AccreditationRecords;
 
import java.io.Serializable;
 
/**
 * 缺考记录vo
 * @author zhongrj
 * @since 2021-11-18
 */
@Data
public class AbsentRecordsVo extends AbsentRecords implements Serializable {
 
}