|
|
@@ -26,7 +26,7 @@ public class PromoteCode extends Model<PromoteCode> {
|
|
|
/**
|
|
|
* id
|
|
|
*/
|
|
|
- @TableId(value = "id", type = IdType.AUTO)
|
|
|
+ @TableId(value = "id", type = IdType.AUTO)
|
|
|
private Integer id;
|
|
|
private Integer promoteType;
|
|
|
|
|
|
@@ -172,16 +172,16 @@ public class PromoteCode extends Model<PromoteCode> {
|
|
|
@Override
|
|
|
public String toString() {
|
|
|
return "PromoteCode{" +
|
|
|
- "id=" + id +
|
|
|
- ", name=" + name +
|
|
|
- ", status=" + status +
|
|
|
- ", domainId=" + domainId +
|
|
|
- ", takeQrcodePv=" + takeQrcodePv +
|
|
|
- ", longTouchPv=" + longTouchPv +
|
|
|
- ", dayUvMax=" + dayUvMax +
|
|
|
- ", hourUvMax=" + hourUvMax +
|
|
|
- ", createAt=" + createAt +
|
|
|
- ", updateAt=" + updateAt +
|
|
|
- "}";
|
|
|
+ "id=" + id +
|
|
|
+ ", name=" + name +
|
|
|
+ ", status=" + status +
|
|
|
+ ", domainId=" + domainId +
|
|
|
+ ", takeQrcodePv=" + takeQrcodePv +
|
|
|
+ ", longTouchPv=" + longTouchPv +
|
|
|
+ ", dayUvMax=" + dayUvMax +
|
|
|
+ ", hourUvMax=" + hourUvMax +
|
|
|
+ ", createAt=" + createAt +
|
|
|
+ ", updateAt=" + updateAt +
|
|
|
+ "}";
|
|
|
}
|
|
|
}
|