Ver código fonte

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

vian 5 anos atrás
pai
commit
59a3ecb624
1 arquivos alterados com 8 adições e 0 exclusões
  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 {