diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/.vs/ProjectEvaluation/winformsapp1.metadata.v7.bin b/Code/Be/CreateEntityByDBTable/WinFormsApp1/.vs/ProjectEvaluation/winformsapp1.metadata.v7.bin new file mode 100644 index 0000000..25142eb Binary files /dev/null and b/Code/Be/CreateEntityByDBTable/WinFormsApp1/.vs/ProjectEvaluation/winformsapp1.metadata.v7.bin differ diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/.vs/ProjectEvaluation/winformsapp1.projects.v7.bin b/Code/Be/CreateEntityByDBTable/WinFormsApp1/.vs/ProjectEvaluation/winformsapp1.projects.v7.bin new file mode 100644 index 0000000..5d077d7 Binary files /dev/null and b/Code/Be/CreateEntityByDBTable/WinFormsApp1/.vs/ProjectEvaluation/winformsapp1.projects.v7.bin differ diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/.vs/WinFormsApp1/DesignTimeBuild/.dtbcache.v2 b/Code/Be/CreateEntityByDBTable/WinFormsApp1/.vs/WinFormsApp1/DesignTimeBuild/.dtbcache.v2 new file mode 100644 index 0000000..0b802c2 Binary files /dev/null and b/Code/Be/CreateEntityByDBTable/WinFormsApp1/.vs/WinFormsApp1/DesignTimeBuild/.dtbcache.v2 differ diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/.vs/WinFormsApp1/FileContentIndex/2c1a7504-82d3-4f37-a5d4-4e22d4b8f5bd.vsidx b/Code/Be/CreateEntityByDBTable/WinFormsApp1/.vs/WinFormsApp1/FileContentIndex/2c1a7504-82d3-4f37-a5d4-4e22d4b8f5bd.vsidx new file mode 100644 index 0000000..15ab41b Binary files /dev/null and b/Code/Be/CreateEntityByDBTable/WinFormsApp1/.vs/WinFormsApp1/FileContentIndex/2c1a7504-82d3-4f37-a5d4-4e22d4b8f5bd.vsidx differ diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/.vs/WinFormsApp1/FileContentIndex/read.lock b/Code/Be/CreateEntityByDBTable/WinFormsApp1/.vs/WinFormsApp1/FileContentIndex/read.lock new file mode 100644 index 0000000..e69de29 diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/.vs/WinFormsApp1/v17/.futdcache.v2 b/Code/Be/CreateEntityByDBTable/WinFormsApp1/.vs/WinFormsApp1/v17/.futdcache.v2 new file mode 100644 index 0000000..d24dc81 Binary files /dev/null and b/Code/Be/CreateEntityByDBTable/WinFormsApp1/.vs/WinFormsApp1/v17/.futdcache.v2 differ diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/.vs/WinFormsApp1/v17/.suo b/Code/Be/CreateEntityByDBTable/WinFormsApp1/.vs/WinFormsApp1/v17/.suo new file mode 100644 index 0000000..9ae02f5 Binary files /dev/null and b/Code/Be/CreateEntityByDBTable/WinFormsApp1/.vs/WinFormsApp1/v17/.suo differ diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1.sln b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1.sln new file mode 100644 index 0000000..9c827f6 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.6.33801.468 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WinFormsApp1", "WinFormsApp1\WinFormsApp1.csproj", "{8DEDBE7C-5C38-47BD-AB01-A2D625C17885}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {8DEDBE7C-5C38-47BD-AB01-A2D625C17885}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8DEDBE7C-5C38-47BD-AB01-A2D625C17885}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8DEDBE7C-5C38-47BD-AB01-A2D625C17885}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8DEDBE7C-5C38-47BD-AB01-A2D625C17885}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {778CDFE2-47C4-44C1-AD96-9D7105B35017} + EndGlobalSection +EndGlobal diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/Form1.Designer.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/Form1.Designer.cs new file mode 100644 index 0000000..48e5830 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/Form1.Designer.cs @@ -0,0 +1,82 @@ +namespace WinFormsApp1 +{ + partial class Form1 + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + button1 = new Button(); + txt_constr = new TextBox(); + textBox1 = new TextBox(); + SuspendLayout(); + // + // button1 + // + button1.Location = new Point(197, 115); + button1.Name = "button1"; + button1.Size = new Size(461, 23); + button1.TabIndex = 0; + button1.Text = "button1"; + button1.UseVisualStyleBackColor = true; + button1.Click += button1_Click; + // + // txt_constr + // + txt_constr.Location = new Point(197, 38); + txt_constr.Name = "txt_constr"; + txt_constr.Size = new Size(461, 23); + txt_constr.TabIndex = 1; + txt_constr.Text = "Server=dev.ccwin-in.com,13319;Database=Store_Main;uid=ccwin-in;pwd=Microsoft@2022;Packet Size=512;"; + // + // textBox1 + // + textBox1.Location = new Point(12, 144); + textBox1.Multiline = true; + textBox1.Name = "textBox1"; + textBox1.Size = new Size(776, 294); + textBox1.TabIndex = 2; + // + // Form1 + // + AutoScaleDimensions = new SizeF(7F, 17F); + AutoScaleMode = AutoScaleMode.Font; + ClientSize = new Size(800, 450); + Controls.Add(textBox1); + Controls.Add(txt_constr); + Controls.Add(button1); + Name = "Form1"; + Text = "Form1"; + ResumeLayout(false); + PerformLayout(); + } + + #endregion + + private Button button1; + private TextBox txt_constr; + private TextBox textBox1; + } +} \ No newline at end of file diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/Form1.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/Form1.cs new file mode 100644 index 0000000..48d407d --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/Form1.cs @@ -0,0 +1,177 @@ +using System.Data; +using System.Data.SqlClient; + +namespace WinFormsApp1; + +public partial class Form1 : Form +{ + public Form1() + { + InitializeComponent(); + } + + private void button1_Click(object sender, EventArgs e) + { + var strPath = System.Environment.CurrentDirectory; + var outPath = strPath + "\\cs_file"; + Directory.CreateDirectory(outPath); + + var constr = txt_constr.Text.Trim(); //ݿַ + + var dataTable = GetDataTable("select * from sys.tables", constr); + + foreach (DataRow row in dataTable.Rows) + { + var tbname = row["name"].ToString(); //Ҫɵı + var dt = GetDbTableInfo(tbname, constr); + var list = new List(); + var context = ""; + + context += "using System\r\n"; + context += "using System.Collections.Generic\r\n"; + context += "using Volo.Abp.Domain.Entities.Auditing\r\n"; + context += $"public class {tbname} : AuditedAggregateRoot\r\n"; + context += "{\r\n"; + for (var i = 0; i < dt.Rows.Count; i++) + { + var Name = dt.Rows[i]["Name"].ToString(); + var Type = dt.Rows[i]["Type"].ToString(); + var IsNullable = dt.Rows[i]["IsNullable"].ToString(); + var IsIdentity = dt.Rows[i]["IsIdentity"].ToString(); + var Description = dt.Rows[i]["Description"].ToString(); + var IsKey = dt.Rows[i]["IsKey"].ToString(); + var type = DbTypeStr_To_CsharpType(Type); + + context += $@"public {type.Name} {Name} {{ get; set; }}" + "\r\n"; + } + context += "}\r\n"; + + var fileName = outPath +"\\"+ tbname + ".cs"; + WriteDataFile(fileName, context); + } + } + + private void WriteDataFile(string filepath, string text) + { + // Note: You should handle potential IO errors in a try/catch block + using (var fs = File.Create(filepath)) + { + using (var sw = new StreamWriter(fs)) + { + sw.WriteLine(text); + } + } + } + + /// + /// ݲȡݱϢ + /// + /// + public DataTable GetDbTableInfo(string tabname, string constr) + { + var str = string.Format(@"select + sys.columns.column_id as [ColumnId], + sys.columns.name as [Name], + sys.types.name as [Type], + sys.columns.is_nullable [IsNullable], + [IsIdentity]=CONVERT(BIT, (select count(*) from sys.identity_columns where sys.identity_columns.object_id = sys.columns.object_id and sys.columns.column_id = sys.identity_columns.column_id)), + (select value from sys.extended_properties where sys.extended_properties.major_id = sys.columns.object_id and sys.extended_properties.minor_id = sys.columns.column_id and name='MS_Description') as [Description], + [IsKey] =CONVERT(bit,(case when sys.columns.name in (select b.column_name + from information_schema.table_constraints a + inner join information_schema.constraint_column_usage b + on a.constraint_name = b.constraint_name + where a.constraint_type = 'PRIMARY KEY' and a.table_name = '{0}') then 1 else 0 end)) + from sys.columns, sys.views, sys.types where sys.columns.object_id = sys.views.object_id and sys.columns.system_type_id=sys.types.system_type_id and sys.views.name='{0}' and sys.types.name !='sysname' + union + select + sys.columns.column_id as [ColumnId], + sys.columns.name as [Name], + sys.types.name as [Type], + sys.columns.is_nullable [IsNullable], + [IsIdentity]=CONVERT(BIT, (select count(*) from sys.identity_columns where sys.identity_columns.object_id = sys.columns.object_id and sys.columns.column_id = sys.identity_columns.column_id)), + (select value from sys.extended_properties where sys.extended_properties.major_id = sys.columns.object_id and sys.extended_properties.minor_id = sys.columns.column_id and name='MS_Description') as [Description], + [IsKey] =CONVERT(bit,(case when sys.columns.name in (select b.column_name + from information_schema.table_constraints a + inner join information_schema.constraint_column_usage b + on a.constraint_name = b.constraint_name + where a.constraint_type = 'PRIMARY KEY' and a.table_name = '{0}') then 1 else 0 end)) + from sys.columns, sys.tables, sys.types where sys.columns.object_id = sys.tables.object_id and sys.columns.system_type_id=sys.types.system_type_id and sys.tables.name='{0}' and sys.types.name !='sysname' + order by sys.columns.column_id asc", tabname); + + var dt = GetDataTable(str, constr); + return dt; + } + + public DataTable GetDataTable(string sql, string constr) + { + var dt = new DataTable(); + + using (var connection = new SqlConnection(constr)) + { + //ִSQL,Ϊselectѯ,ҲΪ洢,ҪֻǷصĽ. + + //ǿSqlDataAdapter + var adapter = new SqlDataAdapter(sql, connection); + + var ds = new DataSet(); + //Fill ִһϵв connection.open command.reader ȵ + //Ͱ sqlִһ,Ȼѽ뵽 ds . + adapter.Fill(ds); + + dt = ds.Tables[0]; + } + + return dt; + } + + /// + /// תö + /// + protected Dictionary DbTypeDic { get; } = new() + { + { "int", typeof(int) }, + { "text", typeof(string) }, + { "bigint", typeof(long) }, + { "binary", typeof(byte[]) }, + { "bit", typeof(bool) }, + { "char", typeof(string) }, + { "date", typeof(DateTime) }, + { "datetime", typeof(DateTime) }, + { "datetime2", typeof(DateTime) }, + { "decimal", typeof(decimal) }, + { "float", typeof(double) }, + { "image", typeof(byte[]) }, + { "money", typeof(decimal) }, + { "nchar", typeof(string) }, + { "ntext", typeof(string) }, + { "numeric", typeof(decimal) }, + { "nvarchar", typeof(string) }, + { "real", typeof(float) }, + { "smalldatetime", typeof(DateTime) }, + { "smallint", typeof(short) }, + { "smallmoney", typeof(decimal) }, + { "timestamp", typeof(DateTime) }, + { "tinyint", typeof(byte) }, + { "varbinary", typeof(byte[]) }, + { "varchar", typeof(string) }, + { "variant", typeof(object) }, + { "uniqueidentifier", typeof(Guid) } + }; + + /// + /// ȡֶ + /// + /// + /// + public virtual Type DbTypeStr_To_CsharpType(string dbTypeStr) + { + var _dbTypeStr = dbTypeStr.ToLower(); + Type type = null; + if (DbTypeDic.ContainsKey(_dbTypeStr)) + type = DbTypeDic[_dbTypeStr]; + else + type = typeof(string); + + return type; + } +} \ No newline at end of file diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/Form1.resx b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/Form1.resx new file mode 100644 index 0000000..a395bff --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/Form1.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/Program.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/Program.cs new file mode 100644 index 0000000..1e39c2a --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/Program.cs @@ -0,0 +1,17 @@ +namespace WinFormsApp1 +{ + internal static class Program + { + /// + /// The main entry point for the application. + /// + [STAThread] + static void Main() + { + // To customize application configuration such as set high DPI settings or default font, + // see https://aka.ms/applicationconfiguration. + ApplicationConfiguration.Initialize(); + Application.Run(new Form1()); + } + } +} \ No newline at end of file diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/WinFormsApp1.csproj b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/WinFormsApp1.csproj new file mode 100644 index 0000000..745aa50 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/WinFormsApp1.csproj @@ -0,0 +1,15 @@ + + + + WinExe + net6.0-windows + enable + true + enable + + + + + + + \ No newline at end of file diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/WinFormsApp1.csproj.user b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/WinFormsApp1.csproj.user new file mode 100644 index 0000000..7814ea2 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/WinFormsApp1.csproj.user @@ -0,0 +1,8 @@ + + + + + Form + + + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/System.Data.SqlClient.dll b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/System.Data.SqlClient.dll new file mode 100644 index 0000000..5960000 Binary files /dev/null and b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/System.Data.SqlClient.dll differ diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/WinFormsApp1.deps.json b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/WinFormsApp1.deps.json new file mode 100644 index 0000000..15a680a --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/WinFormsApp1.deps.json @@ -0,0 +1,164 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v6.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v6.0": { + "WinFormsApp1/1.0.0": { + "dependencies": { + "System.Data.SqlClient": "4.8.5" + }, + "runtime": { + "WinFormsApp1.dll": {} + } + }, + "Microsoft.NETCore.Platforms/3.1.0": {}, + "Microsoft.Win32.Registry/4.7.0": { + "dependencies": { + "System.Security.AccessControl": "4.7.0", + "System.Security.Principal.Windows": "4.7.0" + } + }, + "runtime.native.System.Data.SqlClient.sni/4.7.0": { + "dependencies": { + "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", + "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", + "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" + } + }, + "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "runtimeTargets": { + "runtimes/win-arm64/native/sni.dll": { + "rid": "win-arm64", + "assetType": "native", + "fileVersion": "4.6.25512.1" + } + } + }, + "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "runtimeTargets": { + "runtimes/win-x64/native/sni.dll": { + "rid": "win-x64", + "assetType": "native", + "fileVersion": "4.6.25512.1" + } + } + }, + "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "runtimeTargets": { + "runtimes/win-x86/native/sni.dll": { + "rid": "win-x86", + "assetType": "native", + "fileVersion": "4.6.25512.1" + } + } + }, + "System.Data.SqlClient/4.8.5": { + "dependencies": { + "Microsoft.Win32.Registry": "4.7.0", + "System.Security.Principal.Windows": "4.7.0", + "runtime.native.System.Data.SqlClient.sni": "4.7.0" + }, + "runtime": { + "lib/netcoreapp2.1/System.Data.SqlClient.dll": { + "assemblyVersion": "4.6.1.5", + "fileVersion": "4.700.22.51706" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": { + "rid": "unix", + "assetType": "runtime", + "assemblyVersion": "4.6.1.5", + "fileVersion": "4.700.22.51706" + }, + "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "4.6.1.5", + "fileVersion": "4.700.22.51706" + } + } + }, + "System.Security.AccessControl/4.7.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0", + "System.Security.Principal.Windows": "4.7.0" + } + }, + "System.Security.Principal.Windows/4.7.0": {} + } + }, + "libraries": { + "WinFormsApp1/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "Microsoft.NETCore.Platforms/3.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==", + "path": "microsoft.netcore.platforms/3.1.0", + "hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512" + }, + "Microsoft.Win32.Registry/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==", + "path": "microsoft.win32.registry/4.7.0", + "hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512" + }, + "runtime.native.System.Data.SqlClient.sni/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", + "path": "runtime.native.system.data.sqlclient.sni/4.7.0", + "hashPath": "runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512" + }, + "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==", + "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0", + "hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" + }, + "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==", + "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0", + "hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" + }, + "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==", + "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0", + "hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" + }, + "System.Data.SqlClient/4.8.5": { + "type": "package", + "serviceable": true, + "sha512": "sha512-fRqxut4lrndPHrXD+ht1XRmCL3obuKldm4XjCRYS9p5f7FSR7shBxAwTkDrpFMsHC9BhNgjjmUtiIjvehn5zkg==", + "path": "system.data.sqlclient/4.8.5", + "hashPath": "system.data.sqlclient.4.8.5.nupkg.sha512" + }, + "System.Security.AccessControl/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==", + "path": "system.security.accesscontrol/4.7.0", + "hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512" + }, + "System.Security.Principal.Windows/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", + "path": "system.security.principal.windows/4.7.0", + "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512" + } + } +} \ No newline at end of file diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/WinFormsApp1.dll b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/WinFormsApp1.dll new file mode 100644 index 0000000..1bfe000 Binary files /dev/null and b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/WinFormsApp1.dll differ diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/WinFormsApp1.exe b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/WinFormsApp1.exe new file mode 100644 index 0000000..b44c0f3 Binary files /dev/null and b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/WinFormsApp1.exe differ diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/WinFormsApp1.pdb b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/WinFormsApp1.pdb new file mode 100644 index 0000000..3c3cbdf Binary files /dev/null and b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/WinFormsApp1.pdb differ diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/WinFormsApp1.runtimeconfig.json b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/WinFormsApp1.runtimeconfig.json new file mode 100644 index 0000000..f9988b2 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/WinFormsApp1.runtimeconfig.json @@ -0,0 +1,15 @@ +{ + "runtimeOptions": { + "tfm": "net6.0", + "frameworks": [ + { + "name": "Microsoft.NETCore.App", + "version": "6.0.0" + }, + { + "name": "Microsoft.WindowsDesktop.App", + "version": "6.0.0" + } + ] + } +} \ No newline at end of file diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/AbpAuditLogActions.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/AbpAuditLogActions.cs new file mode 100644 index 0000000..04c30dd --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/AbpAuditLogActions.cs @@ -0,0 +1,16 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class AbpAuditLogActions : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public Guid TenantId { get; set; } +public Guid AuditLogId { get; set; } +public String ServiceName { get; set; } +public String MethodName { get; set; } +public String Parameters { get; set; } +public DateTime ExecutionTime { get; set; } +public Int32 ExecutionDuration { get; set; } +public String ExtraProperties { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/AbpAuditLogs.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/AbpAuditLogs.cs new file mode 100644 index 0000000..49d355b --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/AbpAuditLogs.cs @@ -0,0 +1,29 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class AbpAuditLogs : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String ApplicationName { get; set; } +public Guid UserId { get; set; } +public String UserName { get; set; } +public Guid TenantId { get; set; } +public String TenantName { get; set; } +public Guid ImpersonatorUserId { get; set; } +public Guid ImpersonatorTenantId { get; set; } +public DateTime ExecutionTime { get; set; } +public Int32 ExecutionDuration { get; set; } +public String ClientIpAddress { get; set; } +public String ClientName { get; set; } +public String ClientId { get; set; } +public String CorrelationId { get; set; } +public String BrowserInfo { get; set; } +public String HttpMethod { get; set; } +public String Url { get; set; } +public String Exceptions { get; set; } +public String Comments { get; set; } +public Int32 HttpStatusCode { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/AbpSettings.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/AbpSettings.cs new file mode 100644 index 0000000..9929397 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/AbpSettings.cs @@ -0,0 +1,12 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class AbpSettings : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String Name { get; set; } +public String Value { get; set; } +public String ProviderName { get; set; } +public String ProviderKey { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/AppExportCustomUserSettings.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/AppExportCustomUserSettings.cs new file mode 100644 index 0000000..ec95986 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/AppExportCustomUserSettings.cs @@ -0,0 +1,19 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class AppExportCustomUserSettings : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public Guid ExportUserId { get; set; } +public String ExportUserName { get; set; } +public String ExportColumnName { get; set; } +public String ExportTableName { get; set; } +public Int32 CustomUserSetting { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreArriveNotice.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreArriveNotice.cs new file mode 100644 index 0000000..5bc63ca --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreArriveNotice.cs @@ -0,0 +1,30 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreArriveNotice : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String AsnNumber { get; set; } +public String RpNumber { get; set; } +public String PoNumber { get; set; } +public String SupplierCode { get; set; } +public String SupplierName { get; set; } +public String TruckNumber { get; set; } +public String DockCode { get; set; } +public String TimeWindow { get; set; } +public DateTime ArriveTime { get; set; } +public Int32 Status { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreArriveNoticeDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreArriveNoticeDetail.cs new file mode 100644 index 0000000..b6cb61e --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreArriveNoticeDetail.cs @@ -0,0 +1,38 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreArriveNoticeDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String PoNumber { get; set; } +public String PoLine { get; set; } +public String SupplierPack_PackUom { get; set; } +public Decimal SupplierPack_PackQty { get; set; } +public Decimal ConvertRate { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String PackingCode { get; set; } +public String ContainerCode { get; set; } +public String Lot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public String WarehouseCode { get; set; } +public DateTime Batch_ExpireDate { get; set; } +public String ItemEqLevel { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreContainerBindNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreContainerBindNote.cs new file mode 100644 index 0000000..d8ce377 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreContainerBindNote.cs @@ -0,0 +1,24 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreContainerBindNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String ContainerCode { get; set; } +public String LocationCode { get; set; } +public Int32 BindType { get; set; } +public DateTime BindTime { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreContainerBindNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreContainerBindNoteDetail.cs new file mode 100644 index 0000000..e62aa5f --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreContainerBindNoteDetail.cs @@ -0,0 +1,32 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreContainerBindNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String PackingCode { get; set; } +public String ContainerCode { get; set; } +public String Lot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public String WarehouseCode { get; set; } +public DateTime Batch_ExpireDate { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreCountAdjustNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreCountAdjustNote.cs new file mode 100644 index 0000000..d77c3a5 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreCountAdjustNote.cs @@ -0,0 +1,22 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreCountAdjustNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String CountPlanNumber { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +public String CountNoteNumber { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreCountAdjustNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreCountAdjustNoteDetail.cs new file mode 100644 index 0000000..2d7840b --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreCountAdjustNoteDetail.cs @@ -0,0 +1,38 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreCountAdjustNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String CountLabel { get; set; } +public Int32 Status { get; set; } +public String JobNumber { get; set; } +public String InventoryQty_Uom { get; set; } +public Decimal InventoryQty_Qty { get; set; } +public Int32 Type { get; set; } +public String ReasonCode { get; set; } +public Decimal CountQty { get; set; } +public Decimal AdjustQty { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String PackingCode { get; set; } +public String ContainerCode { get; set; } +public String Lot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public String WarehouseCode { get; set; } +public String LocationCode { get; set; } +public DateTime Batch_ExpireDate { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreCountNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreCountNote.cs new file mode 100644 index 0000000..5c8dc29 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreCountNote.cs @@ -0,0 +1,27 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreCountNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public Int32 Type { get; set; } +public String Description { get; set; } +public DateTime BeginTime { get; set; } +public DateTime EndTime { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +public String CountPlanNumber { get; set; } +public Int32 Stage { get; set; } +public Int32 Status { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreCountNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreCountNoteDetail.cs new file mode 100644 index 0000000..36c8863 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreCountNoteDetail.cs @@ -0,0 +1,49 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreCountNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String CountPlanNumber { get; set; } +public String CountLabel { get; set; } +public String InventoryQty_Uom { get; set; } +public Decimal InventoryQty_Qty { get; set; } +public Decimal FirstCount_Qty { get; set; } +public DateTime FirstCount_Time { get; set; } +public String FirstCount_Operator { get; set; } +public String FirstCount_Description { get; set; } +public Decimal RepeatCount_Qty { get; set; } +public DateTime RepeatCount_Time { get; set; } +public String RepeatCount_Operator { get; set; } +public String RepeatCount_Description { get; set; } +public Decimal AuditCount_Qty { get; set; } +public DateTime AuditCount_Time { get; set; } +public String AuditCount_Operator { get; set; } +public String AuditCount_Description { get; set; } +public Int32 Stage { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String PackingCode { get; set; } +public String ContainerCode { get; set; } +public String Lot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public String WarehouseCode { get; set; } +public String LocationCode { get; set; } +public Int32 Status { get; set; } +public Int32 DetailStatus { get; set; } +public Decimal FinalCountQty { get; set; } +public DateTime Batch_ExpireDate { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreCountPlan.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreCountPlan.cs new file mode 100644 index 0000000..8b4aa2d --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreCountPlan.cs @@ -0,0 +1,28 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreCountPlan : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public Int32 Type { get; set; } +public Int32 Status { get; set; } +public Int32 Stage { get; set; } +public String Description { get; set; } +public DateTime BeginTime { get; set; } +public DateTime EndTime { get; set; } +public Int32 CountMethod { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +public DateTime PlanTime { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreCountPlanDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreCountPlanDetail.cs new file mode 100644 index 0000000..35175e3 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreCountPlanDetail.cs @@ -0,0 +1,48 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreCountPlanDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String CountLabel { get; set; } +public String InventoryQty_Uom { get; set; } +public Decimal InventoryQty_Qty { get; set; } +public Decimal FirstCount_Qty { get; set; } +public DateTime FirstCount_Time { get; set; } +public String FirstCount_Operator { get; set; } +public String FirstCount_Description { get; set; } +public Decimal RepeatCount_Qty { get; set; } +public DateTime RepeatCount_Time { get; set; } +public String RepeatCount_Operator { get; set; } +public String RepeatCount_Description { get; set; } +public Decimal AuditCount_Qty { get; set; } +public DateTime AuditCount_Time { get; set; } +public String AuditCount_Operator { get; set; } +public String AuditCount_Description { get; set; } +public Decimal FinalCountQty { get; set; } +public Int32 Status { get; set; } +public Int32 Stage { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String PackingCode { get; set; } +public String ContainerCode { get; set; } +public String Lot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public String WarehouseCode { get; set; } +public String LocationCode { get; set; } +public Int32 DetailStatus { get; set; } +public DateTime Batch_ExpireDate { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreCustomerAsn.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreCustomerAsn.cs new file mode 100644 index 0000000..31c4773 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreCustomerAsn.cs @@ -0,0 +1,29 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreCustomerAsn : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String SoNumber { get; set; } +public String CustomerCode { get; set; } +public Int32 Status { get; set; } +public String Contacts_Name { get; set; } +public String Contacts_Phone { get; set; } +public String Contacts_Email { get; set; } +public String DockCode { get; set; } +public DateTime TimeWindow_BeginTime { get; set; } +public DateTime TimeWindow_EndTime { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreCustomerAsnDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreCustomerAsnDetail.cs new file mode 100644 index 0000000..f1f80f1 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreCustomerAsnDetail.cs @@ -0,0 +1,27 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreCustomerAsnDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String SoNumber { get; set; } +public String SoLine { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreCustomerReturnNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreCustomerReturnNote.cs new file mode 100644 index 0000000..3caa984 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreCustomerReturnNote.cs @@ -0,0 +1,23 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreCustomerReturnNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String JobNumber { get; set; } +public DateTime ReturnTime { get; set; } +public String Customer { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreCustomerReturnNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreCustomerReturnNoteDetail.cs new file mode 100644 index 0000000..c618563 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreCustomerReturnNoteDetail.cs @@ -0,0 +1,40 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreCustomerReturnNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String FromPackingCode { get; set; } +public String ToPackingCode { get; set; } +public String FromContainerCode { get; set; } +public String ToContainerCode { get; set; } +public String FromLot { get; set; } +public String ToLot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public String FromLocationCode { get; set; } +public String ToLocationCode { get; set; } +public String FromWarehouseCode { get; set; } +public String ToWarehouseCode { get; set; } +public Int32 FromStatus { get; set; } +public Int32 ToStatus { get; set; } +public DateTime Batch_ExpireDate { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreDeliverNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreDeliverNote.cs new file mode 100644 index 0000000..3d13d3c --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreDeliverNote.cs @@ -0,0 +1,29 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreDeliverNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String JobNumber { get; set; } +public String Customer { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +public String CustomerAddressCode { get; set; } +public String Carrier { get; set; } +public String CarrierShipmentRef { get; set; } +public String ModeOfTransport { get; set; } +public String ShipVia { get; set; } +public String VehicleID { get; set; } +public String SoNumber { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreDeliverNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreDeliverNoteDetail.cs new file mode 100644 index 0000000..70fd9a1 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreDeliverNoteDetail.cs @@ -0,0 +1,44 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreDeliverNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public DateTime DeliverTime { get; set; } +public DateTime ExpiredTime { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String FromPackingCode { get; set; } +public String ToPackingCode { get; set; } +public String FromContainerCode { get; set; } +public String ToContainerCode { get; set; } +public String FromLot { get; set; } +public String ToLot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public String FromLocationCode { get; set; } +public String ToLocationCode { get; set; } +public String FromWarehouseCode { get; set; } +public String ToWarehouseCode { get; set; } +public Int32 FromStatus { get; set; } +public Int32 ToStatus { get; set; } +public DateTime Batch_ExpireDate { get; set; } +public String SoLine { get; set; } +public String SoNumber { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreDeliverPlan.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreDeliverPlan.cs new file mode 100644 index 0000000..69f7a9a --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreDeliverPlan.cs @@ -0,0 +1,31 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreDeliverPlan : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public DateTime PlanDate { get; set; } +public DateTime PlanTime { get; set; } +public String Customer { get; set; } +public Int32 Status { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +public String CustomerAddressCode { get; set; } +public String Carrier { get; set; } +public String CarrierShipmentRef { get; set; } +public String ModeOfTransport { get; set; } +public String ShipVia { get; set; } +public String VehicleID { get; set; } +public String SoNumber { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreDeliverPlanDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreDeliverPlanDetail.cs new file mode 100644 index 0000000..b92c9c4 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreDeliverPlanDetail.cs @@ -0,0 +1,28 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreDeliverPlanDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String SoNumber { get; set; } +public String SoLine { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public String Project { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreDeliverRequest.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreDeliverRequest.cs new file mode 100644 index 0000000..e9b137c --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreDeliverRequest.cs @@ -0,0 +1,24 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreDeliverRequest : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String DeliverPlanNumber { get; set; } +public String Customer { get; set; } +public Int32 Status { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +public String CustomerAddressCode { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreDeliverRequestDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreDeliverRequestDetail.cs new file mode 100644 index 0000000..309bee9 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreDeliverRequestDetail.cs @@ -0,0 +1,28 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreDeliverRequestDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String ToLocationCode { get; set; } +public DateTime ExpiredTime { get; set; } +public Int32 Status { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreDocumentSetting.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreDocumentSetting.cs new file mode 100644 index 0000000..ce3d7a4 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreDocumentSetting.cs @@ -0,0 +1,26 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreDocumentSetting : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String Code { get; set; } +public String Name { get; set; } +public String Description { get; set; } +public String TransactionType { get; set; } +public String SubTransactionType { get; set; } +public String NumberPrefix { get; set; } +public String NumberFormat { get; set; } +public Int32 NumberSerialLength { get; set; } +public String NumberSeparator { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreInspectAbnormalNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreInspectAbnormalNote.cs new file mode 100644 index 0000000..00400f5 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreInspectAbnormalNote.cs @@ -0,0 +1,23 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreInspectAbnormalNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String InspectNumber { get; set; } +public String ReceiptNumber { get; set; } +public String SupplierCode { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreInspectAbnormalNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreInspectAbnormalNoteDetail.cs new file mode 100644 index 0000000..43ffa91 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreInspectAbnormalNoteDetail.cs @@ -0,0 +1,33 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreInspectAbnormalNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String AbnormalType { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String PackingCode { get; set; } +public String ContainerCode { get; set; } +public String Lot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public String WarehouseCode { get; set; } +public DateTime Batch_ExpireDate { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreInspectAbnormalNoteDetailPhoto.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreInspectAbnormalNoteDetailPhoto.cs new file mode 100644 index 0000000..4cd63c1 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreInspectAbnormalNoteDetailPhoto.cs @@ -0,0 +1,10 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreInspectAbnormalNoteDetailPhoto : AuditedAggregateRoot +{ +public Guid PhotoID { get; set; } +public Guid InspectAbnormalNoteDetailId { get; set; } +public Guid MasterID { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreInspectNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreInspectNote.cs new file mode 100644 index 0000000..532610a --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreInspectNote.cs @@ -0,0 +1,29 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreInspectNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String InspectNumber { get; set; } +public String ReceiptNumber { get; set; } +public String ArriveNoticeNumber { get; set; } +public String AsnNumber { get; set; } +public String RpNumber { get; set; } +public String PoNumber { get; set; } +public String SupplierCode { get; set; } +public Int32 NextAction { get; set; } +public String JobNumber { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreInspectNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreInspectNoteDetail.cs new file mode 100644 index 0000000..f7acdad --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreInspectNoteDetail.cs @@ -0,0 +1,47 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreInspectNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String PoNumber { get; set; } +public String PoLine { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public Int32 InspectType { get; set; } +public Decimal SamplePercent { get; set; } +public String ReceiveQty_Uom { get; set; } +public Decimal ReceiveQty_Qty { get; set; } +public Decimal InspectQty { get; set; } +public Decimal GoodQty { get; set; } +public String FailedReason { get; set; } +public Decimal FailedQty { get; set; } +public Decimal CrackQty { get; set; } +public String InspectUser_Name { get; set; } +public String InspectUser_Phone { get; set; } +public String InspectUser_Email { get; set; } +public Decimal NotPassedQty { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String PackingCode { get; set; } +public String ContainerCode { get; set; } +public String Lot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public String WarehouseCode { get; set; } +public String LocationCode { get; set; } +public Int32 Status { get; set; } +public DateTime Batch_ExpireDate { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreInspectNoteDetailPhoto.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreInspectNoteDetailPhoto.cs new file mode 100644 index 0000000..636603c --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreInspectNoteDetailPhoto.cs @@ -0,0 +1,10 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreInspectNoteDetailPhoto : AuditedAggregateRoot +{ +public Guid PhotoID { get; set; } +public Guid InspectNoteDetailId { get; set; } +public Guid MasterID { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreInspectNoteSummaryDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreInspectNoteSummaryDetail.cs new file mode 100644 index 0000000..d80fda1 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreInspectNoteSummaryDetail.cs @@ -0,0 +1,47 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreInspectNoteSummaryDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String PoNumber { get; set; } +public String PoLine { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public Int32 InspectType { get; set; } +public Decimal SamplePercent { get; set; } +public String ReceiveQty_Uom { get; set; } +public Decimal ReceiveQty_Qty { get; set; } +public Decimal InspectQty { get; set; } +public Decimal GoodQty { get; set; } +public String FailedReason { get; set; } +public Decimal FailedQty { get; set; } +public Decimal CrackQty { get; set; } +public String InspectUser_Name { get; set; } +public String InspectUser_Phone { get; set; } +public String InspectUser_Email { get; set; } +public Decimal NotPassedQty { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String PackingCode { get; set; } +public String ContainerCode { get; set; } +public String Lot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public String WarehouseCode { get; set; } +public String LocationCode { get; set; } +public Int32 Status { get; set; } +public DateTime Batch_ExpireDate { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreInspectNotice.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreInspectNotice.cs new file mode 100644 index 0000000..7136d96 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreInspectNotice.cs @@ -0,0 +1,26 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreInspectNotice : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String ReceiptNumber { get; set; } +public String ArriveNoticeNumber { get; set; } +public String AsnNumber { get; set; } +public String RpNumber { get; set; } +public String PoNumber { get; set; } +public String SupplierCode { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreInspectNoticeDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreInspectNoticeDetail.cs new file mode 100644 index 0000000..e83aebd --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreInspectNoticeDetail.cs @@ -0,0 +1,39 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreInspectNoticeDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String PoNumber { get; set; } +public String PoLine { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public Int32 InspectType { get; set; } +public Decimal SamplePercent { get; set; } +public String ReceiveQty_Uom { get; set; } +public Decimal ReceiveQty_Qty { get; set; } +public Decimal InspectQty { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String PackingCode { get; set; } +public String ContainerCode { get; set; } +public String Lot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public String WarehouseCode { get; set; } +public String LocationCode { get; set; } +public Int32 Status { get; set; } +public DateTime Batch_ExpireDate { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreInspectNoticeSummaryDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreInspectNoticeSummaryDetail.cs new file mode 100644 index 0000000..959c494 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreInspectNoticeSummaryDetail.cs @@ -0,0 +1,39 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreInspectNoticeSummaryDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String PoNumber { get; set; } +public String PoLine { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public Int32 InspectType { get; set; } +public Decimal SamplePercent { get; set; } +public String ReceiveQty_Uom { get; set; } +public Decimal ReceiveQty_Qty { get; set; } +public Decimal InspectQty { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String PackingCode { get; set; } +public String ContainerCode { get; set; } +public String Lot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public String WarehouseCode { get; set; } +public String LocationCode { get; set; } +public Int32 Status { get; set; } +public DateTime Batch_ExpireDate { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreInventoryTransferNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreInventoryTransferNote.cs new file mode 100644 index 0000000..91d78f9 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreInventoryTransferNote.cs @@ -0,0 +1,22 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreInventoryTransferNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String JobNumber { get; set; } +public String SupplierCode { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreInventoryTransferNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreInventoryTransferNoteDetail.cs new file mode 100644 index 0000000..420fb16 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreInventoryTransferNoteDetail.cs @@ -0,0 +1,41 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreInventoryTransferNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String FromPackingCode { get; set; } +public String ToPackingCode { get; set; } +public String FromContainerCode { get; set; } +public String ToContainerCode { get; set; } +public String FromLot { get; set; } +public String ToLot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public String FromLocationCode { get; set; } +public String ToLocationCode { get; set; } +public String FromWarehouseCode { get; set; } +public String ToWarehouseCode { get; set; } +public Int32 FromStatus { get; set; } +public Int32 ToStatus { get; set; } +public String Reason { get; set; } +public DateTime Batch_ExpireDate { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreIsolationNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreIsolationNote.cs new file mode 100644 index 0000000..4aaaaa9 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreIsolationNote.cs @@ -0,0 +1,21 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreIsolationNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String JobNumber { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreIsolationNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreIsolationNoteDetail.cs new file mode 100644 index 0000000..a2b7b4d --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreIsolationNoteDetail.cs @@ -0,0 +1,40 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreIsolationNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String FromPackingCode { get; set; } +public String ToPackingCode { get; set; } +public String FromContainerCode { get; set; } +public String ToContainerCode { get; set; } +public String FromLot { get; set; } +public String ToLot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public String FromLocationCode { get; set; } +public String ToLocationCode { get; set; } +public String FromWarehouseCode { get; set; } +public String ToWarehouseCode { get; set; } +public Int32 FromStatus { get; set; } +public Int32 ToStatus { get; set; } +public DateTime Batch_ExpireDate { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreIssueNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreIssueNote.cs new file mode 100644 index 0000000..2ab5066 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreIssueNote.cs @@ -0,0 +1,22 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreIssueNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String JobNumber { get; set; } +public String Workshop { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreIssueNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreIssueNoteDetail.cs new file mode 100644 index 0000000..368a105 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreIssueNoteDetail.cs @@ -0,0 +1,46 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreIssueNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public DateTime IssueTime { get; set; } +public DateTime ExpiredTime { get; set; } +public String ProdLine { get; set; } +public String WorkStation { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String FromPackingCode { get; set; } +public String ToPackingCode { get; set; } +public String FromContainerCode { get; set; } +public String ToContainerCode { get; set; } +public String FromLot { get; set; } +public String ToLot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public String FromLocationCode { get; set; } +public String ToLocationCode { get; set; } +public String FromWarehouseCode { get; set; } +public String ToWarehouseCode { get; set; } +public Int32 FromStatus { get; set; } +public Int32 ToStatus { get; set; } +public DateTime Batch_ExpireDate { get; set; } +public String FromRequestLocationCode { get; set; } +public String ToRequestLocationCode { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreJisDeliverNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreJisDeliverNote.cs new file mode 100644 index 0000000..9eb68db --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreJisDeliverNote.cs @@ -0,0 +1,29 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreJisDeliverNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String JobNumber { get; set; } +public String Customer { get; set; } +public String CustomerAddressCode { get; set; } +public Decimal ContainerQty { get; set; } +public Decimal ItemQty { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +public DateTime DeliverTime { get; set; } +public String ProjectCode { get; set; } +public DateTime ArrivalTime { get; set; } +public String TotalPackCapacity { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreJisDeliverNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreJisDeliverNoteDetail.cs new file mode 100644 index 0000000..b0ce739 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreJisDeliverNoteDetail.cs @@ -0,0 +1,50 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreJisDeliverNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public DateTime DeliverTime { get; set; } +public DateTime ExpiredTime { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String FromPackingCode { get; set; } +public String ToPackingCode { get; set; } +public String FromContainerCode { get; set; } +public String ToContainerCode { get; set; } +public String FromLot { get; set; } +public String ToLot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public String FromLocationCode { get; set; } +public String ToLocationCode { get; set; } +public String FromWarehouseCode { get; set; } +public String ToWarehouseCode { get; set; } +public Int32 FromStatus { get; set; } +public Int32 ToStatus { get; set; } +public String Position { get; set; } +public String ProductNo { get; set; } +public String ProjectCode { get; set; } +public String SeqNo { get; set; } +public DateTime Batch_ExpireDate { get; set; } +public String OnlineType { get; set; } +public String PackCapacity { get; set; } +public String Stage { get; set; } +public String UsedFor { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreJisProductReceiptNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreJisProductReceiptNote.cs new file mode 100644 index 0000000..acec7a4 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreJisProductReceiptNote.cs @@ -0,0 +1,32 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreJisProductReceiptNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public Int32 ReceiptType { get; set; } +public String SourceNumber { get; set; } +public String JobNumber { get; set; } +public String ProductionPlanNumber { get; set; } +public String WorkShop { get; set; } +public String Shift { get; set; } +public DateTime CompleteTime { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +public Decimal ContainerQty { get; set; } +public Decimal ItemQty { get; set; } +public String LocationCode { get; set; } +public String ProdLine { get; set; } +public String RawLocation { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreJisProductReceiptNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreJisProductReceiptNoteDetail.cs new file mode 100644 index 0000000..2e42675 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreJisProductReceiptNoteDetail.cs @@ -0,0 +1,41 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreJisProductReceiptNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String RawLocation { get; set; } +public String ProdLine { get; set; } +public String BomVersion { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String PackingCode { get; set; } +public String ContainerCode { get; set; } +public String Lot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public String WarehouseCode { get; set; } +public String LocationCode { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public Int32 Status { get; set; } +public String Position { get; set; } +public String ProductNo { get; set; } +public String SeqNo { get; set; } +public String ProjectCode { get; set; } +public DateTime Batch_ExpireDate { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreJisProductRecycleNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreJisProductRecycleNote.cs new file mode 100644 index 0000000..b2c5d90 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreJisProductRecycleNote.cs @@ -0,0 +1,26 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreJisProductRecycleNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public DateTime RecycleTime { get; set; } +public String RawLocation { get; set; } +public String Shift { get; set; } +public String ProductionPlanNumber { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +public String LocationCode { get; set; } +public String ProdLine { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreJisProductRecycleNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreJisProductRecycleNoteDetail.cs new file mode 100644 index 0000000..7824d94 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreJisProductRecycleNoteDetail.cs @@ -0,0 +1,41 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreJisProductRecycleNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String RawLocation { get; set; } +public String ProdLine { get; set; } +public String BomVersion { get; set; } +public String ProductNo { get; set; } +public String ProjectCode { get; set; } +public String Position { get; set; } +public String SeqNo { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String PackingCode { get; set; } +public String ContainerCode { get; set; } +public String Lot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public DateTime Batch_ExpireDate { get; set; } +public String WarehouseCode { get; set; } +public String LocationCode { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public Int32 Status { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreJisProductReturnNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreJisProductReturnNote.cs new file mode 100644 index 0000000..09745b8 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreJisProductReturnNote.cs @@ -0,0 +1,27 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreJisProductReturnNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String JobNumber { get; set; } +public DateTime ReturnTime { get; set; } +public String Customer { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +public String FromLocationCode { get; set; } +public String FromWarehouseCode { get; set; } +public String ToLocationCode { get; set; } +public String ToWarehouseCode { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreJisProductReturnNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreJisProductReturnNoteDetail.cs new file mode 100644 index 0000000..2584c05 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreJisProductReturnNoteDetail.cs @@ -0,0 +1,37 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreJisProductReturnNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String Reason { get; set; } +public String ProductNo { get; set; } +public String ProjectCode { get; set; } +public String Position { get; set; } +public String SeqNo { get; set; } +public String ContainerCode { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public String PackingCode { get; set; } +public DateTime Batch_ExpireDate { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public String Batch_SupplierBatch { get; set; } +public String Lot { get; set; } +public String WarehouseCode { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreJisProductTransferNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreJisProductTransferNote.cs new file mode 100644 index 0000000..e68fb7a --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreJisProductTransferNote.cs @@ -0,0 +1,25 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreJisProductTransferNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String JobNumber { get; set; } +public String ToWarehouseCode { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +public String FromLocationCode { get; set; } +public String FromWarehouseCode { get; set; } +public String ToLocationCode { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreJisProductTransferNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreJisProductTransferNoteDetail.cs new file mode 100644 index 0000000..87ac434 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreJisProductTransferNoteDetail.cs @@ -0,0 +1,37 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreJisProductTransferNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String Reason { get; set; } +public String ProductNo { get; set; } +public String ProjectCode { get; set; } +public String Position { get; set; } +public String SeqNo { get; set; } +public String ContainerCode { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public String PackingCode { get; set; } +public DateTime Batch_ExpireDate { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public String Batch_SupplierBatch { get; set; } +public String Lot { get; set; } +public String WarehouseCode { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreMaterialRequest.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreMaterialRequest.cs new file mode 100644 index 0000000..e3c0341 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreMaterialRequest.cs @@ -0,0 +1,24 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreMaterialRequest : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String ProdLine { get; set; } +public String Workshop { get; set; } +public Int32 Status { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +public String PreparationPlanNumber { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreMaterialRequestDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreMaterialRequestDetail.cs new file mode 100644 index 0000000..1a6c586 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreMaterialRequestDetail.cs @@ -0,0 +1,31 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreMaterialRequestDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String ToLocationCode { get; set; } +public String ProdLine { get; set; } +public String WorkStation { get; set; } +public DateTime ExpiredTime { get; set; } +public Int32 Status { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public String RequestLocationCode { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreOfflineSettlementNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreOfflineSettlementNote.cs new file mode 100644 index 0000000..27ba18c --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreOfflineSettlementNote.cs @@ -0,0 +1,22 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreOfflineSettlementNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String JobNumber { get; set; } +public String ProductReceiptNumber { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreOfflineSettlementNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreOfflineSettlementNoteDetail.cs new file mode 100644 index 0000000..6e508f0 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreOfflineSettlementNoteDetail.cs @@ -0,0 +1,34 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreOfflineSettlementNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String PackingCode { get; set; } +public String ContainerCode { get; set; } +public String Lot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public String WarehouseCode { get; set; } +public String LocationCode { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public Int32 Status { get; set; } +public DateTime Batch_ExpireDate { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreOuterJisDeliverNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreOuterJisDeliverNote.cs new file mode 100644 index 0000000..82cdf4d --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreOuterJisDeliverNote.cs @@ -0,0 +1,24 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreOuterJisDeliverNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String DeliverNumber { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +public Int32 Priority { get; set; } +public Int32 RetryTimes { get; set; } +public Int32 Status { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreOuterJisDeliverNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreOuterJisDeliverNoteDetail.cs new file mode 100644 index 0000000..ef3a2e4 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreOuterJisDeliverNoteDetail.cs @@ -0,0 +1,43 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreOuterJisDeliverNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String DeliverNumber { get; set; } +public String ProductionNumber { get; set; } +public String Rev { get; set; } +public String L7Part { get; set; } +public String SerialNumber { get; set; } +public String ItemName { get; set; } +public String Position { get; set; } +public Decimal Qty { get; set; } +public String SiteNickName { get; set; } +public String DeliverPeople { get; set; } +public DateTime DeliverDate { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String Carrier { get; set; } +public String CarrierShipmentRef { get; set; } +public String Line { get; set; } +public String ModeOfTransport { get; set; } +public String ModelYear { get; set; } +public String Order { get; set; } +public String PONumber { get; set; } +public String ShipToOrDock { get; set; } +public String ShipVia { get; set; } +public String VehicleID { get; set; } +public String CustomerAddressCode { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreOuterJisReplaceNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreOuterJisReplaceNote.cs new file mode 100644 index 0000000..46867ba --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreOuterJisReplaceNote.cs @@ -0,0 +1,29 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreOuterJisReplaceNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String Number { get; set; } +public String ProjectCode { get; set; } +public String Position { get; set; } +public String L7Part { get; set; } +public String ItemName { get; set; } +public String SparesNumber { get; set; } +public String SparesLot { get; set; } +public String TargetNumber { get; set; } +public String TargetLot { get; set; } +public String Description { get; set; } +public String ReplacePeople { get; set; } +public DateTime ReplaceDate { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreOuterJisUnplannedIssueNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreOuterJisUnplannedIssueNote.cs new file mode 100644 index 0000000..c25c2d3 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreOuterJisUnplannedIssueNote.cs @@ -0,0 +1,21 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreOuterJisUnplannedIssueNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String OuterUnplannedIssueNumber { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreOuterJisUnplannedIssueNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreOuterJisUnplannedIssueNoteDetail.cs new file mode 100644 index 0000000..9ccf130 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreOuterJisUnplannedIssueNoteDetail.cs @@ -0,0 +1,34 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreOuterJisUnplannedIssueNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String OuterUnplannedIssueNumber { get; set; } +public String DocumentType { get; set; } +public String ProductionNumber { get; set; } +public String Rev { get; set; } +public String L7Part { get; set; } +public String BarCode { get; set; } +public String ItemName { get; set; } +public String Lot { get; set; } +public Decimal Qty { get; set; } +public String LocationCode { get; set; } +public String UnplannedIssuePeople { get; set; } +public String UnplannedIssuePeopleName { get; set; } +public DateTime UnplannedIssueDate { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreOuterJisUnplannedReceiptNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreOuterJisUnplannedReceiptNote.cs new file mode 100644 index 0000000..450699a --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreOuterJisUnplannedReceiptNote.cs @@ -0,0 +1,21 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreOuterJisUnplannedReceiptNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String OuterUnplannedReceiptNumber { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreOuterJisUnplannedReceiptNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreOuterJisUnplannedReceiptNoteDetail.cs new file mode 100644 index 0000000..e108ab8 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreOuterJisUnplannedReceiptNoteDetail.cs @@ -0,0 +1,34 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreOuterJisUnplannedReceiptNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String OuterUnplannedReceiptNumber { get; set; } +public String DocumentType { get; set; } +public String ProductionNumber { get; set; } +public String Rev { get; set; } +public String L7Part { get; set; } +public String ItemName { get; set; } +public String Lot { get; set; } +public Decimal Qty { get; set; } +public String LocationCode { get; set; } +public String UnplannedReceiptPeople { get; set; } +public String UnplannedReceiptPeopleName { get; set; } +public DateTime UnplannedReceiptDate { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String BarCode { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreOuterPillarDeliverNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreOuterPillarDeliverNote.cs new file mode 100644 index 0000000..43bacb2 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreOuterPillarDeliverNote.cs @@ -0,0 +1,22 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreOuterPillarDeliverNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String DeliverNumber { get; set; } +public DateTime DeliverDate { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreOuterPillarDeliverNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreOuterPillarDeliverNoteDetail.cs new file mode 100644 index 0000000..348399a --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreOuterPillarDeliverNoteDetail.cs @@ -0,0 +1,45 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreOuterPillarDeliverNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String DeliverNumber { get; set; } +public DateTime DeliverDate { get; set; } +public String ShipToOrDock { get; set; } +public String ShipVia { get; set; } +public String ModeOfTransport { get; set; } +public String Carrier { get; set; } +public String CarrierShipmentRef { get; set; } +public String VehicleID { get; set; } +public String Order { get; set; } +public String Line { get; set; } +public String CustomerAddressCode { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String PackingCode { get; set; } +public String ContainerCode { get; set; } +public String Lot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public DateTime Batch_ExpireDate { get; set; } +public String WarehouseCode { get; set; } +public String LocationCode { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public Int32 Status { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreOutgoingData.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreOutgoingData.cs new file mode 100644 index 0000000..c42590b --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreOutgoingData.cs @@ -0,0 +1,31 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreOutgoingData : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public Int64 Number { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String DataType { get; set; } +public DateTime EffectiveDate { get; set; } +public Int32 Status { get; set; } +public String DataContent { get; set; } +public String DestinationSystem { get; set; } +public DateTime ReadTime { get; set; } +public String Reader { get; set; } +public String SourceSystem { get; set; } +public DateTime WriteTime { get; set; } +public String Writer { get; set; } +public Int32 ErrorCode { get; set; } +public String ErrorMessage { get; set; } +public Int32 RetryTimes { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreOutgoingDataHistory.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreOutgoingDataHistory.cs new file mode 100644 index 0000000..783e3cf --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreOutgoingDataHistory.cs @@ -0,0 +1,31 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreOutgoingDataHistory : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public Int64 Number { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String DataType { get; set; } +public DateTime EffectiveDate { get; set; } +public Int32 Status { get; set; } +public String DataContent { get; set; } +public String DestinationSystem { get; set; } +public DateTime ReadTime { get; set; } +public String Reader { get; set; } +public String SourceSystem { get; set; } +public DateTime WriteTime { get; set; } +public String Writer { get; set; } +public Int32 ErrorCode { get; set; } +public String ErrorMessage { get; set; } +public Int32 RetryTimes { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StorePillarDeliverNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StorePillarDeliverNote.cs new file mode 100644 index 0000000..556b8e8 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StorePillarDeliverNote.cs @@ -0,0 +1,29 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StorePillarDeliverNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String JobNumber { get; set; } +public String Customer { get; set; } +public String CustomerAddressCode { get; set; } +public String SoNumber { get; set; } +public String ShipVia { get; set; } +public String ModeOfTransport { get; set; } +public String Carrier { get; set; } +public String CarrierShipmentRef { get; set; } +public String VehicleID { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StorePillarDeliverNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StorePillarDeliverNoteDetail.cs new file mode 100644 index 0000000..6a54e1e --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StorePillarDeliverNoteDetail.cs @@ -0,0 +1,44 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StorePillarDeliverNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public DateTime DeliverTime { get; set; } +public DateTime ExpiredTime { get; set; } +public String SoNumber { get; set; } +public String SoLine { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String FromPackingCode { get; set; } +public String ToPackingCode { get; set; } +public String FromContainerCode { get; set; } +public String ToContainerCode { get; set; } +public String FromLot { get; set; } +public String ToLot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public DateTime Batch_ExpireDate { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public String FromLocationCode { get; set; } +public String ToLocationCode { get; set; } +public String FromWarehouseCode { get; set; } +public String ToWarehouseCode { get; set; } +public Int32 FromStatus { get; set; } +public Int32 ToStatus { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StorePreparationPlan.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StorePreparationPlan.cs new file mode 100644 index 0000000..043a41a --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StorePreparationPlan.cs @@ -0,0 +1,28 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StorePreparationPlan : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String ProductionPlanNumber { get; set; } +public String Workshop { get; set; } +public String ProdLine { get; set; } +public String Shift { get; set; } +public String Team { get; set; } +public DateTime PlanDate { get; set; } +public DateTime PlanTime { get; set; } +public Int32 Status { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StorePreparationPlanDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StorePreparationPlanDetail.cs new file mode 100644 index 0000000..7d425c2 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StorePreparationPlanDetail.cs @@ -0,0 +1,29 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StorePreparationPlanDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String ToLocationCode { get; set; } +public String WorkStation { get; set; } +public Int32 LineStatus { get; set; } +public DateTime LatestTime { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreProductL7PartsNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreProductL7PartsNote.cs new file mode 100644 index 0000000..d58f220 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreProductL7PartsNote.cs @@ -0,0 +1,29 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreProductL7PartsNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String ProductNo { get; set; } +public String Program { get; set; } +public String Position { get; set; } +public String FATA { get; set; } +public String Configuration { get; set; } +public String ContainerCode { get; set; } +public String ReceiptNumber { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +public DateTime CreateDate { get; set; } +public Int32 State { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreProductL7PartsNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreProductL7PartsNoteDetail.cs new file mode 100644 index 0000000..daa31e8 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreProductL7PartsNoteDetail.cs @@ -0,0 +1,32 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreProductL7PartsNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public Int32 RowID { get; set; } +public String ProductNo { get; set; } +public String Program { get; set; } +public String Position { get; set; } +public String FATA { get; set; } +public String Configuration { get; set; } +public String L7Part { get; set; } +public Int32 Qty { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public DateTime CreateDate { get; set; } +public Int32 State { get; set; } +public Boolean IsAutoBackFlush { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreProductReceiptLog.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreProductReceiptLog.cs new file mode 100644 index 0000000..ae7ab04 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreProductReceiptLog.cs @@ -0,0 +1,20 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreProductReceiptLog : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreProductReceiptLogDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreProductReceiptLogDetail.cs new file mode 100644 index 0000000..3ed490b --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreProductReceiptLogDetail.cs @@ -0,0 +1,34 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreProductReceiptLogDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String PackingCode { get; set; } +public String ContainerCode { get; set; } +public String Lot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public DateTime Batch_ExpireDate { get; set; } +public String WarehouseCode { get; set; } +public String LocationCode { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public Int32 Status { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreProductReceiptNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreProductReceiptNote.cs new file mode 100644 index 0000000..ab3f64f --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreProductReceiptNote.cs @@ -0,0 +1,27 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreProductReceiptNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public Int32 ReceiptType { get; set; } +public String SourceNumber { get; set; } +public String JobNumber { get; set; } +public String ProductionPlanNumber { get; set; } +public String Workshop { get; set; } +public String Shift { get; set; } +public DateTime CompleteTime { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreProductReceiptNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreProductReceiptNoteDetail.cs new file mode 100644 index 0000000..d716095 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreProductReceiptNoteDetail.cs @@ -0,0 +1,37 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreProductReceiptNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String RawLocation { get; set; } +public String ProdLine { get; set; } +public String BomVersion { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String PackingCode { get; set; } +public String ContainerCode { get; set; } +public String Lot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public String WarehouseCode { get; set; } +public String LocationCode { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public Int32 Status { get; set; } +public DateTime Batch_ExpireDate { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreProductRecycleNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreProductRecycleNote.cs new file mode 100644 index 0000000..290c834 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreProductRecycleNote.cs @@ -0,0 +1,24 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreProductRecycleNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public DateTime RecycleTime { get; set; } +public String Workshop { get; set; } +public String Shift { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +public String ProductionPlanNumber { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreProductRecycleNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreProductRecycleNoteDetail.cs new file mode 100644 index 0000000..170c08a --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreProductRecycleNoteDetail.cs @@ -0,0 +1,37 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreProductRecycleNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String RawLocation { get; set; } +public String ProdLine { get; set; } +public String BomVersion { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String PackingCode { get; set; } +public String ContainerCode { get; set; } +public String Lot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public String WarehouseCode { get; set; } +public String LocationCode { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public Int32 Status { get; set; } +public DateTime Batch_ExpireDate { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreProductionPlan.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreProductionPlan.cs new file mode 100644 index 0000000..0a8d8a9 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreProductionPlan.cs @@ -0,0 +1,27 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreProductionPlan : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String Workshop { get; set; } +public String ProdLine { get; set; } +public String Shift { get; set; } +public String Team { get; set; } +public DateTime PlanDate { get; set; } +public DateTime PlanTime { get; set; } +public Int32 Status { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreProductionPlanDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreProductionPlanDetail.cs new file mode 100644 index 0000000..b881eb7 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreProductionPlanDetail.cs @@ -0,0 +1,31 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreProductionPlanDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String PlanQty_Uom { get; set; } +public Decimal PlanQty_Qty { get; set; } +public Decimal GoodQty { get; set; } +public Decimal NoGoodQty { get; set; } +public String BomVersion { get; set; } +public Int32 LineStatus { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String Lot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public DateTime Batch_ExpireDate { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StorePurchaseOrder.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StorePurchaseOrder.cs new file mode 100644 index 0000000..5bbf016 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StorePurchaseOrder.cs @@ -0,0 +1,31 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StorePurchaseOrder : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String SupplierCode { get; set; } +public String PoType { get; set; } +public Int32 Status { get; set; } +public Boolean IsConsignment { get; set; } +public DateTime OrderDate { get; set; } +public DateTime DueDate { get; set; } +public String Version { get; set; } +public Decimal TaxRate { get; set; } +public String Contacts_Name { get; set; } +public String Contacts_Phone { get; set; } +public String Contacts_Email { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StorePurchaseOrderDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StorePurchaseOrderDetail.cs new file mode 100644 index 0000000..35cfbd4 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StorePurchaseOrderDetail.cs @@ -0,0 +1,31 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StorePurchaseOrderDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String PoLine { get; set; } +public String SupplierPack_PackUom { get; set; } +public Decimal SupplierPack_PackQty { get; set; } +public Decimal ConvertRate { get; set; } +public Boolean IsConsignment { get; set; } +public Int32 LineStatus { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StorePurchaseReceiptNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StorePurchaseReceiptNote.cs new file mode 100644 index 0000000..538032d --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StorePurchaseReceiptNote.cs @@ -0,0 +1,31 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StorePurchaseReceiptNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String ArriveNoticeNumber { get; set; } +public String AsnNumber { get; set; } +public String RpNumber { get; set; } +public String PoNumber { get; set; } +public String SupplierCode { get; set; } +public DateTime ReceiveTime { get; set; } +public String JobNumber { get; set; } +public Int32 Type { get; set; } +public Int32 Status { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +public String ReasonCode { get; set; } +public String SeqNo { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StorePurchaseReceiptNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StorePurchaseReceiptNoteDetail.cs new file mode 100644 index 0000000..2fd631b --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StorePurchaseReceiptNoteDetail.cs @@ -0,0 +1,38 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StorePurchaseReceiptNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String PoNumber { get; set; } +public String PoLine { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String PackingCode { get; set; } +public String ContainerCode { get; set; } +public String Lot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public String WarehouseCode { get; set; } +public String LocationCode { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public Int32 Status { get; set; } +public DateTime Batch_ExpireDate { get; set; } +public String LabelEqLevel { get; set; } +public String ItemEqLevel { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StorePurchaseReturnNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StorePurchaseReturnNote.cs new file mode 100644 index 0000000..0615c0c --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StorePurchaseReturnNote.cs @@ -0,0 +1,24 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StorePurchaseReturnNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String JobNumber { get; set; } +public String SupplierCode { get; set; } +public DateTime ReturnTime { get; set; } +public Int32 Status { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StorePurchaseReturnNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StorePurchaseReturnNoteDetail.cs new file mode 100644 index 0000000..5871f2b --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StorePurchaseReturnNoteDetail.cs @@ -0,0 +1,37 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StorePurchaseReturnNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String PoNumber { get; set; } +public String PoLine { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String PackingCode { get; set; } +public String ContainerCode { get; set; } +public String Lot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public String WarehouseCode { get; set; } +public String LocationCode { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public Int32 Status { get; set; } +public DateTime Batch_ExpireDate { get; set; } +public String AsnNumber { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StorePutawayNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StorePutawayNote.cs new file mode 100644 index 0000000..4b3f47d --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StorePutawayNote.cs @@ -0,0 +1,28 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StorePutawayNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String JobNumber { get; set; } +public String SupplierCode { get; set; } +public String InspectNumber { get; set; } +public String ReceiptNumber { get; set; } +public String ArriveNoticeNumber { get; set; } +public String AsnNumber { get; set; } +public String RpNumber { get; set; } +public String ProductReceiptNumber { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StorePutawayNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StorePutawayNoteDetail.cs new file mode 100644 index 0000000..9fbb816 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StorePutawayNoteDetail.cs @@ -0,0 +1,42 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StorePutawayNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String PoNumber { get; set; } +public String PoLine { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String FromPackingCode { get; set; } +public String ToPackingCode { get; set; } +public String FromContainerCode { get; set; } +public String ToContainerCode { get; set; } +public String FromLot { get; set; } +public String ToLot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public String FromLocationCode { get; set; } +public String ToLocationCode { get; set; } +public String FromWarehouseCode { get; set; } +public String ToWarehouseCode { get; set; } +public Int32 FromStatus { get; set; } +public Int32 ToStatus { get; set; } +public DateTime Batch_ExpireDate { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreReceiptAbnormalNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreReceiptAbnormalNote.cs new file mode 100644 index 0000000..f062bb2 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreReceiptAbnormalNote.cs @@ -0,0 +1,23 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreReceiptAbnormalNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String ReceiptNumber { get; set; } +public String AsnNumber { get; set; } +public String SupplierCode { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreReceiptAbnormalNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreReceiptAbnormalNoteDetail.cs new file mode 100644 index 0000000..fdd8f37 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreReceiptAbnormalNoteDetail.cs @@ -0,0 +1,36 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreReceiptAbnormalNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String ReceiptNumber { get; set; } +public String AbnormalType { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String PackingCode { get; set; } +public String ContainerCode { get; set; } +public String Lot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public String WarehouseCode { get; set; } +public String LocationCode { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public Int32 Status { get; set; } +public DateTime Batch_ExpireDate { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreReceiptAbnormalNotePhoto.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreReceiptAbnormalNotePhoto.cs new file mode 100644 index 0000000..b2e9328 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreReceiptAbnormalNotePhoto.cs @@ -0,0 +1,10 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreReceiptAbnormalNotePhoto : AuditedAggregateRoot +{ +public Guid PhotoID { get; set; } +public Guid ReceiptAbnormalNoteDetailId { get; set; } +public Guid MasterID { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreReworkNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreReworkNote.cs new file mode 100644 index 0000000..1122ca0 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreReworkNote.cs @@ -0,0 +1,39 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreReworkNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String JobNumber { get; set; } +public String ItemCode { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public Decimal Qty_Qty { get; set; } +public DateTime SendTime { get; set; } +public DateTime DueDate { get; set; } +public Int32 Status { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +public DateTime CreateTime { get; set; } +public String Department { get; set; } +public String LocationCode { get; set; } +public String ProdLine { get; set; } +public String Qty_Uom { get; set; } +public String SeqNo { get; set; } +public String WorkOrder { get; set; } +public String TargetPart { get; set; } +public Int32 TargetQty { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreReworkNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreReworkNoteDetail.cs new file mode 100644 index 0000000..1a68f6d --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreReworkNoteDetail.cs @@ -0,0 +1,35 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreReworkNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String PackingCode { get; set; } +public String ContainerCode { get; set; } +public String Lot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public DateTime Batch_ExpireDate { get; set; } +public String WarehouseCode { get; set; } +public String LocationCode { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public Int32 Status { get; set; } +public String DetailType { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSaleOrder.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSaleOrder.cs new file mode 100644 index 0000000..898863d --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSaleOrder.cs @@ -0,0 +1,30 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreSaleOrder : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String CustomerCode { get; set; } +public String PoType { get; set; } +public Int32 Status { get; set; } +public DateTime OrderDate { get; set; } +public DateTime DueDate { get; set; } +public String Version { get; set; } +public Decimal TaxRate { get; set; } +public String Contacts_Name { get; set; } +public String Contacts_Phone { get; set; } +public String Contacts_Email { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSaleOrderDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSaleOrderDetail.cs new file mode 100644 index 0000000..0059421 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSaleOrderDetail.cs @@ -0,0 +1,30 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreSaleOrderDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String SoLine { get; set; } +public String CustomerPack_PackUom { get; set; } +public Decimal CustomerPack_PackQty { get; set; } +public Decimal ConvertRate { get; set; } +public Int32 LineStatus { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreScrapNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreScrapNote.cs new file mode 100644 index 0000000..1173f1c --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreScrapNote.cs @@ -0,0 +1,27 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreScrapNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String JobNumber { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +public DateTime CreateTime { get; set; } +public DateTime DueDate { get; set; } +public DateTime SendTime { get; set; } +public String Department { get; set; } +public String SeqNo { get; set; } +public String WorkOrder { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreScrapNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreScrapNoteDetail.cs new file mode 100644 index 0000000..92fabbe --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreScrapNoteDetail.cs @@ -0,0 +1,40 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreScrapNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String FromPackingCode { get; set; } +public String ToPackingCode { get; set; } +public String FromContainerCode { get; set; } +public String ToContainerCode { get; set; } +public String FromLot { get; set; } +public String ToLot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public String FromLocationCode { get; set; } +public String ToLocationCode { get; set; } +public String FromWarehouseCode { get; set; } +public String ToWarehouseCode { get; set; } +public Int32 FromStatus { get; set; } +public Int32 ToStatus { get; set; } +public DateTime Batch_ExpireDate { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreScrapOutNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreScrapOutNote.cs new file mode 100644 index 0000000..112e964 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreScrapOutNote.cs @@ -0,0 +1,25 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreScrapOutNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String JobNumber { get; set; } +public DateTime SendTime { get; set; } +public DateTime DueDate { get; set; } +public Int32 Status { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +public DateTime CreateTime { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreScrapOutNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreScrapOutNoteDetail.cs new file mode 100644 index 0000000..091ba49 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreScrapOutNoteDetail.cs @@ -0,0 +1,34 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreScrapOutNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String PackingCode { get; set; } +public String ContainerCode { get; set; } +public String Lot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public DateTime Batch_ExpireDate { get; set; } +public String WarehouseCode { get; set; } +public String LocationCode { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public Int32 Status { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSingleDoorPanelCustomerReturnNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSingleDoorPanelCustomerReturnNote.cs new file mode 100644 index 0000000..5a97c0b --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSingleDoorPanelCustomerReturnNote.cs @@ -0,0 +1,23 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreSingleDoorPanelCustomerReturnNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String JobNumber { get; set; } +public String LocationCode { get; set; } +public DateTime ReturnTime { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSingleDoorPanelCustomerReturnNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSingleDoorPanelCustomerReturnNoteDetail.cs new file mode 100644 index 0000000..0a25308 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSingleDoorPanelCustomerReturnNoteDetail.cs @@ -0,0 +1,39 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreSingleDoorPanelCustomerReturnNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String BomVersion { get; set; } +public String ProdLine { get; set; } +public String ProductNo { get; set; } +public String ProjectCode { get; set; } +public String Position { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String PackingCode { get; set; } +public String ContainerCode { get; set; } +public String Lot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public DateTime Batch_ExpireDate { get; set; } +public String WarehouseCode { get; set; } +public String LocationCode { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public Int32 Status { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSingleDoorPanelDeliverNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSingleDoorPanelDeliverNote.cs new file mode 100644 index 0000000..5410757 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSingleDoorPanelDeliverNote.cs @@ -0,0 +1,28 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreSingleDoorPanelDeliverNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String JobNumber { get; set; } +public String Customer { get; set; } +public String CustomerAddressCode { get; set; } +public String ProjectCode { get; set; } +public DateTime DeliverTime { get; set; } +public String TotalPackCapacity { get; set; } +public DateTime ArrivalTime { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +public String DeliverPeopleName { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSingleDoorPanelDeliverNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSingleDoorPanelDeliverNoteDetail.cs new file mode 100644 index 0000000..b73c487 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSingleDoorPanelDeliverNoteDetail.cs @@ -0,0 +1,49 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreSingleDoorPanelDeliverNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public DateTime DeliverTime { get; set; } +public DateTime ExpiredTime { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String FromPackingCode { get; set; } +public String ToPackingCode { get; set; } +public String FromContainerCode { get; set; } +public String ToContainerCode { get; set; } +public String FromLot { get; set; } +public String ToLot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public DateTime Batch_ExpireDate { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public String FromLocationCode { get; set; } +public String ToLocationCode { get; set; } +public String FromWarehouseCode { get; set; } +public String ToWarehouseCode { get; set; } +public Int32 FromStatus { get; set; } +public Int32 ToStatus { get; set; } +public String OnlineType { get; set; } +public String PackCapacity { get; set; } +public String Position { get; set; } +public String ProductNo { get; set; } +public String ProjectCode { get; set; } +public String Stage { get; set; } +public String UsedFor { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSingleDoorPanelProductAdjustNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSingleDoorPanelProductAdjustNote.cs new file mode 100644 index 0000000..d4c813b --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSingleDoorPanelProductAdjustNote.cs @@ -0,0 +1,34 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreSingleDoorPanelProductAdjustNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String JobNumber { get; set; } +public String ProductNo { get; set; } +public String ProjectCode { get; set; } +public String Position { get; set; } +public String PackingCode { get; set; } +public String ItemCode { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String RawLocation { get; set; } +public String ProductLocation { get; set; } +public String ProdLine { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +public String Lot { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSingleDoorPanelProductAdjustNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSingleDoorPanelProductAdjustNoteDetail.cs new file mode 100644 index 0000000..6b54892 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSingleDoorPanelProductAdjustNoteDetail.cs @@ -0,0 +1,34 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreSingleDoorPanelProductAdjustNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String PackingCode { get; set; } +public String ContainerCode { get; set; } +public String Lot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public DateTime Batch_ExpireDate { get; set; } +public String WarehouseCode { get; set; } +public String LocationCode { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public Int32 Status { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSingleDoorPanelProductReceiptNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSingleDoorPanelProductReceiptNote.cs new file mode 100644 index 0000000..538107f --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSingleDoorPanelProductReceiptNote.cs @@ -0,0 +1,30 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreSingleDoorPanelProductReceiptNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public Int32 ReceiptType { get; set; } +public String SourceNumber { get; set; } +public String JobNumber { get; set; } +public String ProductionPlanNumber { get; set; } +public String LocationCode { get; set; } +public String RawLocation { get; set; } +public String ProdLine { get; set; } +public String WorkShop { get; set; } +public String Shift { get; set; } +public DateTime CompleteTime { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSingleDoorPanelProductReceiptNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSingleDoorPanelProductReceiptNoteDetail.cs new file mode 100644 index 0000000..f70fcca --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSingleDoorPanelProductReceiptNoteDetail.cs @@ -0,0 +1,40 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreSingleDoorPanelProductReceiptNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String RawLocation { get; set; } +public String ProdLine { get; set; } +public String BomVersion { get; set; } +public String ProductNo { get; set; } +public String ProjectCode { get; set; } +public String Position { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String PackingCode { get; set; } +public String ContainerCode { get; set; } +public String Lot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public DateTime Batch_ExpireDate { get; set; } +public String WarehouseCode { get; set; } +public String LocationCode { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public Int32 Status { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSingleDoorPanelProductTransferNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSingleDoorPanelProductTransferNote.cs new file mode 100644 index 0000000..6f13cc8 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSingleDoorPanelProductTransferNote.cs @@ -0,0 +1,25 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreSingleDoorPanelProductTransferNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String JobNumber { get; set; } +public String FromLocationCode { get; set; } +public String ToLocationCode { get; set; } +public String FromWarehouseCode { get; set; } +public String ToWarehouseCode { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSingleDoorPanelProductTransferNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSingleDoorPanelProductTransferNoteDetail.cs new file mode 100644 index 0000000..5540379 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSingleDoorPanelProductTransferNoteDetail.cs @@ -0,0 +1,36 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreSingleDoorPanelProductTransferNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String Reason { get; set; } +public String ProductNo { get; set; } +public String ProjectCode { get; set; } +public String Position { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String PackingCode { get; set; } +public String ContainerCode { get; set; } +public String Lot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public DateTime Batch_ExpireDate { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public String WarehouseCode { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreStockReturnNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreStockReturnNote.cs new file mode 100644 index 0000000..901f609 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreStockReturnNote.cs @@ -0,0 +1,23 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreStockReturnNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String JobNumber { get; set; } +public DateTime ReturnTime { get; set; } +public String Workshop { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreStockReturnNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreStockReturnNoteDetail.cs new file mode 100644 index 0000000..5c784b9 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreStockReturnNoteDetail.cs @@ -0,0 +1,42 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreStockReturnNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String ProdLine { get; set; } +public String WorkStation { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String FromPackingCode { get; set; } +public String ToPackingCode { get; set; } +public String FromContainerCode { get; set; } +public String ToContainerCode { get; set; } +public String FromLot { get; set; } +public String ToLot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public String FromLocationCode { get; set; } +public String ToLocationCode { get; set; } +public String FromWarehouseCode { get; set; } +public String ToWarehouseCode { get; set; } +public Int32 FromStatus { get; set; } +public Int32 ToStatus { get; set; } +public DateTime Batch_ExpireDate { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSupplierAsn.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSupplierAsn.cs new file mode 100644 index 0000000..d9ef033 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSupplierAsn.cs @@ -0,0 +1,32 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreSupplierAsn : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String RpNumber { get; set; } +public String PoNumber { get; set; } +public String SupplierCode { get; set; } +public Int32 Status { get; set; } +public String Contacts_Name { get; set; } +public String Contacts_Phone { get; set; } +public String Contacts_Email { get; set; } +public String TruckNumber { get; set; } +public String DockCode { get; set; } +public DateTime ShipDate { get; set; } +public DateTime DueDate { get; set; } +public String TimeWindow { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSupplierAsnDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSupplierAsnDetail.cs new file mode 100644 index 0000000..5d35606 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSupplierAsnDetail.cs @@ -0,0 +1,38 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreSupplierAsnDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String PoNumber { get; set; } +public String PoLine { get; set; } +public String SupplierPack_PackUom { get; set; } +public Decimal SupplierPack_PackQty { get; set; } +public Decimal ConvertRate { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String PackingCode { get; set; } +public String ContainerCode { get; set; } +public String Lot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public String WarehouseCode { get; set; } +public DateTime Batch_ExpireDate { get; set; } +public String ItemEqLevel { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSupplierEvaluation.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSupplierEvaluation.cs new file mode 100644 index 0000000..fd4a641 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreSupplierEvaluation.cs @@ -0,0 +1,26 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreSupplierEvaluation : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String SupplierCode { get; set; } +public String SupplierName { get; set; } +public String AsnNumber { get; set; } +public DateTime AsnShippingTime { get; set; } +public DateTime EvaluationTime { get; set; } +public String Reason { get; set; } +public Int32 Scope { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreTracebackNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreTracebackNote.cs new file mode 100644 index 0000000..960cedf --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreTracebackNote.cs @@ -0,0 +1,40 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreTracebackNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String PackingCode { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public String Lot { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String LocationCode { get; set; } +public DateTime CompleteTime { get; set; } +public String ProductionPlanNumber { get; set; } +public String Workshop { get; set; } +public String ProdLine { get; set; } +public String Shift { get; set; } +public String ProductReceiptNumber { get; set; } +public String JobNumber { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +public DateTime Batch_ExpireDate { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreTracebackNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreTracebackNoteDetail.cs new file mode 100644 index 0000000..84b5808 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreTracebackNoteDetail.cs @@ -0,0 +1,33 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreTracebackNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String RawQty_Uom { get; set; } +public Decimal RawQty_Qty { get; set; } +public String RawWarehouseCode { get; set; } +public String RawLocation { get; set; } +public String RawContainerCode { get; set; } +public String PackingCode { get; set; } +public String BomVersion { get; set; } +public Boolean IsOffLine { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String Lot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public DateTime Batch_ExpireDate { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreUnplannedIssueNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreUnplannedIssueNote.cs new file mode 100644 index 0000000..f3b50bd --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreUnplannedIssueNote.cs @@ -0,0 +1,25 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreUnplannedIssueNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String UnplannedIssueRequestNumber { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +public Int32 UnplannedIssueType { get; set; } +public String SeqNo { get; set; } +public String ReasonCode { get; set; } +public String SupplierCode { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreUnplannedIssueNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreUnplannedIssueNoteDetail.cs new file mode 100644 index 0000000..248d1af --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreUnplannedIssueNoteDetail.cs @@ -0,0 +1,36 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreUnplannedIssueNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String ReasonCode { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String PackingCode { get; set; } +public String ContainerCode { get; set; } +public String Lot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public String WarehouseCode { get; set; } +public String LocationCode { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public Int32 Status { get; set; } +public DateTime Batch_ExpireDate { get; set; } +public String SupplierCode { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreUnplannedReceiptNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreUnplannedReceiptNote.cs new file mode 100644 index 0000000..a0b6b79 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreUnplannedReceiptNote.cs @@ -0,0 +1,25 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreUnplannedReceiptNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String UnplannedReceiptNoteRequestNumber { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +public Int32 UnplannedReceiptType { get; set; } +public String SeqNo { get; set; } +public String ReasonCode { get; set; } +public String SupplierCode { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreUnplannedReceiptNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreUnplannedReceiptNoteDetail.cs new file mode 100644 index 0000000..b439084 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreUnplannedReceiptNoteDetail.cs @@ -0,0 +1,36 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreUnplannedReceiptNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String ReasonCode { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String PackingCode { get; set; } +public String ContainerCode { get; set; } +public String Lot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public String WarehouseCode { get; set; } +public String LocationCode { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public Int32 Status { get; set; } +public DateTime Batch_ExpireDate { get; set; } +public String SupplierCode { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreWarehouseTransferNote.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreWarehouseTransferNote.cs new file mode 100644 index 0000000..faf7697 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreWarehouseTransferNote.cs @@ -0,0 +1,22 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreWarehouseTransferNote : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String JobNumber { get; set; } +public String SupplierCode { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreWarehouseTransferNoteDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreWarehouseTransferNoteDetail.cs new file mode 100644 index 0000000..eda7583 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreWarehouseTransferNoteDetail.cs @@ -0,0 +1,41 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreWarehouseTransferNoteDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String Reason { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public String FromPackingCode { get; set; } +public String ToPackingCode { get; set; } +public String FromContainerCode { get; set; } +public String ToContainerCode { get; set; } +public String FromLot { get; set; } +public String ToLot { get; set; } +public String Batch_SupplierBatch { get; set; } +public DateTime Batch_ProduceDate { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public String StdPack_PackUom { get; set; } +public Decimal StdPack_PackQty { get; set; } +public String FromLocationCode { get; set; } +public String ToLocationCode { get; set; } +public String FromWarehouseCode { get; set; } +public String ToWarehouseCode { get; set; } +public Int32 FromStatus { get; set; } +public Int32 ToStatus { get; set; } +public DateTime Batch_ExpireDate { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreWorkOrder.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreWorkOrder.cs new file mode 100644 index 0000000..f5bbbde --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreWorkOrder.cs @@ -0,0 +1,34 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreWorkOrder : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public String WorkOrderId { get; set; } +public DateTime EffectiveDate { get; set; } +public String WorkStation { get; set; } +public Int32 Status { get; set; } +public String Op { get; set; } +public String LocationCode { get; set; } +public String Qty_Uom { get; set; } +public Decimal Qty_Qty { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +public Int32 Type { get; set; } +public String ExtraProperties { get; set; } +public String ConcurrencyStamp { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid TenantId { get; set; } +public String Remark { get; set; } +public String Company { get; set; } +public String Worker { get; set; } +public String WarehouseCode { get; set; } +public String Number { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreWorkOrderDetail.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreWorkOrderDetail.cs new file mode 100644 index 0000000..bb8d003 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/StoreWorkOrderDetail.cs @@ -0,0 +1,26 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class StoreWorkOrderDetail : AuditedAggregateRoot +{ +public Guid Id { get; set; } +public DateTime EffectiveDate { get; set; } +public String Op { get; set; } +public String RawQty_Uom { get; set; } +public Decimal RawQty_Qty { get; set; } +public String RawLocation { get; set; } +public DateTime CreationTime { get; set; } +public Guid CreatorId { get; set; } +public DateTime LastModificationTime { get; set; } +public Guid LastModifierId { get; set; } +public Guid MasterID { get; set; } +public Guid TenantId { get; set; } +public String Number { get; set; } +public String Remark { get; set; } +public Guid Item_Id { get; set; } +public String Item_Name { get; set; } +public String Item_Desc1 { get; set; } +public String Item_Desc2 { get; set; } +public String ItemCode { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/__EFMigrationsHistory.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/__EFMigrationsHistory.cs new file mode 100644 index 0000000..79e961c --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/cs_file/__EFMigrationsHistory.cs @@ -0,0 +1,9 @@ +using System +using System.Collections.Generic +using Volo.Abp.Domain.Entities.Auditing +public class __EFMigrationsHistory : AuditedAggregateRoot +{ +public String MigrationId { get; set; } +public String ProductVersion { get; set; } +} + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll new file mode 100644 index 0000000..bd51de0 Binary files /dev/null and b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll differ diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/runtimes/win-arm64/native/sni.dll b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/runtimes/win-arm64/native/sni.dll new file mode 100644 index 0000000..7b8f9d8 Binary files /dev/null and b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/runtimes/win-arm64/native/sni.dll differ diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/runtimes/win-x64/native/sni.dll b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/runtimes/win-x64/native/sni.dll new file mode 100644 index 0000000..c1a05a5 Binary files /dev/null and b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/runtimes/win-x64/native/sni.dll differ diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/runtimes/win-x86/native/sni.dll b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/runtimes/win-x86/native/sni.dll new file mode 100644 index 0000000..5fc21ac Binary files /dev/null and b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/runtimes/win-x86/native/sni.dll differ diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll new file mode 100644 index 0000000..63fcfeb Binary files /dev/null and b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/bin/Debug/net6.0-windows/runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll differ diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs new file mode 100644 index 0000000..ed92695 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/.NETCoreApp,Version=v6.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")] diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.AssemblyInfo.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.AssemblyInfo.cs new file mode 100644 index 0000000..a916034 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.AssemblyInfo.cs @@ -0,0 +1,25 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("WinFormsApp1")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("WinFormsApp1")] +[assembly: System.Reflection.AssemblyTitleAttribute("WinFormsApp1")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")] + +// 由 MSBuild WriteCodeFragment 类生成。 + diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.AssemblyInfoInputs.cache b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.AssemblyInfoInputs.cache new file mode 100644 index 0000000..bbf5d47 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +d77c1e181078950104e447609764b620d3b0b9c8 diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.Form1.resources b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.Form1.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.Form1.resources differ diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.GeneratedMSBuildEditorConfig.editorconfig b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..8e7a022 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,17 @@ +is_global = true +build_property.ApplicationManifest = +build_property.StartupObject = +build_property.ApplicationDefaultFont = +build_property.ApplicationHighDpiMode = +build_property.ApplicationUseCompatibleTextRendering = +build_property.ApplicationVisualStyles = +build_property.TargetFramework = net6.0-windows +build_property.TargetPlatformMinVersion = 7.0 +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = WinFormsApp1 +build_property.ProjectDir = C:\Users\Administrator\Desktop\新建文件夹\WinFormsApp1\WinFormsApp1\ diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.GlobalUsings.g.cs b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.GlobalUsings.g.cs new file mode 100644 index 0000000..84bbb89 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.GlobalUsings.g.cs @@ -0,0 +1,10 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.Drawing; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; +global using global::System.Windows.Forms; diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.assets.cache b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.assets.cache new file mode 100644 index 0000000..517e4b6 Binary files /dev/null and b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.assets.cache differ diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.csproj.AssemblyReference.cache b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.csproj.AssemblyReference.cache new file mode 100644 index 0000000..8c722b8 Binary files /dev/null and b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.csproj.AssemblyReference.cache differ diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.csproj.BuildWithSkipAnalyzers b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.csproj.BuildWithSkipAnalyzers new file mode 100644 index 0000000..e69de29 diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.csproj.CopyComplete b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.csproj.CopyComplete new file mode 100644 index 0000000..e69de29 diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.csproj.CoreCompileInputs.cache b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..eb05d3d --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +71c1e90059d331f9aafd05285a33bba1702ca886 diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.csproj.FileListAbsolute.txt b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..06537e5 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.csproj.FileListAbsolute.txt @@ -0,0 +1,24 @@ +C:\Users\Administrator\Desktop\新建文件夹\WinFormsApp1\WinFormsApp1\bin\Debug\net6.0-windows\WinFormsApp1.exe +C:\Users\Administrator\Desktop\新建文件夹\WinFormsApp1\WinFormsApp1\bin\Debug\net6.0-windows\WinFormsApp1.deps.json +C:\Users\Administrator\Desktop\新建文件夹\WinFormsApp1\WinFormsApp1\bin\Debug\net6.0-windows\WinFormsApp1.runtimeconfig.json +C:\Users\Administrator\Desktop\新建文件夹\WinFormsApp1\WinFormsApp1\bin\Debug\net6.0-windows\WinFormsApp1.dll +C:\Users\Administrator\Desktop\新建文件夹\WinFormsApp1\WinFormsApp1\bin\Debug\net6.0-windows\WinFormsApp1.pdb +C:\Users\Administrator\Desktop\新建文件夹\WinFormsApp1\WinFormsApp1\bin\Debug\net6.0-windows\System.Data.SqlClient.dll +C:\Users\Administrator\Desktop\新建文件夹\WinFormsApp1\WinFormsApp1\bin\Debug\net6.0-windows\runtimes\win-arm64\native\sni.dll +C:\Users\Administrator\Desktop\新建文件夹\WinFormsApp1\WinFormsApp1\bin\Debug\net6.0-windows\runtimes\win-x64\native\sni.dll +C:\Users\Administrator\Desktop\新建文件夹\WinFormsApp1\WinFormsApp1\bin\Debug\net6.0-windows\runtimes\win-x86\native\sni.dll +C:\Users\Administrator\Desktop\新建文件夹\WinFormsApp1\WinFormsApp1\bin\Debug\net6.0-windows\runtimes\unix\lib\netcoreapp2.1\System.Data.SqlClient.dll +C:\Users\Administrator\Desktop\新建文件夹\WinFormsApp1\WinFormsApp1\bin\Debug\net6.0-windows\runtimes\win\lib\netcoreapp2.1\System.Data.SqlClient.dll +C:\Users\Administrator\Desktop\新建文件夹\WinFormsApp1\WinFormsApp1\obj\Debug\net6.0-windows\WinFormsApp1.csproj.AssemblyReference.cache +C:\Users\Administrator\Desktop\新建文件夹\WinFormsApp1\WinFormsApp1\obj\Debug\net6.0-windows\WinFormsApp1.Form1.resources +C:\Users\Administrator\Desktop\新建文件夹\WinFormsApp1\WinFormsApp1\obj\Debug\net6.0-windows\WinFormsApp1.csproj.GenerateResource.cache +C:\Users\Administrator\Desktop\新建文件夹\WinFormsApp1\WinFormsApp1\obj\Debug\net6.0-windows\WinFormsApp1.GeneratedMSBuildEditorConfig.editorconfig +C:\Users\Administrator\Desktop\新建文件夹\WinFormsApp1\WinFormsApp1\obj\Debug\net6.0-windows\WinFormsApp1.AssemblyInfoInputs.cache +C:\Users\Administrator\Desktop\新建文件夹\WinFormsApp1\WinFormsApp1\obj\Debug\net6.0-windows\WinFormsApp1.AssemblyInfo.cs +C:\Users\Administrator\Desktop\新建文件夹\WinFormsApp1\WinFormsApp1\obj\Debug\net6.0-windows\WinFormsApp1.csproj.CoreCompileInputs.cache +C:\Users\Administrator\Desktop\新建文件夹\WinFormsApp1\WinFormsApp1\obj\Debug\net6.0-windows\WinFormsApp1.csproj.CopyComplete +C:\Users\Administrator\Desktop\新建文件夹\WinFormsApp1\WinFormsApp1\obj\Debug\net6.0-windows\WinFormsApp1.dll +C:\Users\Administrator\Desktop\新建文件夹\WinFormsApp1\WinFormsApp1\obj\Debug\net6.0-windows\refint\WinFormsApp1.dll +C:\Users\Administrator\Desktop\新建文件夹\WinFormsApp1\WinFormsApp1\obj\Debug\net6.0-windows\WinFormsApp1.pdb +C:\Users\Administrator\Desktop\新建文件夹\WinFormsApp1\WinFormsApp1\obj\Debug\net6.0-windows\WinFormsApp1.genruntimeconfig.cache +C:\Users\Administrator\Desktop\新建文件夹\WinFormsApp1\WinFormsApp1\obj\Debug\net6.0-windows\ref\WinFormsApp1.dll diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.csproj.GenerateResource.cache b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.csproj.GenerateResource.cache new file mode 100644 index 0000000..fc5ccd0 Binary files /dev/null and b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.csproj.GenerateResource.cache differ diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.designer.deps.json b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.designer.deps.json new file mode 100644 index 0000000..609c150 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.designer.deps.json @@ -0,0 +1,206 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v6.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v6.0": { + "Microsoft.NETCore.Platforms/3.1.0": {}, + "Microsoft.Win32.Registry/4.7.0": { + "dependencies": { + "System.Security.AccessControl": "4.7.0", + "System.Security.Principal.Windows": "4.7.0" + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "assemblyVersion": "4.1.3.0", + "fileVersion": "4.700.19.56404" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "rid": "unix", + "assetType": "runtime", + "assemblyVersion": "4.1.3.0", + "fileVersion": "4.700.19.56404" + }, + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "4.1.3.0", + "fileVersion": "4.700.19.56404" + } + } + }, + "runtime.native.System.Data.SqlClient.sni/4.7.0": { + "dependencies": { + "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", + "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", + "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" + } + }, + "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "runtimeTargets": { + "runtimes/win-arm64/native/sni.dll": { + "rid": "win-arm64", + "assetType": "native", + "fileVersion": "4.6.25512.1" + } + } + }, + "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "runtimeTargets": { + "runtimes/win-x64/native/sni.dll": { + "rid": "win-x64", + "assetType": "native", + "fileVersion": "4.6.25512.1" + } + } + }, + "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "runtimeTargets": { + "runtimes/win-x86/native/sni.dll": { + "rid": "win-x86", + "assetType": "native", + "fileVersion": "4.6.25512.1" + } + } + }, + "System.Data.SqlClient/4.8.5": { + "dependencies": { + "Microsoft.Win32.Registry": "4.7.0", + "System.Security.Principal.Windows": "4.7.0", + "runtime.native.System.Data.SqlClient.sni": "4.7.0" + }, + "runtime": { + "lib/netcoreapp2.1/System.Data.SqlClient.dll": { + "assemblyVersion": "4.6.1.5", + "fileVersion": "4.700.22.51706" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": { + "rid": "unix", + "assetType": "runtime", + "assemblyVersion": "4.6.1.5", + "fileVersion": "4.700.22.51706" + }, + "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "4.6.1.5", + "fileVersion": "4.700.22.51706" + } + } + }, + "System.Security.AccessControl/4.7.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0", + "System.Security.Principal.Windows": "4.7.0" + }, + "runtime": { + "lib/netstandard2.0/System.Security.AccessControl.dll": { + "assemblyVersion": "4.1.3.0", + "fileVersion": "4.700.19.56404" + } + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "4.1.3.0", + "fileVersion": "4.700.19.56404" + } + } + }, + "System.Security.Principal.Windows/4.7.0": { + "runtime": { + "lib/netstandard2.0/System.Security.Principal.Windows.dll": { + "assemblyVersion": "4.1.3.0", + "fileVersion": "4.700.19.56404" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "rid": "unix", + "assetType": "runtime", + "assemblyVersion": "4.1.3.0", + "fileVersion": "4.700.19.56404" + }, + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "rid": "win", + "assetType": "runtime", + "assemblyVersion": "4.1.3.0", + "fileVersion": "4.700.19.56404" + } + } + } + } + }, + "libraries": { + "Microsoft.NETCore.Platforms/3.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==", + "path": "microsoft.netcore.platforms/3.1.0", + "hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512" + }, + "Microsoft.Win32.Registry/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==", + "path": "microsoft.win32.registry/4.7.0", + "hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512" + }, + "runtime.native.System.Data.SqlClient.sni/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", + "path": "runtime.native.system.data.sqlclient.sni/4.7.0", + "hashPath": "runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512" + }, + "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==", + "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0", + "hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" + }, + "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==", + "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0", + "hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" + }, + "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==", + "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0", + "hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" + }, + "System.Data.SqlClient/4.8.5": { + "type": "package", + "serviceable": true, + "sha512": "sha512-fRqxut4lrndPHrXD+ht1XRmCL3obuKldm4XjCRYS9p5f7FSR7shBxAwTkDrpFMsHC9BhNgjjmUtiIjvehn5zkg==", + "path": "system.data.sqlclient/4.8.5", + "hashPath": "system.data.sqlclient.4.8.5.nupkg.sha512" + }, + "System.Security.AccessControl/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==", + "path": "system.security.accesscontrol/4.7.0", + "hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512" + }, + "System.Security.Principal.Windows/4.7.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", + "path": "system.security.principal.windows/4.7.0", + "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512" + } + } +} \ No newline at end of file diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.designer.runtimeconfig.json b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.designer.runtimeconfig.json new file mode 100644 index 0000000..6018414 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.designer.runtimeconfig.json @@ -0,0 +1,23 @@ +{ + "runtimeOptions": { + "tfm": "net6.0", + "frameworks": [ + { + "name": "Microsoft.NETCore.App", + "version": "6.0.0" + }, + { + "name": "Microsoft.WindowsDesktop.App", + "version": "6.0.0" + } + ], + "additionalProbingPaths": [ + "C:\\Users\\Administrator\\.dotnet\\store\\|arch|\\|tfm|", + "C:\\Users\\Administrator\\.nuget\\packages", + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configProperties": { + "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true + } + } +} \ No newline at end of file diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.dll b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.dll new file mode 100644 index 0000000..1bfe000 Binary files /dev/null and b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.dll differ diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.genruntimeconfig.cache b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.genruntimeconfig.cache new file mode 100644 index 0000000..2b13fb0 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.genruntimeconfig.cache @@ -0,0 +1 @@ +feede9fe7620e50242073bd86fc2ab342cf02a82 diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.pdb b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.pdb new file mode 100644 index 0000000..3c3cbdf Binary files /dev/null and b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/WinFormsApp1.pdb differ diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/apphost.exe b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/apphost.exe new file mode 100644 index 0000000..b44c0f3 Binary files /dev/null and b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/apphost.exe differ diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/ref/WinFormsApp1.dll b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/ref/WinFormsApp1.dll new file mode 100644 index 0000000..e722f69 Binary files /dev/null and b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/ref/WinFormsApp1.dll differ diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/refint/WinFormsApp1.dll b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/refint/WinFormsApp1.dll new file mode 100644 index 0000000..e722f69 Binary files /dev/null and b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/Debug/net6.0-windows/refint/WinFormsApp1.dll differ diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/WinFormsApp1.csproj.nuget.dgspec.json b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/WinFormsApp1.csproj.nuget.dgspec.json new file mode 100644 index 0000000..689653d --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/WinFormsApp1.csproj.nuget.dgspec.json @@ -0,0 +1,77 @@ +{ + "format": 1, + "restore": { + "C:\\Users\\Administrator\\Desktop\\新建文件夹\\WinFormsApp1\\WinFormsApp1\\WinFormsApp1.csproj": {} + }, + "projects": { + "C:\\Users\\Administrator\\Desktop\\新建文件夹\\WinFormsApp1\\WinFormsApp1\\WinFormsApp1.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\Administrator\\Desktop\\新建文件夹\\WinFormsApp1\\WinFormsApp1\\WinFormsApp1.csproj", + "projectName": "WinFormsApp1", + "projectPath": "C:\\Users\\Administrator\\Desktop\\新建文件夹\\WinFormsApp1\\WinFormsApp1\\WinFormsApp1.csproj", + "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Administrator\\Desktop\\新建文件夹\\WinFormsApp1\\WinFormsApp1\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0-windows" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0-windows7.0": { + "targetAlias": "net6.0-windows", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0-windows7.0": { + "targetAlias": "net6.0-windows", + "dependencies": { + "System.Data.SqlClient": { + "target": "Package", + "version": "[4.8.5, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + }, + "Microsoft.WindowsDesktop.App.WindowsForms": { + "privateAssets": "none" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.304\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/WinFormsApp1.csproj.nuget.g.props b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/WinFormsApp1.csproj.nuget.g.props new file mode 100644 index 0000000..163a8e0 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/WinFormsApp1.csproj.nuget.g.props @@ -0,0 +1,16 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\Administrator\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages + PackageReference + 6.6.0 + + + + + + \ No newline at end of file diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/WinFormsApp1.csproj.nuget.g.targets b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/WinFormsApp1.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/WinFormsApp1.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/project.assets.json b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/project.assets.json new file mode 100644 index 0000000..b0b8fa7 --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/project.assets.json @@ -0,0 +1,545 @@ +{ + "version": 3, + "targets": { + "net6.0-windows7.0": { + "Microsoft.NETCore.Platforms/3.1.0": { + "type": "package", + "compile": { + "lib/netstandard1.0/_._": {} + }, + "runtime": { + "lib/netstandard1.0/_._": {} + } + }, + "Microsoft.Win32.Registry/4.7.0": { + "type": "package", + "dependencies": { + "System.Security.AccessControl": "4.7.0", + "System.Security.Principal.Windows": "4.7.0" + }, + "compile": { + "ref/netstandard2.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "runtime.native.System.Data.SqlClient.sni/4.7.0": { + "type": "package", + "dependencies": { + "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", + "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", + "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" + } + }, + "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "type": "package", + "runtimeTargets": { + "runtimes/win-arm64/native/sni.dll": { + "assetType": "native", + "rid": "win-arm64" + } + } + }, + "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "type": "package", + "runtimeTargets": { + "runtimes/win-x64/native/sni.dll": { + "assetType": "native", + "rid": "win-x64" + } + } + }, + "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "type": "package", + "runtimeTargets": { + "runtimes/win-x86/native/sni.dll": { + "assetType": "native", + "rid": "win-x86" + } + } + }, + "System.Data.SqlClient/4.8.5": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Registry": "4.7.0", + "System.Security.Principal.Windows": "4.7.0", + "runtime.native.System.Data.SqlClient.sni": "4.7.0" + }, + "compile": { + "ref/netcoreapp2.1/System.Data.SqlClient.dll": { + "related": ".xml" + } + }, + "runtime": { + "lib/netcoreapp2.1/System.Data.SqlClient.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.AccessControl/4.7.0": { + "type": "package", + "dependencies": { + "Microsoft.NETCore.Platforms": "3.1.0", + "System.Security.Principal.Windows": "4.7.0" + }, + "compile": { + "ref/netstandard2.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Security.AccessControl.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": { + "assetType": "runtime", + "rid": "win" + } + } + }, + "System.Security.Principal.Windows/4.7.0": { + "type": "package", + "compile": { + "ref/netcoreapp3.0/_._": { + "related": ".xml" + } + }, + "runtime": { + "lib/netstandard2.0/System.Security.Principal.Windows.dll": { + "related": ".xml" + } + }, + "runtimeTargets": { + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "assetType": "runtime", + "rid": "unix" + }, + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { + "assetType": "runtime", + "rid": "win" + } + } + } + } + }, + "libraries": { + "Microsoft.NETCore.Platforms/3.1.0": { + "sha512": "z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==", + "type": "package", + "path": "microsoft.netcore.platforms/3.1.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/netstandard1.0/_._", + "microsoft.netcore.platforms.3.1.0.nupkg.sha512", + "microsoft.netcore.platforms.nuspec", + "runtime.json", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "Microsoft.Win32.Registry/4.7.0": { + "sha512": "KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==", + "type": "package", + "path": "microsoft.win32.registry/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/Microsoft.Win32.Registry.dll", + "lib/net461/Microsoft.Win32.Registry.dll", + "lib/net461/Microsoft.Win32.Registry.xml", + "lib/netstandard1.3/Microsoft.Win32.Registry.dll", + "lib/netstandard2.0/Microsoft.Win32.Registry.dll", + "lib/netstandard2.0/Microsoft.Win32.Registry.xml", + "microsoft.win32.registry.4.7.0.nupkg.sha512", + "microsoft.win32.registry.nuspec", + "ref/net46/Microsoft.Win32.Registry.dll", + "ref/net461/Microsoft.Win32.Registry.dll", + "ref/net461/Microsoft.Win32.Registry.xml", + "ref/net472/Microsoft.Win32.Registry.dll", + "ref/net472/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/Microsoft.Win32.Registry.dll", + "ref/netstandard1.3/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml", + "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml", + "ref/netstandard2.0/Microsoft.Win32.Registry.dll", + "ref/netstandard2.0/Microsoft.Win32.Registry.xml", + "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll", + "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.xml", + "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/net461/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/net461/Microsoft.Win32.Registry.xml", + "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll", + "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.xml", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "runtime.native.System.Data.SqlClient.sni/4.7.0": { + "sha512": "9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", + "type": "package", + "path": "runtime.native.system.data.sqlclient.sni/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512", + "runtime.native.system.data.sqlclient.sni.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "sha512": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==", + "type": "package", + "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", + "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.nuspec", + "runtimes/win-arm64/native/sni.dll", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "sha512": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==", + "type": "package", + "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", + "runtime.win-x64.runtime.native.system.data.sqlclient.sni.nuspec", + "runtimes/win-x64/native/sni.dll", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { + "sha512": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==", + "type": "package", + "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "ThirdPartyNotices.txt", + "dotnet_library_license.txt", + "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", + "runtime.win-x86.runtime.native.system.data.sqlclient.sni.nuspec", + "runtimes/win-x86/native/sni.dll", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Data.SqlClient/4.8.5": { + "sha512": "fRqxut4lrndPHrXD+ht1XRmCL3obuKldm4XjCRYS9p5f7FSR7shBxAwTkDrpFMsHC9BhNgjjmUtiIjvehn5zkg==", + "type": "package", + "path": "system.data.sqlclient/4.8.5", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "Icon.png", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net451/System.Data.SqlClient.dll", + "lib/net46/System.Data.SqlClient.dll", + "lib/net461/System.Data.SqlClient.dll", + "lib/net461/System.Data.SqlClient.xml", + "lib/netcoreapp2.1/System.Data.SqlClient.dll", + "lib/netcoreapp2.1/System.Data.SqlClient.xml", + "lib/netstandard1.2/System.Data.SqlClient.dll", + "lib/netstandard1.2/System.Data.SqlClient.xml", + "lib/netstandard1.3/System.Data.SqlClient.dll", + "lib/netstandard1.3/System.Data.SqlClient.xml", + "lib/netstandard2.0/System.Data.SqlClient.dll", + "lib/netstandard2.0/System.Data.SqlClient.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "lib/xamarintvos10/_._", + "lib/xamarinwatchos10/_._", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net451/System.Data.SqlClient.dll", + "ref/net46/System.Data.SqlClient.dll", + "ref/net461/System.Data.SqlClient.dll", + "ref/net461/System.Data.SqlClient.xml", + "ref/netcoreapp2.1/System.Data.SqlClient.dll", + "ref/netcoreapp2.1/System.Data.SqlClient.xml", + "ref/netstandard1.2/System.Data.SqlClient.dll", + "ref/netstandard1.2/System.Data.SqlClient.xml", + "ref/netstandard1.2/de/System.Data.SqlClient.xml", + "ref/netstandard1.2/es/System.Data.SqlClient.xml", + "ref/netstandard1.2/fr/System.Data.SqlClient.xml", + "ref/netstandard1.2/it/System.Data.SqlClient.xml", + "ref/netstandard1.2/ja/System.Data.SqlClient.xml", + "ref/netstandard1.2/ko/System.Data.SqlClient.xml", + "ref/netstandard1.2/ru/System.Data.SqlClient.xml", + "ref/netstandard1.2/zh-hans/System.Data.SqlClient.xml", + "ref/netstandard1.2/zh-hant/System.Data.SqlClient.xml", + "ref/netstandard1.3/System.Data.SqlClient.dll", + "ref/netstandard1.3/System.Data.SqlClient.xml", + "ref/netstandard1.3/de/System.Data.SqlClient.xml", + "ref/netstandard1.3/es/System.Data.SqlClient.xml", + "ref/netstandard1.3/fr/System.Data.SqlClient.xml", + "ref/netstandard1.3/it/System.Data.SqlClient.xml", + "ref/netstandard1.3/ja/System.Data.SqlClient.xml", + "ref/netstandard1.3/ko/System.Data.SqlClient.xml", + "ref/netstandard1.3/ru/System.Data.SqlClient.xml", + "ref/netstandard1.3/zh-hans/System.Data.SqlClient.xml", + "ref/netstandard1.3/zh-hant/System.Data.SqlClient.xml", + "ref/netstandard2.0/System.Data.SqlClient.dll", + "ref/netstandard2.0/System.Data.SqlClient.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "ref/xamarintvos10/_._", + "ref/xamarinwatchos10/_._", + "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll", + "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.xml", + "runtimes/unix/lib/netstandard1.3/System.Data.SqlClient.dll", + "runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.dll", + "runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.xml", + "runtimes/win/lib/net451/System.Data.SqlClient.dll", + "runtimes/win/lib/net46/System.Data.SqlClient.dll", + "runtimes/win/lib/net461/System.Data.SqlClient.dll", + "runtimes/win/lib/net461/System.Data.SqlClient.xml", + "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll", + "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.xml", + "runtimes/win/lib/netstandard1.3/System.Data.SqlClient.dll", + "runtimes/win/lib/netstandard2.0/System.Data.SqlClient.dll", + "runtimes/win/lib/netstandard2.0/System.Data.SqlClient.xml", + "runtimes/win/lib/uap10.0.16299/System.Data.SqlClient.dll", + "runtimes/win/lib/uap10.0.16299/System.Data.SqlClient.xml", + "system.data.sqlclient.4.8.5.nupkg.sha512", + "system.data.sqlclient.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Security.AccessControl/4.7.0": { + "sha512": "JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==", + "type": "package", + "path": "system.security.accesscontrol/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/System.Security.AccessControl.dll", + "lib/net461/System.Security.AccessControl.dll", + "lib/net461/System.Security.AccessControl.xml", + "lib/netstandard1.3/System.Security.AccessControl.dll", + "lib/netstandard2.0/System.Security.AccessControl.dll", + "lib/netstandard2.0/System.Security.AccessControl.xml", + "lib/uap10.0.16299/_._", + "ref/net46/System.Security.AccessControl.dll", + "ref/net461/System.Security.AccessControl.dll", + "ref/net461/System.Security.AccessControl.xml", + "ref/netstandard1.3/System.Security.AccessControl.dll", + "ref/netstandard1.3/System.Security.AccessControl.xml", + "ref/netstandard1.3/de/System.Security.AccessControl.xml", + "ref/netstandard1.3/es/System.Security.AccessControl.xml", + "ref/netstandard1.3/fr/System.Security.AccessControl.xml", + "ref/netstandard1.3/it/System.Security.AccessControl.xml", + "ref/netstandard1.3/ja/System.Security.AccessControl.xml", + "ref/netstandard1.3/ko/System.Security.AccessControl.xml", + "ref/netstandard1.3/ru/System.Security.AccessControl.xml", + "ref/netstandard1.3/zh-hans/System.Security.AccessControl.xml", + "ref/netstandard1.3/zh-hant/System.Security.AccessControl.xml", + "ref/netstandard2.0/System.Security.AccessControl.dll", + "ref/netstandard2.0/System.Security.AccessControl.xml", + "ref/uap10.0.16299/_._", + "runtimes/win/lib/net46/System.Security.AccessControl.dll", + "runtimes/win/lib/net461/System.Security.AccessControl.dll", + "runtimes/win/lib/net461/System.Security.AccessControl.xml", + "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll", + "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.xml", + "runtimes/win/lib/netstandard1.3/System.Security.AccessControl.dll", + "runtimes/win/lib/uap10.0.16299/_._", + "system.security.accesscontrol.4.7.0.nupkg.sha512", + "system.security.accesscontrol.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + }, + "System.Security.Principal.Windows/4.7.0": { + "sha512": "ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", + "type": "package", + "path": "system.security.principal.windows/4.7.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "LICENSE.TXT", + "THIRD-PARTY-NOTICES.TXT", + "lib/net46/System.Security.Principal.Windows.dll", + "lib/net461/System.Security.Principal.Windows.dll", + "lib/net461/System.Security.Principal.Windows.xml", + "lib/netstandard1.3/System.Security.Principal.Windows.dll", + "lib/netstandard2.0/System.Security.Principal.Windows.dll", + "lib/netstandard2.0/System.Security.Principal.Windows.xml", + "lib/uap10.0.16299/_._", + "ref/net46/System.Security.Principal.Windows.dll", + "ref/net461/System.Security.Principal.Windows.dll", + "ref/net461/System.Security.Principal.Windows.xml", + "ref/netcoreapp3.0/System.Security.Principal.Windows.dll", + "ref/netcoreapp3.0/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/System.Security.Principal.Windows.dll", + "ref/netstandard1.3/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/de/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/es/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/it/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml", + "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml", + "ref/netstandard2.0/System.Security.Principal.Windows.dll", + "ref/netstandard2.0/System.Security.Principal.Windows.xml", + "ref/uap10.0.16299/_._", + "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", + "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll", + "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", + "runtimes/win/lib/net46/System.Security.Principal.Windows.dll", + "runtimes/win/lib/net461/System.Security.Principal.Windows.dll", + "runtimes/win/lib/net461/System.Security.Principal.Windows.xml", + "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", + "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll", + "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", + "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll", + "runtimes/win/lib/uap10.0.16299/_._", + "system.security.principal.windows.4.7.0.nupkg.sha512", + "system.security.principal.windows.nuspec", + "useSharedDesignerContext.txt", + "version.txt" + ] + } + }, + "projectFileDependencyGroups": { + "net6.0-windows7.0": [ + "System.Data.SqlClient >= 4.8.5" + ] + }, + "packageFolders": { + "C:\\Users\\Administrator\\.nuget\\packages\\": {}, + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "C:\\Users\\Administrator\\Desktop\\新建文件夹\\WinFormsApp1\\WinFormsApp1\\WinFormsApp1.csproj", + "projectName": "WinFormsApp1", + "projectPath": "C:\\Users\\Administrator\\Desktop\\新建文件夹\\WinFormsApp1\\WinFormsApp1\\WinFormsApp1.csproj", + "packagesPath": "C:\\Users\\Administrator\\.nuget\\packages\\", + "outputPath": "C:\\Users\\Administrator\\Desktop\\新建文件夹\\WinFormsApp1\\WinFormsApp1\\obj\\", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" + ], + "configFilePaths": [ + "C:\\Users\\Administrator\\AppData\\Roaming\\NuGet\\NuGet.Config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", + "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" + ], + "originalTargetFrameworks": [ + "net6.0-windows" + ], + "sources": { + "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, + "C:\\Program Files\\dotnet\\library-packs": {}, + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net6.0-windows7.0": { + "targetAlias": "net6.0-windows", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net6.0-windows7.0": { + "targetAlias": "net6.0-windows", + "dependencies": { + "System.Data.SqlClient": { + "target": "Package", + "version": "[4.8.5, )" + } + }, + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + }, + "Microsoft.WindowsDesktop.App.WindowsForms": { + "privateAssets": "none" + } + }, + "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.304\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/project.nuget.cache b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/project.nuget.cache new file mode 100644 index 0000000..1b6f99b --- /dev/null +++ b/Code/Be/CreateEntityByDBTable/WinFormsApp1/WinFormsApp1/obj/project.nuget.cache @@ -0,0 +1,18 @@ +{ + "version": 2, + "dgSpecHash": "59tYF+DV5YX+Mlvk6nFWYzadlgfrfc4WsZv4UGuLmApGsa666Tfl2DyQ73byRh/Vjm4TDyBoyeBqT/hn01Ukow==", + "success": true, + "projectFilePath": "C:\\Users\\Administrator\\Desktop\\新建文件夹\\WinFormsApp1\\WinFormsApp1\\WinFormsApp1.csproj", + "expectedPackageFiles": [ + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.netcore.platforms\\3.1.0\\microsoft.netcore.platforms.3.1.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\microsoft.win32.registry\\4.7.0\\microsoft.win32.registry.4.7.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\runtime.native.system.data.sqlclient.sni\\4.7.0\\runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\runtime.win-arm64.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\runtime.win-x64.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\runtime.win-x86.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\system.data.sqlclient\\4.8.5\\system.data.sqlclient.4.8.5.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\system.security.accesscontrol\\4.7.0\\system.security.accesscontrol.4.7.0.nupkg.sha512", + "C:\\Users\\Administrator\\.nuget\\packages\\system.security.principal.windows\\4.7.0\\system.security.principal.windows.4.7.0.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file