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