erp-platform/api/src/Erp.Platform.Domain.Shared/Enums/TableNameEnum.cs
Sedat ÖZTÜRK b11b5f2185 Proje Task
2025-11-27 14:06:36 +03:00

198 lines
3.3 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,
Cash,
CurrentAccount,
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,
RequestType,
Request,
RequestItem,
CustomerType,
CustomerSegment,
Partner,
PartnerBank,
PartnerCertificate,
PartnerContact,
DynamicService,
Material,
MaterialSpecification,
Approval,
ApprovalStep,
LossReason,
Opportunity,
Activity,
Competitor,
WorkcenterType,
WorkcenterStatus,
Workcenter,
WorkcenterSpecification,
Plan,
PlanMaterial,
PlanEmployee,
Fault,
FaultStatus,
FaultType,
WorkorderType,
WorkorderStatus,
Workorder,
WarehouseType,
Warehouse,
ZoneType,
Zone,
LocationType,
Location,
Putaway,
PutawayCondition,
OperationCategory,
OperationType,
Operation,
BomType,
Bom,
BomOperation,
BomComponent,
Projects,
ProjectType,
ProjectStatus,
ProjectRisk,
ProjectPhase,
ProjectCategory,
ProjectTask
}