Commit bc689140 by 徐高华

朋友圈数据

parent caa6ffbc
......@@ -20,13 +20,13 @@ public class MomentDataQO extends BasePageInfo implements Serializable {
*/
private String orderNumber ;
private Integer dataType ;
private int dataType ;
public Integer getDataType() {
public int getDataType() {
return dataType;
}
public void setDataType(Integer dataType) {
public void setDataType(int 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