u_bednet_interface_qd.cs 307 B

1234567891011121314
  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[] { "mattressid", "printid" })]
  9. public sealed class u_bednet_interface_qd : BaseInterfaceQd
  10. {
  11. public int? bednetid { get; set; }
  12. }
  13. }