u_bcpcompare.cs 311 B

12345678910111213141516
  1. using LJLib.DAL.SQL;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Text;
  6. namespace JLHHJSvr.Com.Model
  7. {
  8. [PK(new[] { "pzname" })]
  9. public sealed class u_bcpcompare
  10. {
  11. public string pzname { get; set; }
  12. public string wip_type { get; set; }
  13. }
  14. }