using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ICSSoft.Frame.Data.Entity
{
public class FormOperationOfRouteModel:ICSOP
{
///
/// 生产途程代码
///
public string RouteCode;
///
///
///
public decimal OPSequence;
}
}