提交代码

This commit is contained in:
2024-05-31 16:35:01 +08:00
parent 7be591cb7c
commit c99de0bba7
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -98838,7 +98838,7 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Problem", DbType="VarChar(50)")]
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Problem", DbType="NVarChar(1000)")]
public string Problem
{
get
@@ -98858,7 +98858,7 @@ namespace Model
}
}
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Measure", DbType="VarChar(100)")]
[global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Measure", DbType="NVarChar(1000)")]
public string Measure
{
get