Commit f5b439b6 by 徐高华

朋友圈数据

parent bc689140
......@@ -20,13 +20,13 @@ public class MomentDataQO extends BasePageInfo implements Serializable {
*/
private String orderNumber ;
private int dataType ;
private Integer dataType ;
public int getDataType() {
public Integer getDataType() {
return dataType;
}
public void setDataType(int dataType) {
public void setDataType(Integer dataType) {
this.dataType = dataType;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment