Administrator
2021-04-16 c5c5b12e9d2addebe190820375d9f92e3afcc9d7
1
2
3
4
5
6
7
8
9
10
11
namespace Bro.Common.Procedure
{
    /// <summary>
    /// 工序状态变化输入
    /// </summary>
    public class ProcStatChangeReq : IODataBase
    {
        // 目的状态
        public ProcStat TargetStat { get; set; }
    }
}