package mybatis.pojo; public class ConfigWithBLOBs extends Config { private String config; private String layout; public String getConfig() { return config; } public void setConfig(String config) { this.config = config == null ? null : config.trim(); } public String getLayout() { return layout; } public void setLayout(String layout) { this.layout = layout == null ? null : layout.trim(); } }

一米四九跑得快 LV13
2020年8月17日
数据库1 LV12
2020年7月17日
HareXin LV13
2019年8月11日
yerenhuiyu LV10
2019年7月11日
bai620123 LV16
2019年4月29日
zhao823 LV15
2019年4月17日
weilaizhisheng LV21
2019年1月9日
zhangxinghua LV6
2018年9月18日
lihao1973 LV10
2018年8月29日
clf123456 LV12
2018年7月21日