新增预警页面
This commit is contained in:
@@ -30,7 +30,7 @@ import java.io.Serial;
|
||||
@Column(name = "create_time", attrName = "createTime", label = "记录时间", isUpdate = false, isUpdateForce = true),
|
||||
@Column(name = "id", attrName = "id", label = "主键ID", isPK = true),
|
||||
@Column(name = "data_report_id", attrName = "dataReportId", label = "data_report_id"),
|
||||
@Column(name = "user_code", attrName = "userCode", label = "user_code"),
|
||||
@Column(name = "login_code", attrName = "loginCode", label = "user_code"),
|
||||
@Column(name = "user_name", attrName = "userName", label = "user_name", isQuery = false),
|
||||
@Column(name = "ustatus", attrName = "ustatus", label = "ustatus"),
|
||||
}, joinTable = {
|
||||
@@ -51,7 +51,7 @@ public class BizDataReportUser extends DataEntity<BizDataReportUser> implements
|
||||
private static final long serialVersionUID = 1L;
|
||||
private Date createTime; // 记录时间
|
||||
private String dataReportId; // data_report_id
|
||||
private String userCode; // user_code
|
||||
private String loginCode; // user_code
|
||||
private String userName; // user_name
|
||||
private String ustatus; // ustatus
|
||||
|
||||
|
||||
Reference in New Issue
Block a user