@@ -12,6 +12,8 @@ class CustomerSupply extends Model
const UPDATED_AT = 'upd_time';
const employee_column = "crt_id";
+ public static $field = ['title','id','code','type','crt_time','account','crt_id','status'];
+
protected $dateFormat = 'U';
const status_one = 1;
const status_two = 2;
@@ -14,6 +14,10 @@ return [
'key' =>'title',
'value' => '名称',
],
+ [
+ 'key' =>'account',
+ 'value' => '分配账号',
+ ],
[
'key' =>'type_title',
'value' => '类型',