using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Spire.License;
namespace Tnb.ProductionMgr.Entities.Enums
{
public enum MoBehavior
{
///
/// 下发
///
Release=1,
///
/// 强制结单
///
Closed=2,
}
}