Quellcode durchsuchen

feat(types): 修改项目工料机属性

zhangweicheng vor 4 Jahren
Ursprung
Commit
579e8a68eb
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      types/src/interface/glj.ts

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

@@ -188,6 +188,7 @@ export const GljModelName = {
 export interface IProjectGlj {
   ID: string;
   gljID: string; // 工料机ID
+  repositoryID?: number | string; // 工料机库ID
   code: string; // 编码
   originalCode: string; // 原始的编码
   name: string; // 名称