You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
579 B
TypeScript

/**
*
*/
export enum CodeRuleEnum {
/**
*
*/
CONTRACT = '1001',
/**
*
*/
PROJECT = '1002',
/**
*
*/
PROJECT_RD = '1003',
}
/**
*
*/
export enum ProjectCategoryEnum {
/**
*
*/
SALE_IMPLEMENT = '1',
/**
*
*/
SALE_SPARE = '2',
/**
*
*/
RD = '3',
/**
*
*/
PRE_INVEST = '4',
}