新增进出库策略,修改起禁用状态函数
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Tnb.WarehouseMgr.Entities.Entity
|
||||
{
|
||||
/// <summary>
|
||||
/// 出入库策略状态契约接口
|
||||
/// </summary>
|
||||
public interface IUpdatePoliciesStatus
|
||||
{
|
||||
int status { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user