Name | Description | Type | Additional information |
---|---|---|---|
userid |
会员代码 |
integer |
None. |
username |
用户名 |
string |
Required Max length: 20 |
mobile |
手机 |
string |
Required Max length: 11 |
fname |
姓名 |
string |
Max length: 60 |
sex |
性别M男,W女 |
string |
Max length: 1 |
certificatetype |
证件类型 Char(1) 1 二代居民身份证2 军官证,士兵证3 护照 4 其他 |
string |
Max length: 1 |
certificatecode |
身份证号 |
string |
Max length: 20 |
nation |
民族 Varchar(20) |
string |
Max length: 20 |
address |
地址 Varchar(200) |
string |
Max length: 200 |
status |
状态 Char(1) 1正常, 3已禁用 |
string |
Max length: 1 |
disabledate |
禁用日期 YYYYMMDD |
string |
Max length: 8 |
EMAIL Varchar(60) |
string |
Max length: 60 |
|
regdate |
注册日期时间 char(14) YYYYMMDDHHmmss |
string |
Max length: 14 |
reserve1 |
保留一 |
string |
Max length: 50 |
reserve2 |
保留2 |
string |
Max length: 50 |
reserve3 |
保留3 |
string |
Max length: 50 |
password |
密码的密文:TripleDes(UPPER_MD5(登陆密码),GetKeys(HAWK认证KEY)) 当前类的实例用于更新用户信息时,此属性无效(没有任何用途)。 |
string |
None. |