Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
朱继来
/
后台订单管理
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f8700ef2
authored
Oct 10, 2020
by
孙龙
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
up
parent
7c0ef749
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
223 additions
and
0 deletions
app/Console/Commands/JingDiaoOrderAddress.php
app/Console/Kernel.php
app/Model/OrderOtherAddressModel.php
app/Console/Commands/JingDiaoOrderAddress.php
0 → 100644
View file @
f8700ef2
This diff is collapsed.
Click to expand it.
app/Console/Kernel.php
View file @
f8700ef2
...
...
@@ -15,6 +15,7 @@ class Kernel extends ConsoleKernel
protected
$commands
=
[
Commands\Inspire
::
class
,
\App\Console\Commands\JingDiaoUser
::
class
,
\App\Console\Commands\JingDiaoOrderAddress
::
class
,
];
/**
...
...
app/Model/OrderOtherAddressModel.php
0 → 100644
View file @
f8700ef2
<?php
namespace
App\Model
;
use
Illuminate\Database\Eloquent\Model
;
class
OrderOtherAddressModel
extends
Model
{
protected
$connection
=
'order'
;
protected
$table
=
'lie_other_address'
;
protected
$primaryKey
=
'order_address_id'
;
protected
$guarded
=
[
'order_address_id'
];
public
$timestamps
=
false
;
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment