// +---------------------------------------------------------------------- declare (strict_types = 1); namespace addon\wxchat\model; use ywxapp\model\BaseModel; class WxchatMomentShare extends BaseModel { protected function getOptions(): array { return [ 'strict' => true, 'name' => 'wxchat_moment_share', 'autoWriteTimestamp' => 0, 'createTime' => 'create_at', ]; } }