|
...
|
...
|
@@ -13,7 +13,10 @@ class Project extends Base |
|
|
|
{
|
|
|
|
//设置关联表名
|
|
|
|
protected $table = 'gl_project';
|
|
|
|
|
|
|
|
protected $fillable = ['title', 'level','company','lead_name',
|
|
|
|
'mobile','qq','province_id','city_id','version_id','serve_id','mysql_id',
|
|
|
|
'cooperate_date','requirement','channel','notice_file','confirm_file','created_at',
|
|
|
|
'updated_at','project_location','type','extend_type','status'];
|
|
|
|
const DATABASE_NAME_FIX = 'gl_data_';
|
|
|
|
|
|
|
|
const STATUS_ONE = 1;//审核通过
|
...
|
...
|
|