@@ -1,6 +1,6 @@
{
"name": "@sc/types",
- "version": "1.0.34",
+ "version": "1.0.35",
"description": "共用类型文件",
"main": "./dist/index.cjs.js",
"module": "./dist/index.esm.js",
@@ -100,8 +100,8 @@ export enum ProcessType {
}
export enum FileTypeName {
- SUBMISSION = '预算',
- INVITATION = '预算',
+ SUBMISSION = '投标',
+ INVITATION = '招标',
ESTIMATE = '概算',
SETTLEMENT = '结算',
@@ -408,6 +408,6 @@ export interface IImportLog {
status: ImportStatus;
errorMsg: string;
stack?: any;
- constructID?:string;
- constructName?:string;
+ constructID?: string;
+ constructName?: string;