提交代码

This commit is contained in:
2024-01-05 09:40:50 +08:00
parent 97015c50ec
commit ba149177c6
65 changed files with 9695 additions and 244 deletions
-24
View File
@@ -355575,8 +355575,6 @@ namespace Model
private System.Nullable<int> _OwnerIsAllPass;
private string _PropertyTechnologyId;
private System.Nullable<System.DateTime> _SubcontractorAllPassData;
private System.Nullable<System.DateTime> _ContractorAllPassData;
@@ -355651,8 +355649,6 @@ namespace Model
partial void OnSupervisionIsAllPassChanged();
partial void OnOwnerIsAllPassChanging(System.Nullable<int> value);
partial void OnOwnerIsAllPassChanged();
partial void OnPropertyTechnologyIdChanging(string value);
partial void OnPropertyTechnologyIdChanged();
partial void OnSubcontractorAllPassDataChanging(System.Nullable<System.DateTime> value);
partial void OnSubcontractorAllPassDataChanged();
partial void OnContractorAllPassDataChanging(System.Nullable<System.DateTime> value);
@@ -356018,26 +356014,6 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PropertyTechnologyId", DbType="VarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
public string PropertyTechnologyId
{
get
{
return this._PropertyTechnologyId;
}
set
{
if ((this._PropertyTechnologyId != value))
{
this.OnPropertyTechnologyIdChanging(value);
this.SendPropertyChanging();
this._PropertyTechnologyId = value;
this.SendPropertyChanged("PropertyTechnologyId");
this.OnPropertyTechnologyIdChanged();
}
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_SubcontractorAllPassData", DbType="DateTime")]
public System.Nullable<System.DateTime> SubcontractorAllPassData
{