Administrator
2021-04-15 6618cd772a2ab46b1e95ed876315133f9ef8ddf2
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; }
    }
}