This commit is contained in:
PQZ 2025-02-14 14:15:37 +08:00
parent ef764c35b5
commit df43a59117

View File

@ -93,5 +93,13 @@ public class DlDriveSchoolStudent extends TenantBaseDO {
* 其他照片
*/
private String otherPhoto;
/**
* 拿证时间
*/
private String passTime;
/**
* 毕业时间
*/
private String gradTime;
}