Explorar el Código

feat(types): 人材机增加排序权重

vian hace 3 años
padre
commit
6c29dbc1d7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      types/src/interface/glj.ts

+ 1 - 0
types/src/interface/glj.ts

@@ -388,6 +388,7 @@ export interface ICptGlj extends IBaseRationGlj {
   constructionID?: string; // 建设项目ID
   engineeringID?: string; // 工程专业ID
   engineeringName?: string; // 工程专业名称
+  weight?: number; // 排序权重
 }
 
 // 新增补充人材机接口传输的数据接口