12345678910111213141516 |
- /**
- * Created by jimiz on 2017/4/19.
- */
- const ModuleNames = {
- bills: 'bills',
- ration: 'ration',
- GLJ: 'GLJ',
- feeRate: 'feeRate',
- projectGLJ: 'projectGLJ',
- ration_glj:'ration_glj',
- ration_coe:'ration_coe',
- ration_ass:'ration_ass',
- quantity_detail:'quantity_detail',
- volume_price: 'volume_price',
- projectGLJ: 'project_glj'
- };
|