This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ثبت نام
ورود
wupengfei
/
ddsc
دنبال کردن
1
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
درخواست واکشی
0
ویکی
درخت:
09b488f8c0
شاخهها
تگها
master
ddsc
/
application
/
common
/
model
/
DeliveryAddress.php
DeliveryAddress.php
107 B
تاريخچه
خام
1
2
3
4
5
6
7
8
<?php
namespace app\common\model;
use think\Model;
// 收货地址
class DeliveryAddress extends Model
{
}