|
|
|
@ -1,16 +1,14 @@
|
|
|
|
|
package com.sztzjy.forex.trading_trading.entity;
|
|
|
|
|
|
|
|
|
|
import org.apache.ibatis.annotations.Mapper;
|
|
|
|
|
|
|
|
|
|
import java.util.Date;
|
|
|
|
|
@Mapper
|
|
|
|
|
|
|
|
|
|
public class MarginWarning {
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* This field was generated by MyBatis Generator.
|
|
|
|
|
* This field corresponds to the database column sys_margin_warning.id
|
|
|
|
|
*
|
|
|
|
|
* @mbg.generated Wed Jul 19 14:40:28 CST 2023
|
|
|
|
|
* @mbg.generated Fri Aug 04 14:34:22 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
private String id;
|
|
|
|
|
|
|
|
|
@ -19,16 +17,25 @@ public class MarginWarning {
|
|
|
|
|
* This field was generated by MyBatis Generator.
|
|
|
|
|
* This field corresponds to the database column sys_margin_warning.member_id
|
|
|
|
|
*
|
|
|
|
|
* @mbg.generated Wed Jul 19 14:40:28 CST 2023
|
|
|
|
|
* @mbg.generated Fri Aug 04 14:34:22 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
private String memberId;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* This field was generated by MyBatis Generator.
|
|
|
|
|
* This field corresponds to the database column sys_margin_warning.trainingId
|
|
|
|
|
*
|
|
|
|
|
* @mbg.generated Fri Aug 04 14:34:22 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
private String trainingid;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
*
|
|
|
|
|
* This field was generated by MyBatis Generator.
|
|
|
|
|
* This field corresponds to the database column sys_margin_warning.account
|
|
|
|
|
*
|
|
|
|
|
* @mbg.generated Wed Jul 19 14:40:28 CST 2023
|
|
|
|
|
* @mbg.generated Fri Aug 04 14:34:22 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
private String account;
|
|
|
|
|
|
|
|
|
@ -37,7 +44,7 @@ public class MarginWarning {
|
|
|
|
|
* This field was generated by MyBatis Generator.
|
|
|
|
|
* This field corresponds to the database column sys_margin_warning.name
|
|
|
|
|
*
|
|
|
|
|
* @mbg.generated Wed Jul 19 14:40:28 CST 2023
|
|
|
|
|
* @mbg.generated Fri Aug 04 14:34:22 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
private String name;
|
|
|
|
|
|
|
|
|
@ -46,7 +53,7 @@ public class MarginWarning {
|
|
|
|
|
* This field was generated by MyBatis Generator.
|
|
|
|
|
* This field corresponds to the database column sys_margin_warning.margin_used
|
|
|
|
|
*
|
|
|
|
|
* @mbg.generated Wed Jul 19 14:40:28 CST 2023
|
|
|
|
|
* @mbg.generated Fri Aug 04 14:34:22 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
private Double marginUsed;
|
|
|
|
|
|
|
|
|
@ -55,7 +62,7 @@ public class MarginWarning {
|
|
|
|
|
* This field was generated by MyBatis Generator.
|
|
|
|
|
* This field corresponds to the database column sys_margin_warning.net_value
|
|
|
|
|
*
|
|
|
|
|
* @mbg.generated Wed Jul 19 14:40:28 CST 2023
|
|
|
|
|
* @mbg.generated Fri Aug 04 14:34:22 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
private Double netValue;
|
|
|
|
|
|
|
|
|
@ -64,7 +71,7 @@ public class MarginWarning {
|
|
|
|
|
* This field was generated by MyBatis Generator.
|
|
|
|
|
* This field corresponds to the database column sys_margin_warning.margin_level
|
|
|
|
|
*
|
|
|
|
|
* @mbg.generated Wed Jul 19 14:40:28 CST 2023
|
|
|
|
|
* @mbg.generated Fri Aug 04 14:34:22 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
private Double marginLevel;
|
|
|
|
|
|
|
|
|
@ -73,7 +80,7 @@ public class MarginWarning {
|
|
|
|
|
* This field was generated by MyBatis Generator.
|
|
|
|
|
* This field corresponds to the database column sys_margin_warning.warning_level
|
|
|
|
|
*
|
|
|
|
|
* @mbg.generated Wed Jul 19 14:40:28 CST 2023
|
|
|
|
|
* @mbg.generated Fri Aug 04 14:34:22 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
private Integer warningLevel;
|
|
|
|
|
|
|
|
|
@ -82,7 +89,7 @@ public class MarginWarning {
|
|
|
|
|
* This field was generated by MyBatis Generator.
|
|
|
|
|
* This field corresponds to the database column sys_margin_warning.status
|
|
|
|
|
*
|
|
|
|
|
* @mbg.generated Wed Jul 19 14:40:28 CST 2023
|
|
|
|
|
* @mbg.generated Fri Aug 04 14:34:22 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
private Integer status;
|
|
|
|
|
|
|
|
|
@ -91,7 +98,7 @@ public class MarginWarning {
|
|
|
|
|
* This field was generated by MyBatis Generator.
|
|
|
|
|
* This field corresponds to the database column sys_margin_warning.isdelete
|
|
|
|
|
*
|
|
|
|
|
* @mbg.generated Wed Jul 19 14:40:28 CST 2023
|
|
|
|
|
* @mbg.generated Fri Aug 04 14:34:22 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
private Integer isdelete;
|
|
|
|
|
|
|
|
|
@ -100,7 +107,7 @@ public class MarginWarning {
|
|
|
|
|
* This field was generated by MyBatis Generator.
|
|
|
|
|
* This field corresponds to the database column sys_margin_warning.set_time
|
|
|
|
|
*
|
|
|
|
|
* @mbg.generated Wed Jul 19 14:40:28 CST 2023
|
|
|
|
|
* @mbg.generated Fri Aug 04 14:34:22 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
private Date setTime;
|
|
|
|
|
|
|
|
|
@ -110,7 +117,7 @@ public class MarginWarning {
|
|
|
|
|
*
|
|
|
|
|
* @return the value of sys_margin_warning.id
|
|
|
|
|
*
|
|
|
|
|
* @mbg.generated Wed Jul 19 14:40:28 CST 2023
|
|
|
|
|
* @mbg.generated Fri Aug 04 14:34:22 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
public String getId() {
|
|
|
|
|
return id;
|
|
|
|
@ -122,7 +129,7 @@ public class MarginWarning {
|
|
|
|
|
*
|
|
|
|
|
* @param id the value for sys_margin_warning.id
|
|
|
|
|
*
|
|
|
|
|
* @mbg.generated Wed Jul 19 14:40:28 CST 2023
|
|
|
|
|
* @mbg.generated Fri Aug 04 14:34:22 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
public void setId(String id) {
|
|
|
|
|
this.id = id == null ? null : id.trim();
|
|
|
|
@ -134,7 +141,7 @@ public class MarginWarning {
|
|
|
|
|
*
|
|
|
|
|
* @return the value of sys_margin_warning.member_id
|
|
|
|
|
*
|
|
|
|
|
* @mbg.generated Wed Jul 19 14:40:28 CST 2023
|
|
|
|
|
* @mbg.generated Fri Aug 04 14:34:22 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
public String getMemberId() {
|
|
|
|
|
return memberId;
|
|
|
|
@ -146,19 +153,43 @@ public class MarginWarning {
|
|
|
|
|
*
|
|
|
|
|
* @param memberId the value for sys_margin_warning.member_id
|
|
|
|
|
*
|
|
|
|
|
* @mbg.generated Wed Jul 19 14:40:28 CST 2023
|
|
|
|
|
* @mbg.generated Fri Aug 04 14:34:22 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
public void setMemberId(String memberId) {
|
|
|
|
|
this.memberId = memberId == null ? null : memberId.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* This method was generated by MyBatis Generator.
|
|
|
|
|
* This method returns the value of the database column sys_margin_warning.trainingId
|
|
|
|
|
*
|
|
|
|
|
* @return the value of sys_margin_warning.trainingId
|
|
|
|
|
*
|
|
|
|
|
* @mbg.generated Fri Aug 04 14:34:22 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
public String getTrainingid() {
|
|
|
|
|
return trainingid;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* This method was generated by MyBatis Generator.
|
|
|
|
|
* This method sets the value of the database column sys_margin_warning.trainingId
|
|
|
|
|
*
|
|
|
|
|
* @param trainingid the value for sys_margin_warning.trainingId
|
|
|
|
|
*
|
|
|
|
|
* @mbg.generated Fri Aug 04 14:34:22 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
public void setTrainingid(String trainingid) {
|
|
|
|
|
this.trainingid = trainingid == null ? null : trainingid.trim();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* This method was generated by MyBatis Generator.
|
|
|
|
|
* This method returns the value of the database column sys_margin_warning.account
|
|
|
|
|
*
|
|
|
|
|
* @return the value of sys_margin_warning.account
|
|
|
|
|
*
|
|
|
|
|
* @mbg.generated Wed Jul 19 14:40:28 CST 2023
|
|
|
|
|
* @mbg.generated Fri Aug 04 14:34:22 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
public String getAccount() {
|
|
|
|
|
return account;
|
|
|
|
@ -170,7 +201,7 @@ public class MarginWarning {
|
|
|
|
|
*
|
|
|
|
|
* @param account the value for sys_margin_warning.account
|
|
|
|
|
*
|
|
|
|
|
* @mbg.generated Wed Jul 19 14:40:28 CST 2023
|
|
|
|
|
* @mbg.generated Fri Aug 04 14:34:22 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
public void setAccount(String account) {
|
|
|
|
|
this.account = account == null ? null : account.trim();
|
|
|
|
@ -182,7 +213,7 @@ public class MarginWarning {
|
|
|
|
|
*
|
|
|
|
|
* @return the value of sys_margin_warning.name
|
|
|
|
|
*
|
|
|
|
|
* @mbg.generated Wed Jul 19 14:40:28 CST 2023
|
|
|
|
|
* @mbg.generated Fri Aug 04 14:34:22 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
public String getName() {
|
|
|
|
|
return name;
|
|
|
|
@ -194,7 +225,7 @@ public class MarginWarning {
|
|
|
|
|
*
|
|
|
|
|
* @param name the value for sys_margin_warning.name
|
|
|
|
|
*
|
|
|
|
|
* @mbg.generated Wed Jul 19 14:40:28 CST 2023
|
|
|
|
|
* @mbg.generated Fri Aug 04 14:34:22 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
public void setName(String name) {
|
|
|
|
|
this.name = name == null ? null : name.trim();
|
|
|
|
@ -206,7 +237,7 @@ public class MarginWarning {
|
|
|
|
|
*
|
|
|
|
|
* @return the value of sys_margin_warning.margin_used
|
|
|
|
|
*
|
|
|
|
|
* @mbg.generated Wed Jul 19 14:40:28 CST 2023
|
|
|
|
|
* @mbg.generated Fri Aug 04 14:34:22 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
public Double getMarginUsed() {
|
|
|
|
|
return marginUsed;
|
|
|
|
@ -218,7 +249,7 @@ public class MarginWarning {
|
|
|
|
|
*
|
|
|
|
|
* @param marginUsed the value for sys_margin_warning.margin_used
|
|
|
|
|
*
|
|
|
|
|
* @mbg.generated Wed Jul 19 14:40:28 CST 2023
|
|
|
|
|
* @mbg.generated Fri Aug 04 14:34:22 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
public void setMarginUsed(Double marginUsed) {
|
|
|
|
|
this.marginUsed = marginUsed;
|
|
|
|
@ -230,7 +261,7 @@ public class MarginWarning {
|
|
|
|
|
*
|
|
|
|
|
* @return the value of sys_margin_warning.net_value
|
|
|
|
|
*
|
|
|
|
|
* @mbg.generated Wed Jul 19 14:40:28 CST 2023
|
|
|
|
|
* @mbg.generated Fri Aug 04 14:34:22 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
public Double getNetValue() {
|
|
|
|
|
return netValue;
|
|
|
|
@ -242,7 +273,7 @@ public class MarginWarning {
|
|
|
|
|
*
|
|
|
|
|
* @param netValue the value for sys_margin_warning.net_value
|
|
|
|
|
*
|
|
|
|
|
* @mbg.generated Wed Jul 19 14:40:28 CST 2023
|
|
|
|
|
* @mbg.generated Fri Aug 04 14:34:22 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
public void setNetValue(Double netValue) {
|
|
|
|
|
this.netValue = netValue;
|
|
|
|
@ -254,7 +285,7 @@ public class MarginWarning {
|
|
|
|
|
*
|
|
|
|
|
* @return the value of sys_margin_warning.margin_level
|
|
|
|
|
*
|
|
|
|
|
* @mbg.generated Wed Jul 19 14:40:28 CST 2023
|
|
|
|
|
* @mbg.generated Fri Aug 04 14:34:22 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
public Double getMarginLevel() {
|
|
|
|
|
return marginLevel;
|
|
|
|
@ -266,7 +297,7 @@ public class MarginWarning {
|
|
|
|
|
*
|
|
|
|
|
* @param marginLevel the value for sys_margin_warning.margin_level
|
|
|
|
|
*
|
|
|
|
|
* @mbg.generated Wed Jul 19 14:40:28 CST 2023
|
|
|
|
|
* @mbg.generated Fri Aug 04 14:34:22 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
public void setMarginLevel(Double marginLevel) {
|
|
|
|
|
this.marginLevel = marginLevel;
|
|
|
|
@ -278,7 +309,7 @@ public class MarginWarning {
|
|
|
|
|
*
|
|
|
|
|
* @return the value of sys_margin_warning.warning_level
|
|
|
|
|
*
|
|
|
|
|
* @mbg.generated Wed Jul 19 14:40:28 CST 2023
|
|
|
|
|
* @mbg.generated Fri Aug 04 14:34:22 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
public Integer getWarningLevel() {
|
|
|
|
|
return warningLevel;
|
|
|
|
@ -290,7 +321,7 @@ public class MarginWarning {
|
|
|
|
|
*
|
|
|
|
|
* @param warningLevel the value for sys_margin_warning.warning_level
|
|
|
|
|
*
|
|
|
|
|
* @mbg.generated Wed Jul 19 14:40:28 CST 2023
|
|
|
|
|
* @mbg.generated Fri Aug 04 14:34:22 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
public void setWarningLevel(Integer warningLevel) {
|
|
|
|
|
this.warningLevel = warningLevel;
|
|
|
|
@ -302,7 +333,7 @@ public class MarginWarning {
|
|
|
|
|
*
|
|
|
|
|
* @return the value of sys_margin_warning.status
|
|
|
|
|
*
|
|
|
|
|
* @mbg.generated Wed Jul 19 14:40:28 CST 2023
|
|
|
|
|
* @mbg.generated Fri Aug 04 14:34:22 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
public Integer getStatus() {
|
|
|
|
|
return status;
|
|
|
|
@ -314,7 +345,7 @@ public class MarginWarning {
|
|
|
|
|
*
|
|
|
|
|
* @param status the value for sys_margin_warning.status
|
|
|
|
|
*
|
|
|
|
|
* @mbg.generated Wed Jul 19 14:40:28 CST 2023
|
|
|
|
|
* @mbg.generated Fri Aug 04 14:34:22 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
public void setStatus(Integer status) {
|
|
|
|
|
this.status = status;
|
|
|
|
@ -326,7 +357,7 @@ public class MarginWarning {
|
|
|
|
|
*
|
|
|
|
|
* @return the value of sys_margin_warning.isdelete
|
|
|
|
|
*
|
|
|
|
|
* @mbg.generated Wed Jul 19 14:40:28 CST 2023
|
|
|
|
|
* @mbg.generated Fri Aug 04 14:34:22 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
public Integer getIsdelete() {
|
|
|
|
|
return isdelete;
|
|
|
|
@ -338,7 +369,7 @@ public class MarginWarning {
|
|
|
|
|
*
|
|
|
|
|
* @param isdelete the value for sys_margin_warning.isdelete
|
|
|
|
|
*
|
|
|
|
|
* @mbg.generated Wed Jul 19 14:40:28 CST 2023
|
|
|
|
|
* @mbg.generated Fri Aug 04 14:34:22 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
public void setIsdelete(Integer isdelete) {
|
|
|
|
|
this.isdelete = isdelete;
|
|
|
|
@ -350,7 +381,7 @@ public class MarginWarning {
|
|
|
|
|
*
|
|
|
|
|
* @return the value of sys_margin_warning.set_time
|
|
|
|
|
*
|
|
|
|
|
* @mbg.generated Wed Jul 19 14:40:28 CST 2023
|
|
|
|
|
* @mbg.generated Fri Aug 04 14:34:22 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
public Date getSetTime() {
|
|
|
|
|
return setTime;
|
|
|
|
@ -362,7 +393,7 @@ public class MarginWarning {
|
|
|
|
|
*
|
|
|
|
|
* @param setTime the value for sys_margin_warning.set_time
|
|
|
|
|
*
|
|
|
|
|
* @mbg.generated Wed Jul 19 14:40:28 CST 2023
|
|
|
|
|
* @mbg.generated Fri Aug 04 14:34:22 CST 2023
|
|
|
|
|
*/
|
|
|
|
|
public void setSetTime(Date setTime) {
|
|
|
|
|
this.setTime = setTime;
|
|
|
|
|