export const functionKeys = {
  '检入': 'checkin',
  '检出': 'checkout',
  '检出并编辑': 'checkoutEdit',
  '撤销检出': 'cancelCheckout',
  '编辑': 'edit',
  '删除': 'remove'

}
export default {
  functionKeys
}