Procházet zdrojové kódy

feat(types): 补充人材机分类模板

vian před 5 roky
rodič
revize
59a3ecb624
1 změnil soubory, kde provedl 8 přidání a 0 odebrání
  1. 8 0
      types/src/interface/glj.ts

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

@@ -258,6 +258,14 @@ export interface IStdGljTree extends ITreeScm {
 /* 标准人材机相关 ↑ */
 
 /* 补充人材机相关 ↓ */
+// 补充人材机分类树-模板(后台设置)
+export interface IRawCptGljTreeTemplate {
+  compilationId: string;
+  Name: string;
+  ID: number;
+  ParentID: number;
+  NextSiblingID: number;
+}
 
 // 补充人材机分类树
 export interface ICptGljTree extends ITreeScm {