|
@@ -85,7 +85,7 @@ export interface IStdRationAss extends IBaseRationAss {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// 补充定额辅助
|
|
// 补充定额辅助
|
|
|
-type ICptRationAss = IBaseRationAss;
|
|
|
|
|
|
|
+export type ICptRationAss = IBaseRationAss;
|
|
|
|
|
|
|
|
export interface IStdRationInstall {
|
|
export interface IStdRationInstall {
|
|
|
feeItemId: string; // 原std库已经是这样,不能改成ID
|
|
feeItemId: string; // 原std库已经是这样,不能改成ID
|