Commit 84b42ed8 by xiezhigang

fix

parent cace97f6
......@@ -2841,7 +2841,7 @@ namespace DbConn
/// 沃尔玛 Upc
/// </summary>
[Description("沃尔玛 Upc")]
[Column("s_walmrat_upc")] public int s_walmrat_upc { get; set; }
[Column("s_walmrat_upc")] public string 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