@@ -461,6 +461,8 @@ export interface ICptGljLibOption {
ID: string;
name: string;
readOnly: boolean;
+ enterpriseID?: string; // 库来自企业的ID(企业分享会有)
+ enterpriseName?: string; // 库来自企业的名称(企业分享会有)
}
// 进入定额库需要准备的数据(一些状态)
@@ -449,6 +449,8 @@ export interface ICptRationLibOption {