首次提交:添加src文件夹代码
This commit is contained in:
15
Cowain.Bake.Model/Entity/WorkOrderFormulaEntity.cs
Normal file
15
Cowain.Bake.Model/Entity/WorkOrderFormulaEntity.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Cowain.Bake.Model.Entity
|
||||
{
|
||||
public class WorkOrderFormulaEntity:TProductionInformation
|
||||
{
|
||||
public string Parameters { get; set; }
|
||||
public string ProcessParamName { get; set; }
|
||||
public bool? BaseFlag { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user