质量检验-导出全部数据
This commit is contained in:
@@ -4,6 +4,7 @@ using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using ZR.Model.MES.qc;
|
||||
using ZR.Model.MES.qc.DTO;
|
||||
|
||||
namespace ZR.Service.mes.qc.IService
|
||||
{
|
||||
@@ -24,5 +25,20 @@ namespace ZR.Service.mes.qc.IService
|
||||
#endregion
|
||||
|
||||
public int DeleteStatisticsTable(string workorderid);
|
||||
|
||||
/// <summary>
|
||||
/// 导出指定的质检报告数据
|
||||
/// </summary>
|
||||
/// <param name="starttime"></param>
|
||||
/// <param name="endTime"></param>
|
||||
/// <param name="workorderid"></param>
|
||||
/// <param name="partnumber"></param>
|
||||
/// <param name="product_description"></param>
|
||||
/// <param name="team"></param>
|
||||
/// <param name="pageNum"></param>
|
||||
/// <param name="pageSize"></param>
|
||||
/// <param name="type"></param>
|
||||
/// <returns></returns>
|
||||
List<QcQualityStatisticsFirstDto> DownloadStatisticsTableExcel(DateTime starttime, DateTime endTime, string workorderid, string partnumber, string product_description, string team, int pageNum, int pageSize, int type);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user