20210917
This commit is contained in:
parent
10562ffb0d
commit
01cef410fd
|
@ -1154,6 +1154,11 @@
|
|||
<Content Include="JDGL\WBS\CostControlDetailHistoryShow.aspx" />
|
||||
<Content Include="JDGL\WBS\CostControlEdit.aspx" />
|
||||
<Content Include="JDGL\WBS\CostControlInitEdit.aspx" />
|
||||
<Content Include="JDGL\WBS\CostControlWeekDetailEdit.aspx" />
|
||||
<Content Include="JDGL\WBS\CostControlWeekDetailHistoryShow.aspx" />
|
||||
<Content Include="JDGL\WBS\CostControlWeekItemDetailEdit.aspx" />
|
||||
<Content Include="JDGL\WBS\MilePost.aspx" />
|
||||
<Content Include="JDGL\WBS\MilePostEdit.aspx" />
|
||||
<Content Include="JDGL\WBS\WBSIn.aspx" />
|
||||
<Content Include="JDGL\WBS\WBSOut.aspx" />
|
||||
<Content Include="JDGL\WBS\WBSSet.aspx" />
|
||||
|
@ -12009,6 +12014,41 @@
|
|||
<Compile Include="JDGL\WBS\CostControlInitEdit.aspx.designer.cs">
|
||||
<DependentUpon>CostControlInitEdit.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="JDGL\WBS\CostControlWeekDetailEdit.aspx.cs">
|
||||
<DependentUpon>CostControlWeekDetailEdit.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="JDGL\WBS\CostControlWeekDetailEdit.aspx.designer.cs">
|
||||
<DependentUpon>CostControlWeekDetailEdit.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="JDGL\WBS\CostControlWeekDetailHistoryShow.aspx.cs">
|
||||
<DependentUpon>CostControlWeekDetailHistoryShow.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="JDGL\WBS\CostControlWeekDetailHistoryShow.aspx.designer.cs">
|
||||
<DependentUpon>CostControlWeekDetailHistoryShow.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="JDGL\WBS\CostControlWeekItemDetailEdit.aspx.cs">
|
||||
<DependentUpon>CostControlWeekItemDetailEdit.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="JDGL\WBS\CostControlWeekItemDetailEdit.aspx.designer.cs">
|
||||
<DependentUpon>CostControlWeekItemDetailEdit.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="JDGL\WBS\MilePost.aspx.cs">
|
||||
<DependentUpon>MilePost.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="JDGL\WBS\MilePost.aspx.designer.cs">
|
||||
<DependentUpon>MilePost.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="JDGL\WBS\MilePostEdit.aspx.cs">
|
||||
<DependentUpon>MilePostEdit.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="JDGL\WBS\MilePostEdit.aspx.designer.cs">
|
||||
<DependentUpon>MilePostEdit.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="JDGL\WBS\WBSIn.aspx.cs">
|
||||
<DependentUpon>WBSIn.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
|
|
|
@ -244773,7 +244773,7 @@ namespace Model
|
|||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Address", DbType="NVarChar(200)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Address", DbType="NVarChar(2000)")]
|
||||
public string Address
|
||||
{
|
||||
get
|
||||
|
@ -244837,7 +244837,7 @@ namespace Model
|
|||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkAreaName", DbType="NVarChar(200)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkAreaName", DbType="NVarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
|
||||
public string WorkAreaName
|
||||
{
|
||||
get
|
||||
|
@ -326436,7 +326436,7 @@ namespace Model
|
|||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Address", DbType="NVarChar(200)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Address", DbType="NVarChar(2000)")]
|
||||
public string Address
|
||||
{
|
||||
get
|
||||
|
@ -326452,7 +326452,7 @@ namespace Model
|
|||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkAreaName", DbType="NVarChar(200)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_WorkAreaName", DbType="NVarChar(MAX)", UpdateCheck=UpdateCheck.Never)]
|
||||
public string WorkAreaName
|
||||
{
|
||||
get
|
||||
|
|
Loading…
Reference in New Issue