You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
383 B

5 months ago
using System;
using System.Data;
using System.Data.SqlClient;
using System.Collections.Generic;
using System.Text;
namespace COCOWO.DB
{
public class blog_spam : SqlDataBase
{
/// <summary>
/// <20><>ȡspam<61>б<EFBFBD>
/// </summary>
public DataView Spam_List()
{
return GetDv("SELECT * FROM blog_spam order by spam_id desc");