Ver código fonte

补充提交

chen_yjin 1 semana atrás
pai
commit
ca2b5dcda3
1 arquivos alterados com 16 adições e 0 exclusões
  1. 16 0
      JLHHJSvr/Com/Model/u_bcpcompare.cs

+ 16 - 0
JLHHJSvr/Com/Model/u_bcpcompare.cs

@@ -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; }
+    }
+}