5
相关环境信息
操作系统: win 10
Node 版本:10
Egg 版本:2.6.1
const user = await ctx.service.user.create(); ctx.logger.debug(user.get()); ctx.logger.debug('1234'); ctx.logger.info('1234'); // @ts-ignore ctx.body = { name, id: user.id, };
property id does not exit on type of 'Model<unknown, unknown>'
这个--没有大佬出来 说一下嘛
给个稳定复现的项目
https://gitee.com/wangyong1/cash.git
大佬,这个问题咋样了
现在看一下
这个是运行时创建的模型,ts 是分析不出来的。