generated from msb_55675/Demo
parent
7c7dd6707a
commit
79c9511300
@ -0,0 +1,6 @@
|
||||
package com.mashibing.common.constant;
|
||||
|
||||
public class IdentityConstant {
|
||||
public static final String PASSENGER_IDENTITY = "1";
|
||||
public static final String DRIVER_IDENTITY = "2";
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
package com.mashibing.common.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class TokenResult {
|
||||
private String phone;
|
||||
private String identity;
|
||||
}
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue