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