1
This commit is contained in:
parent
2f4ad45d4c
commit
6b9c78cbc2
@ -45,6 +45,14 @@ public class DlDriveSchoolStudent extends TenantBaseDO {
|
|||||||
* 联系电话
|
* 联系电话
|
||||||
*/
|
*/
|
||||||
private String phone;
|
private String phone;
|
||||||
|
/**
|
||||||
|
* 来源(01驾校统招,02教练自招,03自来客户)
|
||||||
|
*/
|
||||||
|
private String source;
|
||||||
|
/**
|
||||||
|
* 来源id
|
||||||
|
*/
|
||||||
|
private Long sourceUserId;
|
||||||
/**
|
/**
|
||||||
* 身份证号
|
* 身份证号
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user