From ae2294be876ac4595d7b31b36c0057726d12354f Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期五, 14 五月 2021 16:11:16 +0800
Subject: [PATCH] 淘宝券后价计算方法名称修改
---
fanli/src/main/java/com/yeshi/fanli/entity/bus/lable/Label.java | 346 ++++++++++++++++++++++++++++----------------------------
1 files changed, 173 insertions(+), 173 deletions(-)
diff --git a/fanli/src/main/java/com/yeshi/fanli/entity/bus/lable/Label.java b/fanli/src/main/java/com/yeshi/fanli/entity/bus/lable/Label.java
index a0d1e18..b5f0b89 100644
--- a/fanli/src/main/java/com/yeshi/fanli/entity/bus/lable/Label.java
+++ b/fanli/src/main/java/com/yeshi/fanli/entity/bus/lable/Label.java
@@ -1,173 +1,173 @@
-package com.yeshi.fanli.entity.bus.lable;
-
-import java.io.Serializable;
-import java.util.Date;
-
-import org.yeshi.utils.mybatis.Column;
-import org.yeshi.utils.mybatis.Table;
-
-import com.yeshi.fanli.entity.common.AdminUser;
-
-/**
- * 鏍囩搴�
- *
- * @author yj
- *
- * @date 2018骞�6鏈�27鏃�
- */
-@Table("yeshi_ec_label")
-public class Label implements Serializable {
-
- /**
- *
- */
- private static final long serialVersionUID = 1L;
-
- // 鍚庡彴褰曞叆
- public final static int MODE_BACKSTAGE = 1;
- // excel瀵煎叆
- public final static int MODE_EXCEL = 2;
- // 绯荤粺鏁版嵁鎶撳彇
- public final static int MODE_SYSTEM = 3;
-
-
- @Column(name = "lab_id")
- private Long id;
-
- @Column(name = "lab_title")
- private String title;// 鍚嶇О
-
- @Column(name = "lab_picture")
- private String picture; // 鍥剧墖url
-
- @Column(name = "lab_ios_click")
- private Long iosClick; // 鐐瑰嚮娆℃暟
-
- @Column(name = "lab_android_click")
- private Long androidClick; // 鐐瑰嚮娆℃暟
-
- @Column(name = "lab_entry_aid")
- private AdminUser createUser; // 褰曞叆浜�
-
- @Column(name = "lab_entry_mode")
- private Integer entrymode; // 褰曞叆鏂瑰紡 (1 浜哄伐褰曞叆銆�2 绯荤粺鑷姩褰曞叆銆�3 鎼滅储褰曞叆)
-
- @Column(name = "lab_remark")
- private String remark; // 澶囨敞
-
- @Column(name = "lab_createtime")
- private Date createtime; // 鍒涘缓鏃堕棿
-
- @Column(name = "lab_updatetime")
- private Date updatetime; // 鏇存柊鏃堕棿锛堜慨鏀规椂闂达級
-
-
- private Long countRelation; // 缁熻鍏宠仈鍟嗗搧鏁伴噺
- private Long countClick; // 鎬荤偣鍑绘鏁�
-
-
- public Label(){}
-
- public Label(Long id){
- this.id = id;
- }
-
-
-
- public Long getId() {
- return id;
- }
-
- public void setId(Long id) {
- this.id = id;
- }
-
- public String getTitle() {
- return title;
- }
-
- public void setTitle(String title) {
- this.title = title;
- }
-
- public String getPicture() {
- return picture;
- }
-
- public void setPicture(String picture) {
- this.picture = picture;
- }
-
- public Long getIosClick() {
- return iosClick;
- }
-
- public void setIosClick(Long iosClick) {
- this.iosClick = iosClick;
- }
-
- public Long getAndroidClick() {
- return androidClick;
- }
-
- public void setAndroidClick(Long androidClick) {
- this.androidClick = androidClick;
- }
-
- public AdminUser getCreateUser() {
- return createUser;
- }
-
- public void setCreateUser(AdminUser createUser) {
- this.createUser = createUser;
- }
-
- public Integer getEntrymode() {
- return entrymode;
- }
-
- public void setEntrymode(Integer entrymode) {
- this.entrymode = entrymode;
- }
-
- public Date getCreatetime() {
- return createtime;
- }
-
- public void setCreatetime(Date createtime) {
- this.createtime = createtime;
- }
-
- public Date getUpdatetime() {
- return updatetime;
- }
-
- public void setUpdatetime(Date updatetime) {
- this.updatetime = updatetime;
- }
-
- public Long getCountRelation() {
- return countRelation;
- }
-
- public void setCountRelation(Long countRelation) {
- this.countRelation = countRelation;
- }
-
- public Long getCountClick() {
- return countClick;
- }
-
- public void setCountClick(Long countClick) {
- this.countClick = countClick;
- }
-
- public String getRemark() {
- return remark;
- }
-
- public void setRemark(String remark) {
- this.remark = remark;
- }
-
-}
+package com.yeshi.fanli.entity.bus.lable;
+
+import java.io.Serializable;
+import java.util.Date;
+
+import org.yeshi.utils.mybatis.Column;
+import org.yeshi.utils.mybatis.Table;
+
+import com.yeshi.fanli.entity.common.AdminUser;
+
+/**
+ * 鏍囩搴�
+ *
+ * @author yj
+ *
+ * @date 2018骞�6鏈�27鏃�
+ */
+@Table("yeshi_ec_label")
+public class Label implements Serializable {
+
+ /**
+ *
+ */
+ private static final long serialVersionUID = 1L;
+
+ // 鍚庡彴褰曞叆
+ public final static int MODE_BACKSTAGE = 1;
+ // excel瀵煎叆
+ public final static int MODE_EXCEL = 2;
+ // 绯荤粺鏁版嵁鎶撳彇
+ public final static int MODE_SYSTEM = 3;
+
+
+ @Column(name = "lab_id")
+ private Long id;
+
+ @Column(name = "lab_title")
+ private String title;// 鍚嶇О
+
+ @Column(name = "lab_picture")
+ private String picture; // 鍥剧墖url
+
+ @Column(name = "lab_ios_click")
+ private Long iosClick; // 鐐瑰嚮娆℃暟
+
+ @Column(name = "lab_android_click")
+ private Long androidClick; // 鐐瑰嚮娆℃暟
+
+ @Column(name = "lab_entry_aid")
+ private AdminUser createUser; // 褰曞叆浜�
+
+ @Column(name = "lab_entry_mode")
+ private Integer entrymode; // 褰曞叆鏂瑰紡 (1 浜哄伐褰曞叆銆�2 绯荤粺鑷姩褰曞叆銆�3 鎼滅储褰曞叆)
+
+ @Column(name = "lab_remark")
+ private String remark; // 澶囨敞
+
+ @Column(name = "lab_createtime")
+ private Date createtime; // 鍒涘缓鏃堕棿
+
+ @Column(name = "lab_updatetime")
+ private Date updatetime; // 鏇存柊鏃堕棿锛堜慨鏀规椂闂达級
+
+
+ private Long countRelation; // 缁熻鍏宠仈鍟嗗搧鏁伴噺
+ private Long countClick; // 鎬荤偣鍑绘鏁�
+
+
+ public Label(){}
+
+ public Label(Long id){
+ this.id = id;
+ }
+
+
+
+ public Long getId() {
+ return id;
+ }
+
+ public void setId(Long id) {
+ this.id = id;
+ }
+
+ public String getTitle() {
+ return title;
+ }
+
+ public void setTitle(String title) {
+ this.title = title;
+ }
+
+ public String getPicture() {
+ return picture;
+ }
+
+ public void setPicture(String picture) {
+ this.picture = picture;
+ }
+
+ public Long getIosClick() {
+ return iosClick;
+ }
+
+ public void setIosClick(Long iosClick) {
+ this.iosClick = iosClick;
+ }
+
+ public Long getAndroidClick() {
+ return androidClick;
+ }
+
+ public void setAndroidClick(Long androidClick) {
+ this.androidClick = androidClick;
+ }
+
+ public AdminUser getCreateUser() {
+ return createUser;
+ }
+
+ public void setCreateUser(AdminUser createUser) {
+ this.createUser = createUser;
+ }
+
+ public Integer getEntrymode() {
+ return entrymode;
+ }
+
+ public void setEntrymode(Integer entrymode) {
+ this.entrymode = entrymode;
+ }
+
+ public Date getCreatetime() {
+ return createtime;
+ }
+
+ public void setCreatetime(Date createtime) {
+ this.createtime = createtime;
+ }
+
+ public Date getUpdatetime() {
+ return updatetime;
+ }
+
+ public void setUpdatetime(Date updatetime) {
+ this.updatetime = updatetime;
+ }
+
+ public Long getCountRelation() {
+ return countRelation;
+ }
+
+ public void setCountRelation(Long countRelation) {
+ this.countRelation = countRelation;
+ }
+
+ public Long getCountClick() {
+ return countClick;
+ }
+
+ public void setCountClick(Long countClick) {
+ this.countClick = countClick;
+ }
+
+ public String getRemark() {
+ return remark;
+ }
+
+ public void setRemark(String remark) {
+ this.remark = remark;
+ }
+
+}
--
Gitblit v1.8.0