1 changed files with 23 additions and 0 deletions
@ -0,0 +1,23 @@
@@ -0,0 +1,23 @@
|
||||
/** |
||||
* @author JOJO |
||||
* @class UserModelType |
||||
* @date 2022/9/28 |
||||
* @apiNote |
||||
*/ |
||||
|
||||
package com.jd.springboot.depositModel.ModelClass.POJO; |
||||
|
||||
|
||||
import lombok.Getter; |
||||
import lombok.Setter; |
||||
|
||||
@Getter |
||||
@Setter |
||||
public class UserModelType { |
||||
private String id; |
||||
private String userId; |
||||
private Boolean bandFlag; |
||||
private Integer type; |
||||
private String thirdUniqueIdAccount; |
||||
private String createTime; |
||||
} |
||||
Loading…
Reference in new issue