Commit 35df541f authored by yanzg's avatar yanzg

修复bug

parent 131ab44d
......@@ -10,7 +10,8 @@ import java.io.Serializable;
*
* @author 颜佐光
*/
@JsonInclude(JsonInclude.Include.NON_EMPTY)
// @JsonInclude(JsonInclude.Include.NON_EMPTY)
@JsonInclude(JsonInclude.Include.NON_NULL)
public class BaseVo implements Serializable {
private static final long serialVersionUID = -2611225711795496063L;
......
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