Initial commit
parents
Showing
.idea/composerJson.xml
0 → 100644
.idea/meibuyu.iml
0 → 100644
.idea/misc.xml
0 → 100644
.idea/modules.xml
0 → 100644
.idea/workspace.xml
0 → 100644
This diff is collapsed.
LICENSE
0 → 100644
README.md
0 → 100644
composer.json
0 → 100644
| { | ||
| "name": "meibuyu/micro", | ||
| "description": "美不语微服务公共接口库", | ||
| "type": "library", | ||
| "license": "MIT", | ||
| "authors": [ | ||
| { | ||
| "name": "梁俊杰", | ||
| "email": "blithe8787@163.com" | ||
| } | ||
| ], | ||
| "require": {}, | ||
| "minimum-stability": "dev", | ||
| "autoload": { | ||
| "psr-4": { | ||
| "meibuyu\\micro\\": "src/" | ||
| } | ||
| } | ||
| } |
src/CategoryInterface.php
0 → 100644
src/DepartmentInterface.php
0 → 100644
src/FactoryInterface.php
0 → 100644
src/LogisticsInterface.php
0 → 100644
src/MaterialInterface.php
0 → 100644
src/MessageInterface.php
0 → 100644
src/PermissionInterface.php
0 → 100644
src/ProductInterface.php
0 → 100644
src/RoleInterface.php
0 → 100644
src/SiteInterface.php
0 → 100644
src/SizeInterface.php
0 → 100644
src/SupplierInterface.php
0 → 100644
src/TeamInterface.php
0 → 100644
src/UserInterface.php
0 → 100644
Please register or sign in to comment