Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只是不想使用名称“用户”,我希望它是“会员”
//// 这是为了绕过stackoverflow质量控制
您可以扩展内置模型用户: https ://loopback.io/doc/en/lb3/Extending-built-in-models.html
server/models/Member.json { "name": "Member", "base": "User", ... }