Administrator
2021-04-25 4b10b804bc1678acc3f35e94174f66bf6d6b8da9
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; }
    }
}