/**供应链信息 */
export interface GylConfig {
    autoRecommend: boolean;
    siteUrl: string;
}
