Files
6098/Cowain.Bake.Model/Entity/WorkStepEntity.cs

34 lines
1.1 KiB
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Cowain.Bake.Model.Entity
{
public class WorkStepEntity
{
public string WorkStepName { get; set; }
public int WorkStep1 { get; set; }
public int WorkStep2 { get; set; }
public int WorkStep3 { get; set; }
public int WorkStep4 { get; set; }
public int WorkStep5 { get; set; }
public int WorkStep6 { get; set; }
public int WorkStep7 { get; set; }
public int WorkStep8 { get; set; }
public int WorkStep9 { get; set; }
public int WorkStep10 { get; set; }
public int WorkStep11 { get; set; }
public int WorkStep12 { get; set; }
public int WorkStep13 { get; set; }
public int WorkStep14 { get; set; }
public int WorkStep15 { get; set; }
public int WorkStep16 { get; set; }
public int WorkStep17 { get; set; }
public int WorkStep18 { get; set; }
public int WorkStep19 { get; set; }
public int WorkStep20 { get; set; }
}
}