1
This commit is contained in:
@@ -236,5 +236,10 @@ namespace Model
|
||||
get;
|
||||
set;
|
||||
}
|
||||
public string ClassMeetingDate
|
||||
{
|
||||
get;
|
||||
set;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10155,6 +10155,14 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
public System.Data.Linq.Table<V_Cl_W_MaterialOutS> V_Cl_W_MaterialOutS
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.GetTable<V_Cl_W_MaterialOutS>();
|
||||
}
|
||||
}
|
||||
|
||||
public System.Data.Linq.Table<V_JOINTVIEW> V_JOINTVIEW
|
||||
{
|
||||
get
|
||||
@@ -101203,6 +101211,8 @@ namespace Model
|
||||
|
||||
private System.Nullable<decimal> _RQuantity;
|
||||
|
||||
private string _Ghfs;
|
||||
|
||||
#region 可扩展性方法定义
|
||||
partial void OnLoaded();
|
||||
partial void OnValidate(System.Data.Linq.ChangeAction action);
|
||||
@@ -101251,6 +101261,8 @@ namespace Model
|
||||
partial void OnReturnSheetSIDChanged();
|
||||
partial void OnRQuantityChanging(System.Nullable<decimal> value);
|
||||
partial void OnRQuantityChanged();
|
||||
partial void OnGhfsChanging(string value);
|
||||
partial void OnGhfsChanged();
|
||||
#endregion
|
||||
|
||||
public Cl_w_comp()
|
||||
@@ -101698,6 +101710,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="ghfs", Storage="_Ghfs", DbType="NVarChar(10)")]
|
||||
public string Ghfs
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Ghfs;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Ghfs != value))
|
||||
{
|
||||
this.OnGhfsChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._Ghfs = value;
|
||||
this.SendPropertyChanged("Ghfs");
|
||||
this.OnGhfsChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public event PropertyChangingEventHandler PropertyChanging;
|
||||
|
||||
public event PropertyChangedEventHandler PropertyChanged;
|
||||
@@ -104864,6 +104896,8 @@ namespace Model
|
||||
|
||||
private string _InstallationId;
|
||||
|
||||
private string _Ghfs;
|
||||
|
||||
private EntitySet<Cl_W_MaterialReturnS> _Cl_W_MaterialReturnS;
|
||||
|
||||
#region 可扩展性方法定义
|
||||
@@ -104908,6 +104942,8 @@ namespace Model
|
||||
partial void OnUAidChanged();
|
||||
partial void OnInstallationIdChanging(string value);
|
||||
partial void OnInstallationIdChanged();
|
||||
partial void OnGhfsChanging(string value);
|
||||
partial void OnGhfsChanged();
|
||||
#endregion
|
||||
|
||||
public Cl_W_MaterialReturnM()
|
||||
@@ -105296,6 +105332,26 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="ghfs", Storage="_Ghfs", DbType="NVarChar(10)", UpdateCheck=UpdateCheck.Never)]
|
||||
public string Ghfs
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Ghfs;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Ghfs != value))
|
||||
{
|
||||
this.OnGhfsChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._Ghfs = value;
|
||||
this.SendPropertyChanged("Ghfs");
|
||||
this.OnGhfsChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_CL_W_MAT_REFERENCE_CL_W_MAT", Storage="_Cl_W_MaterialReturnS", ThisKey="ReturnSheetMid", OtherKey="ReturnSheetMid", DeleteRule="NO ACTION")]
|
||||
public EntitySet<Cl_W_MaterialReturnS> Cl_W_MaterialReturnS
|
||||
{
|
||||
@@ -437663,6 +437719,393 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.V_Cl_W_MaterialOutS")]
|
||||
public partial class V_Cl_W_MaterialOutS
|
||||
{
|
||||
|
||||
private string _UAName;
|
||||
|
||||
private string _Installationname;
|
||||
|
||||
private string _OutSheetCode;
|
||||
|
||||
private string _OutSheetSID;
|
||||
|
||||
private string _StorageSheetSID;
|
||||
|
||||
private string _MaterialID;
|
||||
|
||||
private string _SystemCode;
|
||||
|
||||
private string _Materialname;
|
||||
|
||||
private string _Specificationtype;
|
||||
|
||||
private string _Unit;
|
||||
|
||||
private System.Nullable<decimal> _OutQuantity;
|
||||
|
||||
private decimal _ReturnQuantity;
|
||||
|
||||
private System.Nullable<decimal> _Sjcksl;
|
||||
|
||||
private System.Nullable<decimal> _Weight;
|
||||
|
||||
private System.Nullable<decimal> _Price;
|
||||
|
||||
private string _FirstpartyCode;
|
||||
|
||||
private string _ProjectId;
|
||||
|
||||
private string _InstallationId;
|
||||
|
||||
private string _YYPID;
|
||||
|
||||
private string _UAid;
|
||||
|
||||
private System.Nullable<System.DateTime> _UserTime;
|
||||
|
||||
public V_Cl_W_MaterialOutS()
|
||||
{
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UAName", DbType="NVarChar(100)")]
|
||||
public string UAName
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._UAName;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._UAName != value))
|
||||
{
|
||||
this._UAName = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Installationname", DbType="NVarChar(50)")]
|
||||
public string Installationname
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Installationname;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Installationname != value))
|
||||
{
|
||||
this._Installationname = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_OutSheetCode", DbType="NVarChar(50)")]
|
||||
public string OutSheetCode
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._OutSheetCode;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._OutSheetCode != value))
|
||||
{
|
||||
this._OutSheetCode = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_OutSheetSID", DbType="Char(36) NOT NULL", CanBeNull=false)]
|
||||
public string OutSheetSID
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._OutSheetSID;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._OutSheetSID != value))
|
||||
{
|
||||
this._OutSheetSID = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_StorageSheetSID", DbType="Char(36)")]
|
||||
public string StorageSheetSID
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._StorageSheetSID;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._StorageSheetSID != value))
|
||||
{
|
||||
this._StorageSheetSID = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_MaterialID", DbType="Char(36)")]
|
||||
public string MaterialID
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._MaterialID;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._MaterialID != value))
|
||||
{
|
||||
this._MaterialID = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SystemCode", DbType="NVarChar(50)")]
|
||||
public string SystemCode
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._SystemCode;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._SystemCode != value))
|
||||
{
|
||||
this._SystemCode = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="materialname", Storage="_Materialname", DbType="NVarChar(500)")]
|
||||
public string Materialname
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Materialname;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Materialname != value))
|
||||
{
|
||||
this._Materialname = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="specificationtype", Storage="_Specificationtype", DbType="NVarChar(500)")]
|
||||
public string Specificationtype
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Specificationtype;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Specificationtype != value))
|
||||
{
|
||||
this._Specificationtype = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="unit", Storage="_Unit", DbType="NVarChar(50)")]
|
||||
public string Unit
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Unit;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Unit != value))
|
||||
{
|
||||
this._Unit = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_OutQuantity", DbType="Decimal(15,4)")]
|
||||
public System.Nullable<decimal> OutQuantity
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._OutQuantity;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._OutQuantity != value))
|
||||
{
|
||||
this._OutQuantity = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ReturnQuantity", DbType="Decimal(38,4) NOT NULL")]
|
||||
public decimal ReturnQuantity
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._ReturnQuantity;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._ReturnQuantity != value))
|
||||
{
|
||||
this._ReturnQuantity = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Name="sjcksl", Storage="_Sjcksl", DbType="Decimal(38,4)")]
|
||||
public System.Nullable<decimal> Sjcksl
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Sjcksl;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Sjcksl != value))
|
||||
{
|
||||
this._Sjcksl = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Weight", DbType="Decimal(10,4)")]
|
||||
public System.Nullable<decimal> Weight
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Weight;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Weight != value))
|
||||
{
|
||||
this._Weight = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Price", DbType="Decimal(10,4)")]
|
||||
public System.Nullable<decimal> Price
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Price;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Price != value))
|
||||
{
|
||||
this._Price = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_FirstpartyCode", DbType="NVarChar(20)")]
|
||||
public string FirstpartyCode
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._FirstpartyCode;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._FirstpartyCode != value))
|
||||
{
|
||||
this._FirstpartyCode = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProjectId", DbType="NVarChar(50)")]
|
||||
public string ProjectId
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._ProjectId;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._ProjectId != value))
|
||||
{
|
||||
this._ProjectId = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_InstallationId", DbType="NVarChar(50)")]
|
||||
public string InstallationId
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._InstallationId;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._InstallationId != value))
|
||||
{
|
||||
this._InstallationId = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_YYPID", DbType="NVarChar(150)")]
|
||||
public string YYPID
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._YYPID;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._YYPID != value))
|
||||
{
|
||||
this._YYPID = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UAid", DbType="Char(36)")]
|
||||
public string UAid
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._UAid;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._UAid != value))
|
||||
{
|
||||
this._UAid = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_UserTime", DbType="DateTime")]
|
||||
public System.Nullable<System.DateTime> UserTime
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._UserTime;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._UserTime != value))
|
||||
{
|
||||
this._UserTime = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.V_JOINTVIEW")]
|
||||
public partial class V_JOINTVIEW
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user