|
@@ -5,11 +5,11 @@ const _ = require('lodash');
|
|
|
const assert = require('assert');
|
|
|
|
|
|
// 房间表
|
|
|
-class PatentroomService extends CrudService {
|
|
|
+class Patent_roomService extends CrudService {
|
|
|
constructor(ctx) {
|
|
|
super(ctx, 'patent_room');
|
|
|
- this.model = this.ctx.model.Patent.patentRoom;
|
|
|
+ this.model = this.ctx.model.Patent.PatentRoom;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-module.exports = PatentroomService;
|
|
|
+module.exports = Patent_roomService;
|