@@ -188,7 +188,6 @@ export const GljModelName = {
export interface IProjectGlj {
ID: string;
gljID: string; // 工料机ID
- repositoryID?: number | string; // 工料机库ID
code: string; // 编码
originalCode: string; // 原始的编码
name: string; // 名称
@@ -224,7 +224,7 @@ export interface ICptRation extends IBaseRation {
export interface IRationGlj {
gljID?: string;
- repositoryID?: number;
+ repositoryID: number | string;
name: string;
code: string;
originalCode: string; // 原始的编码 不带 “-”的