init
This commit is contained in:
@@ -5,7 +5,6 @@ import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
/**
|
||||
* 协议设置对象 xq_agreement_setting
|
||||
@@ -37,8 +36,4 @@ public class AgreementSetting implements Serializable {
|
||||
*/
|
||||
private String privacyAgreement;
|
||||
|
||||
private LocalDateTime createTime;
|
||||
|
||||
private LocalDateTime updateTime;
|
||||
|
||||
}
|
||||
|
||||
@@ -36,6 +36,8 @@ public class Banner implements Serializable {
|
||||
*/
|
||||
private Integer enableStatus;
|
||||
|
||||
private Integer sort;
|
||||
|
||||
private LocalDateTime createTime;
|
||||
|
||||
private LocalDateTime updateTime;
|
||||
|
||||
@@ -51,7 +51,7 @@ public class UserPictures implements Serializable {
|
||||
/**
|
||||
* 审核人ID
|
||||
*/
|
||||
private String auditOpId;
|
||||
private Long auditOpId;
|
||||
/**
|
||||
* 审核人名称
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user