first commit
This commit is contained in:
11
金壶/ydyd_service/application/common/model/SkuModel.php
Normal file
11
金壶/ydyd_service/application/common/model/SkuModel.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
namespace app\common\model;
|
||||
|
||||
use think\Model;
|
||||
|
||||
class SkuModel extends Model{
|
||||
protected $pk = 'id';
|
||||
//protected $name = 'Sku';
|
||||
protected $table = 'ydyd_goods_batch_area_relation';
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user