Commit 4b09e691 by xiezhigang

Revert "fix"

This reverts commit 84b42ed8.
parent 84b42ed8
...@@ -2841,7 +2841,7 @@ namespace DbConn ...@@ -2841,7 +2841,7 @@ namespace DbConn
/// 沃尔玛 Upc /// 沃尔玛 Upc
/// </summary> /// </summary>
[Description("沃尔玛 Upc")] [Description("沃尔玛 Upc")]
[Column("s_walmrat_upc")] public string s_walmrat_upc { get; set; } [Column("s_walmrat_upc")] public int s_walmrat_upc { get; set; }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment