Jack.Peng
2021-04-14 efdc3d7718f8625f2900271b2c019cc7514a56e7
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; }
    }
}