Logo white

wxd / MEIDD_MSCP_PHP

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • MEIDD_MSCP_PHP
  • application
  • admin
  • model
  • StoreShipping.php
  • 初始文件
    7103d67a
    season authored
    2020-01-18 16:16:35 +0800  
    Browse Code »
StoreShipping.php 216 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
<?php
/**
 * Created by PhpStorm.
 * User: wxd1061
 * Date: 2017-03-14
 * Time: 15:04
 */
namespace app\admin\model;
use think\Model;
class StoreShipping extends Model {
    protected $table = 'wxd_store_shipping';
}