You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2026. It is now read-only.
背景
数据库仅存储图片的 ObjectName,而前端需要 URL,这代表:
数据库很多表字段都涉及 URL,每次在后端都需要自行转换,既麻烦还容易忘记,因此可以利用字段类型处理器 | MyBatis-Plus 自动转换,只需在对应 PO 类添加注解。
改动