From 01cef410fd9a01eecebc8b58026cdaafa132acf8 Mon Sep 17 00:00:00 2001 From: Frane Date: Fri, 17 Sep 2021 11:05:31 +0800 Subject: [PATCH] 20210917 --- SGGL/FineUIPro.Web/FineUIPro.Web.csproj | 40 +++++++++++++++++++++++++ SGGL/Model/Model.cs | 8 ++--- 2 files changed, 44 insertions(+), 4 deletions(-) diff --git a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj index 32f696ba..0a96ca9d 100644 --- a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj +++ b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj @@ -1154,6 +1154,11 @@ + + + + + @@ -12009,6 +12014,41 @@ CostControlInitEdit.aspx + + CostControlWeekDetailEdit.aspx + ASPXCodeBehind + + + CostControlWeekDetailEdit.aspx + + + CostControlWeekDetailHistoryShow.aspx + ASPXCodeBehind + + + CostControlWeekDetailHistoryShow.aspx + + + CostControlWeekItemDetailEdit.aspx + ASPXCodeBehind + + + CostControlWeekItemDetailEdit.aspx + + + MilePost.aspx + ASPXCodeBehind + + + MilePost.aspx + + + MilePostEdit.aspx + ASPXCodeBehind + + + MilePostEdit.aspx + WBSIn.aspx ASPXCodeBehind diff --git a/SGGL/Model/Model.cs b/SGGL/Model/Model.cs index 8ff839dd..ef99d532 100644 --- a/SGGL/Model/Model.cs +++ b/SGGL/Model/Model.cs @@ -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