2016年12月13日
摘要: 关键在于 into 查询一对多关系 /// <summary> /// 订单状态信息 /// </summary> public IEnumerable<x_s_oStatuInfo> orderState { get; set; } 这里将订单状态改为集合类型 阅读全文
posted @ 2016-12-13 16:48 xuelei被占用了 阅读(570) 评论(0) 推荐(0) 编辑