public SendGoodsInfoRepository(MDXDbContext context) : base(context)
 {
 }
 public OrderInfoRepository(MDXDbContext context) : base(context)
 {
 }