Json相关注解
JsonInclude
如果不加这个注解:
{ "a":"111", "b":1, "children":[] }
加上注解并标记NON_EMPTY:
{ "a":"111", "b":1 }
数据库相关注解
TableField
标注不是数据库字段:exist=false
标签:NON,20,数据库,111,注解,小记 From: https://www.cnblogs.com/cheng8/p/17204993.html
如果不加这个注解:
{ "a":"111", "b":1, "children":[] }
加上注解并标记NON_EMPTY:
{ "a":"111", "b":1 }
标注不是数据库字段:exist=false
标签:NON,20,数据库,111,注解,小记 From: https://www.cnblogs.com/cheng8/p/17204993.html