TtDistribution.php 322 Bytes 编辑Web IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 <?php namespace app\common\model; use think\Model; /** * 三级分销 */ class TtDistribution Extends Model { // 开启自动写入时间戳字段 protected $autoWriteTimestamp = 'int'; // 定义时间戳字段名 protected $updateTime = false; // 追加属性 protected $append = [ ]; }