9 lines
126 B
C#
9 lines
126 B
C#
using NpgsqlTypes;
|
|
|
|
namespace CH.Enum;
|
|
|
|
public enum EnergyRateExceptionThresholdResetType
|
|
{
|
|
[PgName("daily")]
|
|
daily,
|
|
} |