sozsoft-platform/api/src/Sozsoft.Platform.Domain.Shared/Enums/TableNameEnum.cs

70 lines
1.1 KiB
C#
Raw Normal View History

2026-02-24 20:44:16 +00:00
namespace Sozsoft.Platform.Enums;
public enum TableNameEnum
{
Language,
LanguageKey,
LanguageText,
SettingDefinition,
Notification,
NotificationRule,
2026-02-25 08:35:13 +00:00
BackgroundWorker,
2026-02-24 20:44:16 +00:00
BackgroundWorker_MailQueue,
BackgroundWorker_MailQueueEvents,
BackgroundWorker_MailQueueTableFormat,
LogEntry,
AiBot,
Branch,
BranchUsers,
GlobalSearch,
Route,
Menu,
DataSource,
ListForm,
ListFormField,
ListFormCustomization,
ListFormImport,
ListFormImportExecute,
Note,
ForumCategory,
ForumTopic,
ForumPost,
2026-03-01 20:43:25 +00:00
SqlTable,
SqlTableField,
SqlView,
SqlStoredProcedure,
SqlFunction,
SqlQuery,
2026-02-25 08:35:13 +00:00
CrudEndpoint,
2026-02-24 20:44:16 +00:00
CustomEndpoint,
CustomComponent,
2026-02-25 08:35:13 +00:00
DynamicService,
2026-02-24 20:44:16 +00:00
ReportCategory,
ReportTemplate,
IpRestriction,
Sector,
ContactTitle,
Currency,
CountryGroup,
Country,
City,
District,
SkillType,
Skill,
SkillLevel,
UomCategory,
Uom,
WorkHour,
About,
Service,
Product,
PaymentMethod,
InstallmentOption,
Order,
OrderItem,
BlogCategory,
BlogPost,
Demo,
Contact,
}