This commit is contained in:
COOL 2023-04-16 14:00:31 +08:00
parent 92e4ce85df
commit b14b88a662

View File

@ -11,6 +11,7 @@ import { Context } from '@midwayjs/koa';
@CoolController({
api: ['add', 'delete', 'update', 'info', 'page'],
entity: BaseSysParamEntity,
service: BaseSysParamService,
pageQueryOp: {
keyWordLikeFields: ['name', 'keyName'],
},