|
@@ -0,0 +1,16 @@
|
|
|
+using LJLib.DAL.SQL;
|
|
|
+using System;
|
|
|
+using System.Collections.Generic;
|
|
|
+using System.Linq;
|
|
|
+using System.Text;
|
|
|
+
|
|
|
+namespace JLHHJSvr.Com.Model
|
|
|
+{
|
|
|
+
|
|
|
+ [PK(new[] { "pzname" })]
|
|
|
+ public sealed class u_bcpcompare
|
|
|
+ {
|
|
|
+ public string pzname { get; set; }
|
|
|
+ public string wip_type { get; set; }
|
|
|
+ }
|
|
|
+}
|