import { SupplyDetail } from './SupplyDetail';
export interface ProductSupply {
    SupplyDetail?: SupplyDetail;
}
