Mixing insertable and non insertable columns in a property is not allowed
表 customer(company_code varchar(10),customer_id varchar(10));
其主键是company_code 和customer_id 复合主键
表 Order(company_code,order_id,customer_id)
其中company_code 和order_id 是复合主键,company_code 和cust