using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace VueWebCoreApi.Models.WorkData
{
public class PartRouteStepList
{
///
/// 产品编码
///
public string partcode { get; set; }
///
/// 工艺路线编码
///
public string routecode { get; set; }
}
}