修改webservice

This commit is contained in:
2023-05-04 19:17:56 +08:00
parent 873a92c078
commit 8bf83936b2
11 changed files with 486 additions and 19 deletions
+323
View File
@@ -9261,6 +9261,14 @@ namespace Model
}
}
public System.Data.Linq.Table<View_Supervise_SubUnitReportItem> View_Supervise_SubUnitReportItem
{
get
{
return this.GetTable<View_Supervise_SubUnitReportItem>();
}
}
public System.Data.Linq.Table<View_Supervise_SuperviseCheckRectify> View_Supervise_SuperviseCheckRectify
{
get
@@ -406208,6 +406216,321 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.View_Supervise_SubUnitReportItem")]
public partial class View_Supervise_SubUnitReportItem
{
private string _SubUnitReportItemId;
private string _SubUnitReportId;
private string _UnitId;
private System.Nullable<System.DateTime> _PlanReortDate;
private string _ReportTitle;
private string _ReportContent;
private System.Nullable<System.DateTime> _ReportDate;
private string _State;
private string _UpState;
private string _AttachUrlName;
private string _UnitName;
private string _UpStates;
private string _UpStateName;
private string _AttachFileId;
private string _ToKeyId;
private string _AttachSource;
private string _AttachUrl;
public View_Supervise_SubUnitReportItem()
{
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SubUnitReportItemId", DbType="NVarChar(50) NOT NULL", CanBeNull=false)]
public string SubUnitReportItemId
{
get
{
return this._SubUnitReportItemId;
}
set
{
if ((this._SubUnitReportItemId != value))
{
this._SubUnitReportItemId = value;
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SubUnitReportId", DbType="NVarChar(50)")]
public string SubUnitReportId
{
get
{
return this._SubUnitReportId;
}
set
{
if ((this._SubUnitReportId != value))
{
this._SubUnitReportId = value;
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UnitId", DbType="NVarChar(50)")]
public string UnitId
{
get
{
return this._UnitId;
}
set
{
if ((this._UnitId != value))
{
this._UnitId = value;
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PlanReortDate", DbType="DateTime")]
public System.Nullable<System.DateTime> PlanReortDate
{
get
{
return this._PlanReortDate;
}
set
{
if ((this._PlanReortDate != value))
{
this._PlanReortDate = value;
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ReportTitle", DbType="NVarChar(500)")]
public string ReportTitle
{
get
{
return this._ReportTitle;
}
set
{
if ((this._ReportTitle != value))
{
this._ReportTitle = value;
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ReportContent", DbType="NVarChar(1000)")]
public string ReportContent
{
get
{
return this._ReportContent;
}
set
{
if ((this._ReportContent != value))
{
this._ReportContent = value;
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ReportDate", DbType="DateTime")]
public System.Nullable<System.DateTime> ReportDate
{
get
{
return this._ReportDate;
}
set
{
if ((this._ReportDate != value))
{
this._ReportDate = value;
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_State", DbType="Char(1)")]
public string State
{
get
{
return this._State;
}
set
{
if ((this._State != value))
{
this._State = value;
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UpState", DbType="Char(1)")]
public string UpState
{
get
{
return this._UpState;
}
set
{
if ((this._UpState != value))
{
this._UpState = value;
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AttachUrlName", DbType="NVarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
public string AttachUrlName
{
get
{
return this._AttachUrlName;
}
set
{
if ((this._AttachUrlName != value))
{
this._AttachUrlName = value;
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UnitName", DbType="NVarChar(200)")]
public string UnitName
{
get
{
return this._UnitName;
}
set
{
if ((this._UnitName != value))
{
this._UnitName = value;
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UpStates", DbType="VarChar(8)")]
public string UpStates
{
get
{
return this._UpStates;
}
set
{
if ((this._UpStates != value))
{
this._UpStates = value;
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UpStateName", DbType="NVarChar(100)")]
public string UpStateName
{
get
{
return this._UpStateName;
}
set
{
if ((this._UpStateName != value))
{
this._UpStateName = value;
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AttachFileId", DbType="NVarChar(50)")]
public string AttachFileId
{
get
{
return this._AttachFileId;
}
set
{
if ((this._AttachFileId != value))
{
this._AttachFileId = value;
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ToKeyId", DbType="NVarChar(50)")]
public string ToKeyId
{
get
{
return this._ToKeyId;
}
set
{
if ((this._ToKeyId != value))
{
this._ToKeyId = value;
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AttachSource", DbType="NVarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
public string AttachSource
{
get
{
return this._AttachSource;
}
set
{
if ((this._AttachSource != value))
{
this._AttachSource = value;
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_AttachUrl", DbType="NVarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
public string AttachUrl
{
get
{
return this._AttachUrl;
}
set
{
if ((this._AttachUrl != value))
{
this._AttachUrl = value;
}
}
}
}
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.View_Supervise_SuperviseCheckRectify")]
public partial class View_Supervise_SuperviseCheckRectify
{