1.提交缺失的东西
This commit is contained in:
11
app/common/model/distribution/DistributionGoods.php
Normal file
11
app/common/model/distribution/DistributionGoods.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
namespace app\common\model\distribution;
|
||||
|
||||
use think\Model;
|
||||
use think\model\concern\SoftDelete;
|
||||
|
||||
class DistributionGoods extends Model
|
||||
{
|
||||
use SoftDelete;
|
||||
protected $deleteTime = 'delete_time';
|
||||
}
|
||||
Reference in New Issue
Block a user