product.setGopOnePrice(new BigDecimal(100));
product.setGopProductName("最最美味的地锅鸡");
product.setGopProductType("1");
product.setGopSumPrice(new BigDecimal(100));
commonDao.save(product);
JeecgOrderCustomEntity coustom = new JeecgOrderCustomEntity();
coustom.setGoOrderCode(main.getGoOrderCode());
coustom.setGocCusName("小明");
coustom.setGocSex("1");
commonDao.save(coustom);
}