init
This commit is contained in:
11
DOAN.CodeGenerator/Model/OracleSeq.cs
Normal file
11
DOAN.CodeGenerator/Model/OracleSeq.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace DOAN.CodeGenerator.Model
|
||||
{
|
||||
/// <summary>
|
||||
/// Oracle库序列
|
||||
/// </summary>
|
||||
public class OracleSeq
|
||||
{
|
||||
public string SEQUENCE_NAME { get; set; }
|
||||
public long LAST_NUMBER { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user