物资添加照片

This commit is contained in:
2025-07-01 19:03:10 +08:00
parent 665208399a
commit 64082cbb9c
3 changed files with 466 additions and 50 deletions
+395
View File
@@ -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
@@ -437711,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
{