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