You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
641 B
21 lines
641 B
3 weeks ago
|
using Npgsql;
|
||
|
using System;
|
||
|
using System.Collections.Generic;
|
||
|
using System.Text;
|
||
|
|
||
|
namespace ReZero.SuperAPI
|
||
|
{
|
||
|
public partial class EntityInfoInitializerProvider
|
||
|
{
|
||
|
public const long Id_ZeroInterfaceList = 1;
|
||
|
public const long Id_ZeroInterfaceCategory = 2;
|
||
|
public const long Id_ZeroDatabaseInfo = 3;
|
||
|
public const long Id_ZeroEntityInfo = 4;
|
||
|
public const long Id_ZeroColumnInfo = 5;
|
||
|
public const long Id_ZeroTemplate = 6;
|
||
|
public const long Id_ZeroTemplateType = 7;
|
||
|
public const long Id_ZeroUserInfo = 8;
|
||
|
public const long Id_ZeroJwtTokenManagement = 9;
|
||
|
}
|
||
|
}
|