联系人信息
This commit is contained in:
parent
688c6a0933
commit
6955a3973e
@ -33,4 +33,14 @@ public class CueSaveMailingDTO implements Serializable {
|
|||||||
*/
|
*/
|
||||||
@NotEmpty(message = "寄出单号不能为空")
|
@NotEmpty(message = "寄出单号不能为空")
|
||||||
private String sendNumber;
|
private String sendNumber;
|
||||||
|
/**
|
||||||
|
* 用户姓名
|
||||||
|
*/
|
||||||
|
@NotEmpty(message = "姓名不能为空")
|
||||||
|
private String userName;
|
||||||
|
/**
|
||||||
|
* 用户联系方式
|
||||||
|
*/
|
||||||
|
@NotEmpty(message = "手机号不能为空")
|
||||||
|
private String userPhone;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user