first commit

This commit is contained in:
云泽网
2025-07-27 21:42:34 +08:00
commit c1cce5ccb4
2779 changed files with 340042 additions and 0 deletions
@@ -0,0 +1,11 @@
<?php
namespace app\common\model;
use think\Model;
use think\model\concern\SoftDelete;
class DistributionGoods extends Model
{
use SoftDelete;
protected $deleteTime = 'delete_time';
}