|
@@ -230,6 +230,9 @@ export interface IBillClass {
|
|
|
name: string;
|
|
name: string;
|
|
|
itemCharacter: string; // 必填特征排列组合
|
|
itemCharacter: string; // 必填特征排列组合
|
|
|
classCode: string; // 类别别名 040101001@一、二类土@人工
|
|
classCode: string; // 类别别名 040101001@一、二类土@人工
|
|
|
|
|
+ requiredRationIDs: number[]; // 必套定额ID
|
|
|
|
|
+ optionalRationIDs: number[]; // 选套定额ID
|
|
|
|
|
+ errorRationIDs: number[]; // 错套定额ID
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
export interface IBillIndexGlj {
|
|
export interface IBillIndexGlj {
|