收银点
This commit is contained in:
@@ -41,11 +41,6 @@ public class MerchantCashPlace implements Serializable {
|
|||||||
@TableField("userId")
|
@TableField("userId")
|
||||||
private Long userId;
|
private Long userId;
|
||||||
|
|
||||||
/**
|
|
||||||
* 多商户的关联code
|
|
||||||
*/
|
|
||||||
private String bindingCode;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 收银点名称
|
* 收银点名称
|
||||||
*/
|
*/
|
||||||
@@ -62,6 +57,8 @@ public class MerchantCashPlace implements Serializable {
|
|||||||
*/
|
*/
|
||||||
@TableField("address")
|
@TableField("address")
|
||||||
private String address;
|
private String address;
|
||||||
|
@TableField("bindingCode")
|
||||||
|
private String bindingCode;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -72,8 +69,14 @@ public class MerchantCashPlace implements Serializable {
|
|||||||
|
|
||||||
@TableField(exist = false)
|
@TableField(exist = false)
|
||||||
private String merchantCode;
|
private String merchantCode;
|
||||||
|
@TableField("root_account_id")
|
||||||
|
private long rootAccountId;
|
||||||
|
@TableField("pay_passage_id")
|
||||||
|
private long payPassageId;
|
||||||
|
@TableField("pay_passage_name")
|
||||||
|
private String payPassageName;
|
||||||
|
@TableField(exist = false)
|
||||||
|
private Integer tab;
|
||||||
/**
|
/**
|
||||||
* 创建时间
|
* 创建时间
|
||||||
*/
|
*/
|
||||||
@@ -81,18 +84,6 @@ public class MerchantCashPlace implements Serializable {
|
|||||||
@JSONField(format = "yyyy-MM-dd HH:mm:ss")
|
@JSONField(format = "yyyy-MM-dd HH:mm:ss")
|
||||||
private Date createTime;
|
private Date createTime;
|
||||||
|
|
||||||
/**
|
|
||||||
* 创建时间 开始时间
|
|
||||||
*/
|
|
||||||
@TableField(select = false, value = "createTime", condition = SqlConditionExtra.GT)
|
|
||||||
private Date createTimeStart;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 创建时间 截止时间
|
|
||||||
*/
|
|
||||||
@TableField(select = false, value = "createTime", condition = SqlConditionExtra.LT)
|
|
||||||
private Date createTimeEnd;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 更新时间
|
* 更新时间
|
||||||
*/
|
*/
|
||||||
@@ -100,16 +91,4 @@ public class MerchantCashPlace implements Serializable {
|
|||||||
@JSONField(format = "yyyy-MM-dd HH:mm:ss")
|
@JSONField(format = "yyyy-MM-dd HH:mm:ss")
|
||||||
private Date updateTime;
|
private Date updateTime;
|
||||||
|
|
||||||
/**
|
|
||||||
* 更新时间 开始时间
|
|
||||||
*/
|
|
||||||
@TableField(select = false, value = "updateTime", condition = SqlConditionExtra.GT)
|
|
||||||
private Date updateTimeStart;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 更新时间 截止时间
|
|
||||||
*/
|
|
||||||
@TableField(select = false, value = "updateTime", condition = SqlConditionExtra.LT)
|
|
||||||
private Date updateTimeEnd;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user