1
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
using Gatedge.K3Cloud.Utils.Model.K3Request;
|
||||
using Gatedge.K3Cloud.Utils.Model.K3Result;
|
||||
|
||||
namespace Gatedge.ScanCode.Services.IServices
|
||||
{
|
||||
/// <summary>
|
||||
/// 装配车间排产计划接口
|
||||
/// </summary>
|
||||
public interface IZP_ProductionSchedulingPlanService
|
||||
{
|
||||
/// <summary>
|
||||
/// 单据查询接口
|
||||
/// </summary>
|
||||
/// <param name="param"></param>
|
||||
/// <returns></returns>
|
||||
public dynamic View(View param);
|
||||
|
||||
/// <summary>
|
||||
/// 获取列表信息
|
||||
/// </summary>
|
||||
/// <param name="billQuery"></param>
|
||||
/// <returns></returns>
|
||||
public ListResult List(Query billQuery);
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user