Просмотр исходного кода

feat(types): 添加第三定额

zhangweicheng 5 лет назад
Родитель
Сommit
330f9ed753
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      types/src/interface/ration.ts

+ 5 - 0
types/src/interface/ration.ts

@@ -293,6 +293,10 @@ export interface IRationInstall {
   sectionName: string;
   unifiedSetting: boolean; // 0:false 1:true  按统一设置
 }
+export interface IThirdRation {
+  ration: IStdRation;
+  rationGljList: IRationGlj[];
+}
 
 export interface IRation {
   ID: string;
@@ -349,6 +353,7 @@ export interface IRation {
   // 定额子项
   rationGljList?: IRationGlj[]; // 定额工料机
   rationAssList?: IRationAss[]; // 辅助定额
+  thirdRation?: IThirdRation; // 第三定额
   quantityDetails?: IQuantityDetail[]; // 工程量明细 -- 原先保存在另外的表中
   rationCoeList?: IRationCoe[]; // 定额调整系数
   rationTemplate?: IRationTemplate; // 定额模板