|
@@ -173,12 +173,12 @@ public class PostCollections extends BaseEntity
|
|
|
{
|
|
|
return image;
|
|
|
}
|
|
|
- public void setcreateBy(String createBy)
|
|
|
+ public void setCreateBy(String createBy)
|
|
|
{
|
|
|
this.createBy = createBy;
|
|
|
}
|
|
|
|
|
|
- public String getcreateBy()
|
|
|
+ public String getCreateBy()
|
|
|
{
|
|
|
return createBy;
|
|
|
}
|
|
@@ -217,7 +217,7 @@ public class PostCollections extends BaseEntity
|
|
|
.append("image", getImage())
|
|
|
.append("createTime", getCreateTime())
|
|
|
.append("updateTime", getUpdateTime())
|
|
|
- .append("createBy", getcreateBy())
|
|
|
+ .append("createBy", getCreateBy())
|
|
|
.append("updateBy", getUpdateBy())
|
|
|
.append("delFlag", getDelFlag())
|
|
|
.toString();
|