class Customer{ city = ""; //客户需求 demand = ""; ///客户行业 industry = ""; name = ""; ///跟进状态 status = 0; } export default{ Customer }