This commit is contained in:
parent
74312cd9d3
commit
8a7d08b91e
|
@ -0,0 +1,2 @@
|
|||
alter table HJGL_BS_Welder add PhotoUrl nvarchar(200) null
|
||||
GO
|
|
@ -24429,6 +24429,8 @@ namespace Model
|
|||
|
||||
private System.Nullable<decimal> _MaxHanTiao;
|
||||
|
||||
private string _PhotoUrl;
|
||||
|
||||
private EntitySet<HJGL_BO_Batch> _HJGL_BO_Batch;
|
||||
|
||||
private EntitySet<HJGL_BO_PreWeldReportMain> _HJGL_BO_PreWeldReportMain;
|
||||
|
@ -24543,6 +24545,8 @@ namespace Model
|
|||
partial void OnMaxWeldingWireChanged();
|
||||
partial void OnMaxHanTiaoChanging(System.Nullable<decimal> value);
|
||||
partial void OnMaxHanTiaoChanged();
|
||||
partial void OnPhotoUrlChanging(string value);
|
||||
partial void OnPhotoUrlChanged();
|
||||
#endregion
|
||||
|
||||
public HJGL_BS_Welder()
|
||||
|
@ -25369,6 +25373,26 @@ namespace Model
|
|||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PhotoUrl", DbType="NVarChar(200)")]
|
||||
public string PhotoUrl
|
||||
{
|
||||
get
|
||||
{
|
||||
return this._PhotoUrl;
|
||||
}
|
||||
set
|
||||
{
|
||||
if ((this._PhotoUrl != value))
|
||||
{
|
||||
this.OnPhotoUrlChanging(value);
|
||||
this.SendPropertyChanging();
|
||||
this._PhotoUrl = value;
|
||||
this.SendPropertyChanged("PhotoUrl");
|
||||
this.OnPhotoUrlChanged();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.AssociationAttribute(Name="FK_HJGL_BO_Batch_HJGL_BS_Welder", Storage="_HJGL_BO_Batch", ThisKey="WED_ID", OtherKey="WED_ID", DeleteRule="NO ACTION")]
|
||||
public EntitySet<HJGL_BO_Batch> HJGL_BO_Batch
|
||||
{
|
||||
|
|
|
@ -79,13 +79,13 @@
|
|||
<publishTime>09/10/2013 16:29:20</publishTime>
|
||||
</File>
|
||||
<File Include="bin/BLL.dll">
|
||||
<publishTime>07/25/2025 08:51:11</publishTime>
|
||||
<publishTime>07/25/2025 18:18:16</publishTime>
|
||||
</File>
|
||||
<File Include="bin/BLL.dll.config">
|
||||
<publishTime>07/03/2024 11:01:05</publishTime>
|
||||
</File>
|
||||
<File Include="bin/BLL.pdb">
|
||||
<publishTime>07/25/2025 08:51:11</publishTime>
|
||||
<publishTime>07/25/2025 18:18:16</publishTime>
|
||||
</File>
|
||||
<File Include="bin/BouncyCastle.Crypto.dll">
|
||||
<publishTime>12/17/2020 21:32:28</publishTime>
|
||||
|
@ -115,10 +115,10 @@
|
|||
<publishTime>07/25/2012 11:48:56</publishTime>
|
||||
</File>
|
||||
<File Include="bin/Model.dll">
|
||||
<publishTime>07/25/2025 08:51:10</publishTime>
|
||||
<publishTime>07/25/2025 18:18:15</publishTime>
|
||||
</File>
|
||||
<File Include="bin/Model.pdb">
|
||||
<publishTime>07/25/2025 08:51:10</publishTime>
|
||||
<publishTime>07/25/2025 18:18:15</publishTime>
|
||||
</File>
|
||||
<File Include="bin/Newtonsoft.Json.dll">
|
||||
<publishTime>02/18/2018 09:44:54</publishTime>
|
||||
|
@ -316,10 +316,10 @@
|
|||
<publishTime>02/01/2018 12:20:56</publishTime>
|
||||
</File>
|
||||
<File Include="bin/WebAPI.dll">
|
||||
<publishTime>07/25/2025 08:51:12</publishTime>
|
||||
<publishTime>07/25/2025 18:18:17</publishTime>
|
||||
</File>
|
||||
<File Include="bin/WebAPI.pdb">
|
||||
<publishTime>07/25/2025 08:51:12</publishTime>
|
||||
<publishTime>07/25/2025 18:18:17</publishTime>
|
||||
</File>
|
||||
<File Include="bin/WebGrease.dll">
|
||||
<publishTime>01/23/2014 13:57:34</publishTime>
|
||||
|
@ -445,7 +445,7 @@
|
|||
<publishTime>07/03/2024 11:01:07</publishTime>
|
||||
</File>
|
||||
<File Include="Web.config">
|
||||
<publishTime>07/25/2025 08:51:20</publishTime>
|
||||
<publishTime>07/25/2025 18:19:02</publishTime>
|
||||
</File>
|
||||
</ItemGroup>
|
||||
</Project>
|
Loading…
Reference in New Issue