作者 张关杰

Merge branch 'akun' of http://47.244.231.31:8099/zhl/globalso-v6 into bate

... ... @@ -3,8 +3,11 @@
namespace App\Models\Project;
use App\Models\Base;
use Illuminate\Database\Eloquent\SoftDeletes;
class CountryCustom extends Base
{
use SoftDeletes;
protected $table = 'gl_project_country_custom';
}
... ...