username@email.com
2021-11-29 e9f8d150668099ffe648b7c9ab9df290c3276db8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
using System;
using System.Collections.Generic;
 
#nullable disable
 
namespace zhengcaioa.Models
{
    public partial class PltUser
    {
        public string Id { get; set; }
        public string UserSn { get; set; }
        public string UserAlias { get; set; }
        public string UserName { get; set; }
        public string Password { get; set; }
        public string UserType { get; set; }
        public string Email { get; set; }
        public string Phone { get; set; }
        public string Pic { get; set; }
        public string Imei { get; set; }
        public string UserCode { get; set; }
        public string RecStatus { get; set; }
        public string Creater { get; set; }
        public DateTime Createtime { get; set; }
        public string Modifier { get; set; }
        public DateTime Modifytime { get; set; }
        public string Clientid { get; set; }
        public string DeptId { get; set; }
        public string HrPosition { get; set; }
        public string IsYwjl { get; set; }
        public string IsQdht { get; set; }
        public string IsGmsb { get; set; }
        public string Zhiwustatus { get; set; }
        public string BasicPrice { get; set; }
        public string Tel { get; set; }
        public string Qq { get; set; }
        public string Idcard { get; set; }
        public string Reamrk { get; set; }
        public string LengthPrice { get; set; }
        public string ZsName { get; set; }
        public string Jg { get; set; }
        public string JzAddress { get; set; }
        public string HjAddress { get; set; }
        public string Poxm { get; set; }
        public string Podh { get; set; }
        public DateTime? Birthday { get; set; }
        public string Sex { get; set; }
        public DateTime? Indate { get; set; }
        public DateTime? Outdate { get; set; }
        public DateTime? ShiyongDate { get; set; }
        public DateTime? ShiyongDateEnd { get; set; }
        public decimal? ShiyongPrice { get; set; }
        public DateTime? Shebaodate { get; set; }
        public string Education { get; set; }
        public string School { get; set; }
        public string Zhengzhi { get; set; }
        public string IsMaryed { get; set; }
        public string Weixin { get; set; }
        public string Jinji { get; set; }
        public string JinjiPhone { get; set; }
        public string JzYoubian { get; set; }
        public string HjYoubian { get; set; }
        public string IpMac { get; set; }
        public string Usernumber { get; set; }
        public string Isxmenter { get; set; }
        public string Iswdenter { get; set; }
        public decimal? advancewages { get; set; }
        public decimal? miniyearsalary { get; set; }
        public decimal? senioritywages { get; set; }
        public string Istravelsubsidy { get; set; }
        public string Beizhu { get; set; }
        public decimal? baomisalary { get; set; }
        public decimal? jibensalary { get; set; }
        public decimal? jintiesalary { get; set; }
        public decimal? geshuiqizheng { get; set; }
        public string Yaoqingma { get; set; }
    }
}