/** * * notice this file create by sandfish * * https://github.com/diveDylan/sandfish * * @description 系统权限枚举 */ export enum Permission { /** * @description 个人中心_价格_新增 */ CENTER_PRICING_ADD = 'center:pricing:add', /** * @description 个人中心_价格_申请_修改 */ CENTER_PRICING_APPLY_EDIT = 'center:pricing:apply:edit', /** * @description 个人中心_价格_删除 */ CENTER_PRICING_DELETE = 'center:pricing:delete', }