|
@@ -48,7 +48,7 @@ export interface ICptRationChapter {
|
|
|
export interface IBaseRationGljRef {
|
|
export interface IBaseRationGljRef {
|
|
|
consumeAmt: number;
|
|
consumeAmt: number;
|
|
|
proportion?: number; // 配合比,暂时无需使用,默认0
|
|
proportion?: number; // 配合比,暂时无需使用,默认0
|
|
|
- type?: FromType; // 可能有数据没有
|
|
|
|
|
|
|
+ from?: FromType; // 可能有数据没有
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
export interface IStdRationGljRef extends IBaseRationGljRef {
|
|
export interface IStdRationGljRef extends IBaseRationGljRef {
|