parent
2f33e4f522
commit
ce48bb49a4
4 changed files with 49 additions and 21 deletions
@ -0,0 +1,17 @@ |
||||
package com.yipin.liuwanr.entity.vo; |
||||
|
||||
import lombok.Data; |
||||
|
||||
/** |
||||
* @Author chen |
||||
* @DATE 2021/6/7 16:20 |
||||
* @Version 1.0 |
||||
*/ |
||||
@Data |
||||
public class AccountLoginVO { |
||||
|
||||
private String account; |
||||
private String password; |
||||
private Integer source; |
||||
private Integer schoolId; |
||||
} |
@ -0,0 +1,16 @@ |
||||
package com.yipin.liuwanr.entity.vo; |
||||
|
||||
import lombok.Data; |
||||
|
||||
/** |
||||
* @Author chen |
||||
* @DATE 2021/6/7 15:35 |
||||
* @Version 1.0 |
||||
*/ |
||||
@Data |
||||
public class AdminLoginVO { |
||||
|
||||
private String account; |
||||
private String password; |
||||
private Integer source; |
||||
} |
Loading…
Reference in new issue