123456789101112131415161718 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- namespace JLHHJSvr.Com.Model
- {
- public sealed class FxUserDwlayout
- {
- public int userid { get; set; }
- public string dwname { get; set; }
- public string column_visible { get; set; }
- public string column_width { get; set; }
- public string column_x { get; set; }
- public int column_autosize { get; set; }
- public int column_detail_height { get; set; }
- }
- }
|