Authored by mingdan.ge

cps消息

@@ -16,11 +16,11 @@ public class UnionShareMessage extends BaseBO { @@ -16,11 +16,11 @@ public class UnionShareMessage extends BaseBO {
16 16
17 private String url; 17 private String url;
18 18
19 - private int type;  
20 - private int someKey;  
21 - private int shareFlag; 19 + private Integer type;
  20 + private Integer someKey;
  21 + private Integer shareFlag;
22 22
23 - private int priority; 23 + private Integer priority;
24 24
25 private Integer startTime; 25 private Integer startTime;
26 26
@@ -62,11 +62,11 @@ public class UnionShareMessage extends BaseBO { @@ -62,11 +62,11 @@ public class UnionShareMessage extends BaseBO {
62 this.url = url; 62 this.url = url;
63 } 63 }
64 64
65 - public int getPriority() { 65 + public Integer getPriority() {
66 return priority; 66 return priority;
67 } 67 }
68 68
69 - public void setPriority(int priority) { 69 + public void setPriority(Integer priority) {
70 this.priority = priority; 70 this.priority = priority;
71 } 71 }
72 72
@@ -102,27 +102,27 @@ public class UnionShareMessage extends BaseBO { @@ -102,27 +102,27 @@ public class UnionShareMessage extends BaseBO {
102 this.updateTime = updateTime; 102 this.updateTime = updateTime;
103 } 103 }
104 104
105 - public int getShareFlag() { 105 + public Integer getShareFlag() {
106 return shareFlag; 106 return shareFlag;
107 } 107 }
108 108
109 - public void setShareFlag(int shareFlag) { 109 + public void setShareFlag(Integer shareFlag) {
110 this.shareFlag = shareFlag; 110 this.shareFlag = shareFlag;
111 } 111 }
112 112
113 - public int getType() { 113 + public Integer getType() {
114 return type; 114 return type;
115 } 115 }
116 116
117 - public void setType(int type) { 117 + public void setType(Integer type) {
118 this.type = type; 118 this.type = type;
119 } 119 }
120 120
121 - public int getSomeKey() { 121 + public Integer getSomeKey() {
122 return someKey; 122 return someKey;
123 } 123 }
124 124
125 - public void setSomeKey(int someKey) { 125 + public void setSomeKey(Integer someKey) {
126 this.someKey = someKey; 126 this.someKey = someKey;
127 } 127 }
128 128
@@ -146,7 +146,7 @@ @@ -146,7 +146,7 @@
146 width: 80, 146 width: 80,
147 align: "center" 147 align: "center"
148 }, { 148 }, {
149 - title: "分享", 149 + title: "分享",
150 field: "shareFlag", 150 field: "shareFlag",
151 width: 80, 151 width: 80,
152 align: "center", 152 align: "center",