|
@@ -6,7 +6,7 @@ const _ = require('lodash');
|
|
const assert = require('assert');
|
|
const assert = require('assert');
|
|
|
|
|
|
|
|
|
|
-// 交易订单
|
|
|
|
|
|
+// 专利资讯服务房间表
|
|
class PatentroomService extends CrudService {
|
|
class PatentroomService extends CrudService {
|
|
constructor(ctx) {
|
|
constructor(ctx) {
|
|
super(ctx, 'patentroom');
|
|
super(ctx, 'patentroom');
|