/* eslint-disable quote-props */ 'use strict'; /** @type Egg.EggPlugin */ module.exports = { 'create': '添加', 'update': '修改', 'delete': '删除', };