试车管理-系统资产导入
This commit is contained in:
parent
88067caa9c
commit
9974d25267
|
@ -0,0 +1,8 @@
|
|||
|
||||
|
||||
--试车管理-系统资产导入
|
||||
ALTER TABLE PreRun_PropertySysPiping
|
||||
ALTER COLUMN PipingStart VARCHAR(500);
|
||||
ALTER TABLE PreRun_PropertySysPiping
|
||||
ALTER COLUMN PipingEnd VARCHAR(500);
|
||||
|
|
@ -19321,7 +19321,7 @@
|
|||
</FlavorProperties>
|
||||
</VisualStudio>
|
||||
</ProjectExtensions>
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v16.0\WebApplications\Microsoft.WebApplication.targets" />
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v17.0\WebApplications\Microsoft.WebApplication.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
|
|
|
@ -281357,7 +281357,7 @@ namespace Model
|
|||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PipingStart", DbType="VarChar(50)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PipingStart", DbType="VarChar(500)")]
|
||||
public string PipingStart
|
||||
{
|
||||
get
|
||||
|
@ -281377,7 +281377,7 @@ namespace Model
|
|||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PipingEnd", DbType="VarChar(50)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PipingEnd", DbType="VarChar(500)")]
|
||||
public string PipingEnd
|
||||
{
|
||||
get
|
||||
|
@ -321220,7 +321220,7 @@ namespace Model
|
|||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProblemDesrioption", DbType="NVarChar(200)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProblemDesrioption", DbType="NVarChar(2000)")]
|
||||
public string ProblemDesrioption
|
||||
{
|
||||
get
|
||||
|
@ -321240,7 +321240,7 @@ namespace Model
|
|||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TreatmentMeasures", DbType="NVarChar(200)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TreatmentMeasures", DbType="NVarChar(2000)")]
|
||||
public string TreatmentMeasures
|
||||
{
|
||||
get
|
||||
|
@ -322202,7 +322202,7 @@ namespace Model
|
|||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProblemDesrioption", DbType="NVarChar(200)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProblemDesrioption", DbType="NVarChar(2000)")]
|
||||
public string ProblemDesrioption
|
||||
{
|
||||
get
|
||||
|
@ -322222,7 +322222,7 @@ namespace Model
|
|||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TreatmentMeasures", DbType="NVarChar(200)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TreatmentMeasures", DbType="NVarChar(2000)")]
|
||||
public string TreatmentMeasures
|
||||
{
|
||||
get
|
||||
|
@ -438616,7 +438616,7 @@ namespace Model
|
|||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProblemDesrioption", DbType="NVarChar(200)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProblemDesrioption", DbType="NVarChar(2000)")]
|
||||
public string ProblemDesrioption
|
||||
{
|
||||
get
|
||||
|
@ -438632,7 +438632,7 @@ namespace Model
|
|||
}
|
||||
}
|
||||
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TreatmentMeasures", DbType="NVarChar(200)")]
|
||||
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_TreatmentMeasures", DbType="NVarChar(2000)")]
|
||||
public string TreatmentMeasures
|
||||
{
|
||||
get
|
||||
|
|
Loading…
Reference in New Issue