Explorar o código

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

vian %!s(int64=3) %!d(string=hai) anos
pai
achega
6c29dbc1d7
Modificáronse 1 ficheiros con 1 adicións e 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; // 排序权重
 }
 
 // 新增补充人材机接口传输的数据接口