Jack.Peng
2021-05-17 e86e385d5c1eb06a05d4f46439194093c7f66472
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; }
    }
}