FxUserDwlayout.cs 505 B

123456789101112131415161718
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. namespace JLHHJSvr.Com.Model
  6. {
  7. public sealed class FxUserDwlayout
  8. {
  9. public int userid { get; set; }
  10. public string dwname { get; set; }
  11. public string column_visible { get; set; }
  12. public string column_width { get; set; }
  13. public string column_x { get; set; }
  14. public int column_autosize { get; set; }
  15. public int column_detail_height { get; set; }
  16. }
  17. }