namespace Cicm.Database.Schemas { public class News { public int id; public string date; public int type; public int added_id; } }