erp-platform/api/src/Erp.Platform.Domain.Shared/Enums/TableNameEnum.cs
2025-11-14 23:59:46 +03:00

158 lines
2.6 KiB
C#

namespace Erp.Platform.Enums;
public enum TableNameEnum
{
Language,
LanguageKey,
LanguageText,
SettingDefinition,
Notification,
NotificationRule,
BackgroundWorker_MailQueue,
BackgroundWorker_MailQueueEvents,
BackgroundWorker_MailQueueTableFormat,
LogEntry,
AiBot,
Branch,
BranchUsers,
GlobalSearch,
Route,
Menu,
DataSource,
ListForm,
ListFormField,
ListFormCustomization,
ListFormImport,
ListFormImportExecute,
Note,
BackgroundWorker,
ForumCategory,
ForumTopic,
ForumPost,
CustomEntity,
CustomEntityField,
ApiMigration,
CrudEndpoint,
CustomEndpoint,
CustomComponent,
ReportCategory,
ReportTemplate,
ReportParameter,
ReportGenerated,
IpRestriction,
Sector,
ContactTag,
ContactTitle,
Currency,
CountryGroup,
Country,
City,
District,
SkillType,
Skill,
SkillLevel,
UomCategory,
Uom,
Bank,
BankAccount,
Schedule,
ScheduleLesson,
Program,
RegistrationType,
RegistrationMethod,
ClassType,
Class,
Level,
Interesting,
Source,
NoteType,
Behavior,
EducationStatus,
EventCategory,
EventType,
Event,
EventPhoto,
EventComment,
SalesRejectionReason,
ClassCancellationReason,
LessonPeriod,
MeetingMethod,
MeetingResult,
Disease,
Psychologist,
Vaccine,
Lawyer,
Meal,
Document,
Vehicle,
WorkHour,
About,
Service,
Product,
PaymentMethod,
InstallmentOption,
Order,
OrderItem,
BlogCategory,
BlogPost,
Demo,
Contact,
Classroom,
ClassroomParticipant,
ClassroomAttandance,
ClassroomChat,
QuestionTag,
QuestionPool,
Question,
QuestionOption,
EmploymentType,
JobPosition,
Department,
Badge,
CostCenter,
Employee,
Leave,
Overtime,
Payroll,
PayrollItem,
Template360,
Performance360,
Training,
Certificate,
Reservation,
ShuttleRoute,
Announcement,
Visitor,
Expense,
Survey,
SurveyQuestion,
SurveyQuestionOption,
SurveyResponse,
SurveyAnswer,
SocialPost,
SocialLocation,
SocialMedia,
SocialPollOption,
SocialComment,
SocialLike,
MaterialType,
MaterialGroup,
PaymentTerm,
SupplyType,
SupplyCardType,
CustomerType,
CustomerSegment,
Partner,
PartnerBank,
PartnerCertificate,
PartnerContact,
DynamicService,
Material,
MaterialSpecification,
Approval,
ApprovalStep,
LossReason,
Opportunity,
Activity,
Competitor
}