- using LJLib.DAL.SQL;
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- namespace JLHHJSvr.Com.Model
- {
- [PK(new[] { "bednetid", "printid" })]
- public sealed class u_bednet_interface : BaseInterface
- {
- public int? bednetid { get; set; }
- }
- }
|