diff --git a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/FreeDb/SuSong.cs b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/FreeDb/SuSong.cs
new file mode 100644
index 0000000..77ba5e5
--- /dev/null
+++ b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/FreeDb/SuSong.cs
@@ -0,0 +1,28 @@
+using FreeSql.DataAnnotations;
+
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace Mesnac.Action.ChemicalWeighing.FreeDb
+{
+
+ [Table(Name = "SuSong")]
+ public class SuSong
+ {
+ [Column(IsPrimary = true, IsIdentity = true)]
+ public int Id { get; set; }
+
+ public int No { get; set; }
+
+ public int Start { get; set; }
+ public int EndInfo { get; set; }
+ public int Soure { get; set; }
+ public int Model { get; set; }
+ public int Destination { get; set; }
+ public int Number { get; set; }
+
+ }
+}
diff --git a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Mesnac.Action.ChemicalWeighing.csproj b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Mesnac.Action.ChemicalWeighing.csproj
index dc29b57..c5a5e1c 100644
--- a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Mesnac.Action.ChemicalWeighing.csproj
+++ b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/Mesnac.Action.ChemicalWeighing.csproj
@@ -285,6 +285,7 @@
+
@@ -887,6 +888,7 @@
+