This commit is contained in:
PQZ 2025-02-11 10:33:46 +08:00
parent 2f4ad45d4c
commit 6b9c78cbc2

View File

@ -45,6 +45,14 @@ public class DlDriveSchoolStudent extends TenantBaseDO {
* 联系电话
*/
private String phone;
/**
* 来源01驾校统招02教练自招03自来客户
*/
private String source;
/**
* 来源id
*/
private Long sourceUserId;
/**
* 身份证号
*/