Explorar o código

feat(types): 增加字段定义。

chenshilong %!s(int64=4) %!d(string=hai) anos
pai
achega
c450bf90e1
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      types/src/interface/glj.ts

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

@@ -356,6 +356,10 @@ export interface ICptGlj extends IBaseRationGlj {
   components: ICptComponent[];
   displayComponents?: ICptDisplayComponent[];
   from: FromType;
+  creatorID?: string; // 创建者ID
+  creatorName?: string; // 创建者姓名
+  createTime?: number; // 创建时间
+  displayLibName?: string; // 工料机所在库在前端UI上的显示,如:[企业库]。
 }
 
 // 新增补充人材机接口传输的数据接口