projectConsts.js 334 B

123456789101112131415161718
  1. /**
  2. * Created by jimiz on 2017/4/18.
  3. */
  4. var projectConst = {
  5. BILLS: 'bills',
  6. RATION: 'ration',
  7. GLJ: 'GLJ',
  8. PROJECTGLJ: 'projectGLJ'
  9. };
  10. var commonConst = {
  11. UT_UPDATE: 'ut_update',
  12. UT_CREATE: 'ut_create',
  13. UT_DELETE: 'ut_delete'
  14. };
  15. module.exports = {projectConst: projectConst, commonConst: commonConst};