erp-platform/api/modules/Erp.Reports/Erp.Reports.Domain.Shared/ReportsConsts.cs

8 lines
150 B
C#
Raw Normal View History

2026-01-06 11:33:39 +00:00
namespace Erp.Reports;
public static class ReportsConsts
{
public const string DbTablePrefix = "Erp";
public const string DbSchema = null;
}