Browse Source

第一版:凯尔克,后续同步添加同名文件是,加上项目作为后缀,如IcsMo_ProjectA

Branch_PaiNaWeiSJob
xusc 4 months ago
parent
commit
df4c8e9e11
  1. BIN
      .vs/ICSSoft.FromERP/v16/.suo
  2. 2
      ICSSoft.FromERP/ICSInventory.cs
  3. 2
      ICSSoft.FromERP/ICSMo.cs
  4. 2
      ICSSoft.FromERP/IcsMainCategoryCode.cs
  5. 4
      ICSSoft.FromERP/IcsSBom.cs

BIN
.vs/ICSSoft.FromERP/v16/.suo

Binary file not shown.

2
ICSSoft.FromERP/ICSInventory.cs

@ -9,7 +9,7 @@ using System.Data;
namespace ICSSoft.FromERP
{
/// <summary>
/// 物料档案
/// 物料档案(凯尔克)
/// </summary>
public class ICSInventory : IJob
{

2
ICSSoft.FromERP/ICSMo.cs

@ -9,7 +9,7 @@ using Quartz;
namespace ICSSoft.FromERP
{
/// <summary>
/// 工单
/// 工单(凯尔克)
/// </summary>
public class ICSMo : IJob
{

2
ICSSoft.FromERP/IcsMainCategoryCode.cs

@ -8,7 +8,7 @@ using System.Text;
namespace ICSSoft.FromERP
{
/// <summary>
/// 物料主分类
/// 物料主分类(凯尔克)
/// </summary>
public class IcsMainCategoryCode : IJob
{

4
ICSSoft.FromERP/IcsSBom.cs

@ -7,7 +7,9 @@ using Quartz;
namespace ICSSoft.FromERP
{
/// <summary>
/// 产品Bom(凯尔克)
/// </summary>
public class IcsSBom : IJob
{
private static object key = new object();

Loading…
Cancel
Save