修改内容

  1. Order增加coin_id,表示购买该商品需要消耗或者获得的虚拟货币,默认是bnd;
  2. Order增加comment,以显示到群通知中;
  3. Coin增加新状态值,2 显示在群和大厅;
  4. Coin增加 deployed,1表示还没有部署到以太坊,0表示已经部署
  5. 增加道具 Equipment;
  6. 增加道具使用记录 Equip;
  7. Withdraw增加entity_type和entity_id,表示从Wallet中还是从MakeCoin中提取;
  8. MakeCoin成功后将不再自动充入Wallet,增加golds字段,表示剩余可提取的数量;
  9. 增加Transfer,将coin从MakeCoin中转入到Wallets中。
  10. Room里的挖矿参数移到Coin中,Coin中增加每元商品赠送的数量price。

uml diagram


2019年03月31号