Commit 131ab44d authored by yanzg's avatar yanzg

修复bug

parent 527f23a8
......@@ -10,7 +10,7 @@ import java.io.Serializable;
*
* @author 颜佐光
*/
@JsonInclude(JsonInclude.Include.NON_NULL)
@JsonInclude(JsonInclude.Include.NON_EMPTY)
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