소스 검색

补充提交

chen_yjin 1 주 전
부모
커밋
ca2b5dcda3
1개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  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; }
+    }
+}