Commit d403431c authored by 廖旭伟's avatar 廖旭伟

用户表增加昵称属性

parent 1b7d6f15
......@@ -22,7 +22,7 @@ public class ResourceImageController extends BaseCRUDJsonBodyMappingController<R
protected void init(Map<String, Object> model, Context context) {
Map<String,String> imageType = new HashMap<>();
imageType.put("1","名片背景");
this.addDict(model, "shelves", imageType);
this.addDict(model, "imageType", imageType);
super.init(model, context);
}
}
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