ninghao-nestjs/src/modules/post
Jeremy Yin 234b2984a6 post entity的增删改查,路由找服务,服务找库,库绑定实体并提供方法;增加dto提供提交数据字段提示 2019-06-27 23:08:36 +08:00
..
post.controller.spec.ts 新建post控制器 2019-06-26 21:24:50 +08:00
post.controller.ts post entity的增删改查,路由找服务,服务找库,库绑定实体并提供方法;增加dto提供提交数据字段提示 2019-06-27 23:08:36 +08:00
post.dto.ts post entity的增删改查,路由找服务,服务找库,库绑定实体并提供方法;增加dto提供提交数据字段提示 2019-06-27 23:08:36 +08:00
post.entity.ts post entity的增删改查,路由找服务,服务找库,库绑定实体并提供方法;增加dto提供提交数据字段提示 2019-06-27 23:08:36 +08:00
post.module.ts 现在可以添加实体数据记录 2019-06-27 22:22:50 +08:00
post.service.spec.ts 增加post服务 2019-06-26 21:26:40 +08:00
post.service.ts post entity的增删改查,路由找服务,服务找库,库绑定实体并提供方法;增加dto提供提交数据字段提示 2019-06-27 23:08:36 +08:00