123456789101112131415161718 |
- /**
- * Created by jimiz on 2017/4/18.
- */
- var projectConst = {
- BILLS: 'bills',
- RATION: 'ration',
- GLJ: 'GLJ',
- PROJECTGLJ: 'projectGLJ'
- };
- var commonConst = {
- UT_UPDATE: 'ut_update',
- UT_CREATE: 'ut_create',
- UT_DELETE: 'ut_delete'
- };
- module.exports = {projectConst: projectConst, commonConst: commonConst};
|