2023-04-04 001
This commit is contained in:
@@ -257822,6 +257822,8 @@ namespace Model
|
||||
|
||||
private string _DNDia;
|
||||
|
||||
private System.Nullable<decimal> _Size;
|
||||
|
||||
private System.Nullable<decimal> _Thickness;
|
||||
|
||||
private string _Remark;
|
||||
@@ -257970,6 +257972,22 @@ namespace Model
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Size", DbType="Decimal(8,3)")]
|
||||
public System.Nullable<decimal> Size
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._Size;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._Size != value))
|
||||
{
|
||||
this._Size = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Thickness", DbType="Decimal(8,3)")]
|
||||
public System.Nullable<decimal> Thickness
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user