wugg 5 月之前
父節點
當前提交
1641e74d3f
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      app/cxinv/model/Trade.php

+ 2 - 0
app/cxinv/model/Trade.php

@@ -24,6 +24,8 @@ use app\user\model\Business;class Trade extends Base
         'customerName'  =>'varchar',//客户编号
         'companyNo'  =>'varchar',//业务公司编号
         'trade_in_account'  =>'varchar',//收款账户
+        "apply_id"=>"int",
+        "apply_name"=>"varchar",
         'status'  =>'int',//状态 1 未认领2部分认领 3 全部认领
         'is_del'  =>'int',//
         'addtime'  =>'datetime',//