Добавьте файлы проекта.

This commit is contained in:
Daria
2021-10-19 06:04:52 +03:00
parent 6ee25d0f59
commit eab3081ec2
187 changed files with 100839 additions and 0 deletions

View File

@@ -0,0 +1,56 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Этот код создан по шаблону.
//
// Изменения, вносимые в этот файл вручную, могут привести к непредвиденной работе приложения.
// Изменения, вносимые в этот файл вручную, будут перезаписаны при повторном создании кода.
// </auto-generated>
//------------------------------------------------------------------------------
namespace SvetoforVKBot.Data
{
using System;
using System.Collections.Generic;
public partial class Users
{
public int id { get; set; }
public int chatId { get; set; }
public int admin { get; set; }
public string firstName { get; set; }
public string lastName { get; set; }
public string fio { get; set; }
public int reg { get; set; }
public string tag { get; set; }
public string voronka { get; set; }
public string cart { get; set; }
public string addresses { get; set; }
public string phone { get; set; }
public int activityKind { get; set; }
public int sportId { get; set; }
public string sourse { get; set; }
public int hoursReklama { get; set; }
public string korpus { get; set; }
public int notifyCount { get; set; }
public int weight { get; set; }
public int height { get; set; }
public System.DateTime birthday { get; set; }
public int agree { get; set; }
public int gender { get; set; }
public int report { get; set; }
public int kkal { get; set; }
public int day { get; set; }
public int colorId { get; set; }
public double activityCoef { get; set; }
public string question { get; set; }
public string sportDays { get; set; }
public int personal { get; set; }
public string answer { get; set; }
public int statusId { get; set; }
public int track { get; set; }
public int waterNotify { get; set; }
public string choosenProducts { get; set; }
public int child { get; set; }
public int export { get; set; }
}
}