dep_deliver
杨威 5 months ago
parent a9208a1b1c
commit 07ab283bdb

@ -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; }
}
}

@ -285,6 +285,7 @@
<Compile Include="FreeDb\DBEntity\Report\Report_WetMixer.cs" />
<Compile Include="FreeDb\DBEntity\Report\Report_WetMixer_Detail.cs" />
<Compile Include="FreeDb\FreeSqlUnit.cs" />
<Compile Include="FreeDb\SuSong.cs" />
<Compile Include="InterfaceDocking\DockingEntity\JsonReturnEntity.cs" />
<Compile Include="InterfaceDocking\DockingEntity\MaterialPlanSyncEntity.cs" />
<Compile Include="InterfaceDocking\DockingEntity\TankDeviceStateSyncEntity.cs" />
@ -887,6 +888,7 @@
<ItemGroup>
<Folder Include="LjPlanning\Manager\" />
<Folder Include="Product\PptShift\" />
<Folder Include="Su\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Controls\Mesnac.Controls.ChemicalWeighing\Mesnac.Controls.ChemicalWeighing.csproj">

Loading…
Cancel
Save