// +---------------------------------------------------------------------- declare (strict_types = 1); namespace addon\wxchat\model; use think\Model; /** * WxchatFamilyMember 类 * * @author ywxapp */ class WxchatFamilyMember extends Model { protected $name = 'wxchat_family_members'; protected $autoWriteTimestamp = false; }