Commit b508ab60 by 王祖波

JsonIgnoreProperties

parent 3c342f31
package com.gic.haoban.manage.web.qo.content.log; package com.gic.haoban.manage.web.qo.content.log;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.gic.haoban.manage.web.qo.content.ContentMaterialBaseQO; import com.gic.haoban.manage.web.qo.content.ContentMaterialBaseQO;
import org.codehaus.jackson.map.annotate.JsonSerialize;
/** /**
* @Author MUSI * @Author MUSI
...@@ -9,6 +11,7 @@ import com.gic.haoban.manage.web.qo.content.ContentMaterialBaseQO; ...@@ -9,6 +11,7 @@ import com.gic.haoban.manage.web.qo.content.ContentMaterialBaseQO;
* @Version * @Version
* 素材分享日志 * 素材分享日志
**/ **/
@JsonIgnoreProperties(ignoreUnknown = true)
public class MaterialShareLogQO extends ContentMaterialBaseQO { public class MaterialShareLogQO extends ContentMaterialBaseQO {
private static final long serialVersionUID = 2185842438469492808L; private static final long serialVersionUID = 2185842438469492808L;
......
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