chore: 初始化东安动力外部数据接口工程
This commit is contained in:
29
SlMesDbIterface/MOM/ProductionCalendarNonProductionData.cs
Normal file
29
SlMesDbIterface/MOM/ProductionCalendarNonProductionData.cs
Normal file
@@ -0,0 +1,29 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ExternalDataSync.MOM
|
||||
{
|
||||
///物料主数据下发 非生产时间
|
||||
public class ProductionCalendarNonProductionData
|
||||
{
|
||||
/// <summary>
|
||||
// 开始时间
|
||||
/// </summary>
|
||||
public string timeOn
|
||||
{
|
||||
get;
|
||||
set;
|
||||
} = "";
|
||||
/// <summary>
|
||||
// 结束时间
|
||||
/// </summary>
|
||||
public string endTime
|
||||
{
|
||||
get;
|
||||
set;
|
||||
} = "";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user