106 lines
6.1 KiB
C#
106 lines
6.1 KiB
C#
|
namespace Model
|
|||
|
{
|
|||
|
using System;
|
|||
|
using System.Data.Linq;
|
|||
|
using System.Linq;
|
|||
|
using System.Linq.Expressions;
|
|||
|
using System.Data.Linq.Mapping;
|
|||
|
using System.Reflection;
|
|||
|
using System.Collections;
|
|||
|
using System.Collections.Generic;
|
|||
|
|
|||
|
public partial class SGGLDB : System.Data.Linq.DataContext
|
|||
|
{
|
|||
|
#region HJGL <EFBFBD><EFBFBD><EFBFBD>ӹ<EFBFBD><EFBFBD><EFBFBD>
|
|||
|
/// <summary>
|
|||
|
/// <20><>λ<EFBFBD><CEBB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȷ<EFBFBD><C8B7><EFBFBD>
|
|||
|
/// </summary>
|
|||
|
/// <param name="baw_areano"></param>
|
|||
|
/// <param name="bsu_unitcode"></param>
|
|||
|
/// <returns></returns>
|
|||
|
[Function(Name = "[dbo].[HJGL_sp_rpt_unit_baw_analyze]")]
|
|||
|
public IEnumerable<HJGL_SpRptUnitBawAnalyze> HJGL_SpRptUnitBawAnalye([Parameter(DbType = "VARCHAR(400)")] string unitNo, [Parameter(DbType = "VARCHAR(50)")] string areaNo, [Parameter(DbType = "nvarchar(50)")] string installationId, [Parameter(DbType = "varchar(50)")] string ste_steeltype, [Parameter(DbType = "datetime")] DateTime? startTime, [Parameter(DbType = "datetime")] DateTime? endTime, [Parameter(DbType = "NVARCHAR(50)")] string projectId)
|
|||
|
{
|
|||
|
IExecuteResult result = this.ExecuteMethodCall(this, ((MethodInfo)MethodInfo.GetCurrentMethod()), unitNo, areaNo, installationId, ste_steeltype, startTime, endTime, projectId);
|
|||
|
return (ISingleResult<HJGL_SpRptUnitBawAnalyze>)result.ReturnValue;
|
|||
|
}
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// <20><>λ<EFBFBD><CEBB><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
/// </summary>
|
|||
|
/// <param name="unitNo"><3E><>λ</param>
|
|||
|
/// <param name="areaNo"><3E><><EFBFBD><EFBFBD></param>
|
|||
|
/// <param name="installationId">װ<><D7B0></param>
|
|||
|
/// <param name="date1"><3E><>ֹ<EFBFBD><D6B9><EFBFBD><EFBFBD></param>
|
|||
|
/// <param name="date2"><3E><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD></param>
|
|||
|
/// <returns></returns>
|
|||
|
[Function(Name = "[dbo].[HJGL_sp_rpt_baw_zlfx]")]
|
|||
|
public IEnumerable<HJGL_SpRptBawZlfx> HJGL_SpRptBawZlfx([Parameter(DbType = "VARCHAR(400)")] string unitNo, [Parameter(DbType = "VARCHAR(50)")] string areaNo, [Parameter(DbType = "nvarchar(50)")] string installationId, [Parameter(DbType = "datetime")] DateTime? date1, [Parameter(DbType = "datetime")] DateTime? date2, [Parameter(DbType = "VARCHAR(50)")] string ste_steeltype, [Parameter(DbType = "NVARCHAR(50)")] string projectId)
|
|||
|
{
|
|||
|
IExecuteResult result = this.ExecuteMethodCall(this, ((MethodInfo)MethodInfo.GetCurrentMethod()), unitNo, areaNo, installationId, date1, date2, ste_steeltype, projectId);
|
|||
|
return (ISingleResult<HJGL_SpRptBawZlfx>)result.ReturnValue;
|
|||
|
}
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// <20><><EFBFBD><EFBFBD>ҵ<EFBFBD><D2B5><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
/// </summary>
|
|||
|
/// <param name="unitcode"></param>
|
|||
|
/// <param name="workareacode"></param>
|
|||
|
/// <param name="steel"></param>
|
|||
|
/// <param name="wloName"></param>
|
|||
|
/// <param name="date1"></param>
|
|||
|
/// <param name="date2"></param>
|
|||
|
/// <returns></returns>
|
|||
|
[Function(Name = "[dbo].[HJGL_sp_rpt_welderPerformance]")]
|
|||
|
public IEnumerable<HJGL_SpRpWelderPerformance> HJGL_SpRptWelderPerformance([Parameter(DbType = "varchar(50)")] string unitcode, [Parameter(DbType = "varchar(50)")] string workareacode, [Parameter(DbType = "varchar(50)")] string steel, [Parameter(DbType = "varchar(50)")] string wloName, [Parameter(DbType = "datetime")] DateTime? date1, [Parameter(DbType = "datetime")] DateTime? date2, [Parameter(DbType = "NVARCHAR(50)")] string projectId)
|
|||
|
{
|
|||
|
IExecuteResult result = this.ExecuteMethodCall(this, ((MethodInfo)MethodInfo.GetCurrentMethod()), unitcode, workareacode, steel, wloName, date1, date2, projectId);
|
|||
|
return (ISingleResult<HJGL_SpRpWelderPerformance>)result.ReturnValue;
|
|||
|
}
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// <20><><EFBFBD><EFBFBD><EFBFBD>ۺϷ<DBBA><CFB7><EFBFBD>
|
|||
|
/// </summary>
|
|||
|
/// <param name="unitNo"></param>
|
|||
|
/// <param name="isono"></param>
|
|||
|
/// <param name="areaNo"></param>
|
|||
|
/// <param name="steel"></param>
|
|||
|
/// <returns></returns>
|
|||
|
[Function(Name = "[dbo].[HJGL_sp_rpt_iso_analyze]")]
|
|||
|
public IEnumerable<HJGL_SpRptIsoAnalyze> HJGL_SpRptIsoAnalyze([Parameter(DbType = "VARCHAR(400)")] string unitNo, [Parameter(DbType = "VARCHAR(100)")] string isono, [Parameter(DbType = "VARCHAR(50)")] string areaNo, [Parameter(DbType = "varchar(50)")] string steel, [Parameter(DbType = "NVARCHAR(50)")] string projectId)
|
|||
|
{
|
|||
|
IExecuteResult result = this.ExecuteMethodCall(this, ((MethodInfo)MethodInfo.GetCurrentMethod()), unitNo, isono, areaNo, steel, projectId);
|
|||
|
return (ISingleResult<HJGL_SpRptIsoAnalyze>)result.ReturnValue;
|
|||
|
}
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// Ԥ<>ư<EFBFBD>װ<EFBFBD><D7B0><EFBFBD><EFBFBD>
|
|||
|
/// </summary>
|
|||
|
/// <param name="unitNo"></param>
|
|||
|
/// <param name="areaNo"></param>
|
|||
|
/// <param name="steel"></param>
|
|||
|
/// <returns></returns>
|
|||
|
[Function(Name = "[dbo].[HJGL_sp_rpt_iso_yzazjd]")]
|
|||
|
public IEnumerable<HJGL_SpRptIsoYzazjd> HJGL_SpRptIsoYzazjd([Parameter(DbType = "VARCHAR(400)")] string unitNo, [Parameter(DbType = "VARCHAR(50)")] string areaNo, [Parameter(DbType = "varchar(50)")] string steel, [Parameter(DbType = "NVARCHAR(50)")] string projectId)
|
|||
|
{
|
|||
|
IExecuteResult result = this.ExecuteMethodCall(this, ((MethodInfo)MethodInfo.GetCurrentMethod()), unitNo, areaNo, steel, projectId);
|
|||
|
return (ISingleResult<HJGL_SpRptIsoYzazjd>)result.ReturnValue;
|
|||
|
}
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// <20><><EFBFBD><EFBFBD><EFBFBD>ۺϷ<DBBA><CFB7><EFBFBD>
|
|||
|
/// </summary>
|
|||
|
/// <param name="unitcode"></param>
|
|||
|
/// <param name="workareacode"></param>
|
|||
|
/// <param name="sername"></param>
|
|||
|
/// <returns></returns>
|
|||
|
[Function(Name = "[dbo].[HJGL_sp_rpt_service]")]
|
|||
|
public IEnumerable<HJGL_SpRptService> HJGL_SpRptService([Parameter(DbType = "varchar(50)")] string unitcode, [Parameter(DbType = "varchar(50)")]string workareacode, [Parameter(DbType = "varchar(50)")]string sername, [Parameter(DbType = "NVARCHAR(50)")] string projectId)
|
|||
|
{
|
|||
|
IExecuteResult result = this.ExecuteMethodCall(this, ((MethodInfo)MethodInfo.GetCurrentMethod()), unitcode, workareacode, sername, projectId);
|
|||
|
return (ISingleResult<HJGL_SpRptService>)result.ReturnValue;
|
|||
|
}
|
|||
|
#endregion
|
|||
|
}
|
|||
|
}
|