This commit is contained in:
@ -955,5 +955,18 @@ namespace Epost.BLL
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region 查询小格口是否都已绑定
|
||||
public bool getSmallLocList(string loc)
|
||||
{
|
||||
return dal.getSmallLocList(loc);
|
||||
}
|
||||
|
||||
#endregion
|
||||
#region 打印箱号 释放格口
|
||||
public bool CreateBoxInfo(string boxcode, string loc, string type)
|
||||
{
|
||||
return dal.CreateBoxInfo(boxcode, loc, type);
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user