diff --git a/Lib/Tiobon.Core.Base.dll b/Lib/Tiobon.Core.Base.dll
index 18efcb21..93646b97 100644
Binary files a/Lib/Tiobon.Core.Base.dll and b/Lib/Tiobon.Core.Base.dll differ
diff --git a/Lib/Tiobon.Core.Base.xml b/Lib/Tiobon.Core.Base.xml
new file mode 100644
index 00000000..517447ce
--- /dev/null
+++ b/Lib/Tiobon.Core.Base.xml
@@ -0,0 +1,662 @@
+
+
+
+ Tiobon.Core.Base
+
+
+
+
+ Tiobon.Core.Base
+
+
+
+
+ 格式化DateTime类型为字符串类型,精确到年,如:2008
+
+
+
+
+
+
+ 格式化DateTime类型为字符串类型,精确到年,如:2008
+
+
+
+
+
+
+ 格式化DateTime类型为字符串类型,精确到月,如:2008-01
+
+
+
+
+
+
+ 格式化object类型为字符串类型,精确到月,如:2008-01
+
+
+
+
+
+
+ 格式化DateTime类型为字符串类型,精确到天,如:2008-01-01
+
+
+
+
+
+
+ 格式化DateTime类型为字符串类型,精确到天,如:2008-01-01
+
+
+
+
+
+
+ 格式化DateTime类型为字符串类型,精确到小时,如:2008-01-01 18
+
+
+
+
+
+
+ 格式化object类型为字符串类型,精确到小时,如:2008-01-01 18
+
+
+
+
+
+
+ 格式化object类型为字符串类型,精确到天,如:2008-01-01
+
+
+
+
+
+
+ 格式化DateTime类型为字符串类型,精确到分钟,如:2008-01-01 18:09
+
+
+
+
+
+
+ 格式化object类型为字符串类型,精确到分钟,如:2008-01-01 18:09
+
+
+
+
+
+
+ 格式化DateTime类型为字符串类型,精确到秒,如:2008-01-01 18:09:20
+
+
+
+
+
+
+ 格式化DateTime类型为字符串类型,精确到秒,如:20080101180920
+
+
+
+
+
+
+ 格式化object类型为字符串类型,精确到秒,如:2008-01-01 18:09:20
+
+
+
+
+
+
+ 格式化DateTime类型为字符串类型,如:01/01
+
+
+
+
+
+
+ 格式化object类型为字符串类型,如:01/01
+
+
+
+
+
+
+ 格式化DateTime类型为字符串类型,如:12:12
+
+
+
+
+
+
+ 格式化object类型为字符串类型,如:12:12
+
+
+
+
+
+
+ 格式化DateTime类型为字符串类型,如:12:12:12
+
+
+
+
+
+
+ 格式化object类型为字符串类型,如:12:12:12
+
+
+
+
+
+
+ 格式化DateTime类型为字符串类型,如:2020-05
+
+
+
+
+
+
+ 格式化object类型为字符串类型,如:2020-05
+
+
+
+
+
+
+ 格式化DateTime类型为字符串类型,如:2020-05
+
+
+
+
+
+
+ 格式化object类型为字符串类型,如:2020-05
+
+
+
+
+
+
+ 毫秒转天时分秒
+
+
+
+
+
+
+ 增删改查接口
+
+
+
+
+
+
+
+
+ 根据ID查询实体数据是否存在
+
+
+
+
+
+
+ 根据表达式,删除实体
+
+
+
+
+
+
+ 增删改查基础服务
+
+
+
+
+
+
+
+
+ 根据ID查询实体数据是否存在
+
+
+
+
+
+
+ 根据ID查询一条数据
+
+ id(必须指定主键特性 [SugarColumn(IsPrimaryKey=true)]),如果是联合主键,请使用Where条件
+ 是否使用缓存
+ 数据实体
+
+
+
+ 根据ID查询数据
+
+ id列表(必须指定主键特性 [SugarColumn(IsPrimaryKey=true)]),如果是联合主键,请使用Where条件
+ 数据实体列表
+
+
+
+ 写入实体数据
+
+ 实体类
+
+
+
+
+ 批量插入实体(速度快)
+
+ 实体集合
+ 影响行数
+
+
+
+ 更新实体数据
+
+ 实体类
+
+
+
+
+ 更新实体数据
+
+ 实体类
+
+
+
+
+ 根据实体删除一条数据
+
+ 实体类
+
+
+
+
+ 删除指定ID的数据
+
+ 主键ID
+
+
+
+
+ 删除指定ID的数据
+
+ 主键ID
+
+
+
+
+ 删除指定ID集合的数据(批量删除)
+
+ 主键ID集合
+
+
+
+
+ 删除指定ID集合的数据(批量删除)
+
+ 主键ID集合
+
+
+
+
+ 根据表达式,删除实体
+
+ 表达式
+
+
+
+
+ 查询所有数据
+
+ 数据列表
+
+
+
+ 查询数据列表
+
+ 条件
+ 数据列表
+
+
+
+ 查询数据列表
+
+ whereExpression
+ 数据列表
+
+
+
+ 按照特定列查询数据列表
+
+
+
+
+
+
+
+ 按照特定列查询数据列表带条件排序
+
+
+ 过滤条件
+ 查询实体条件
+ 排序条件
+
+
+
+
+ 查询一个列表
+
+ 条件表达式
+ 排序字段,如name asc,age desc
+ 数据列表
+
+
+
+ 查询一个列表
+
+ 条件
+ 排序字段,如name asc,age desc
+ 数据列表
+
+
+
+ 根据sql语句查询
+
+ 完整的sql语句
+ 参数
+ 泛型集合
+
+
+
+ 根据sql语句查询
+
+ 完整的sql语句
+ 参数
+ DataTable
+
+
+
+ 查询前N条数据
+
+ 条件表达式
+ 前N条
+ 排序字段,如name asc,age desc
+ 数据列表
+
+
+
+ 查询前N条数据
+
+ 条件
+ 前N条
+ 排序字段,如name asc,age desc
+ 数据列表
+
+
+
+ 分页查询
+
+ 条件表达式
+ 页码(下标0)
+ 页大小
+ 排序字段,如name asc,age desc
+ 数据列表
+
+
+
+ 分页查询
+
+ 条件
+ 页码(下标0)
+ 页大小
+ 排序字段,如name asc,age desc
+ 数据列表
+
+
+
+ 列名按照前端显示顺序导出
+
+
+
+
+
+
+
+ 根据实体删除一条数据
+
+ 实体类
+
+
+
+
+ 转换TEditDto2TEntity
+
+
+
+
+
+
+
+ 检查表中是否已经存在相同代码的数据
+
+ 表名
+ 字段名
+ 字段值
+ ModifyType.Add,ModifyType.Edit
+ ModifyType.Edit时修改记录的ROW_ID值
+ 判断栏位的提示名称
+
+
+
+ 检查表中是否已经存在相同代码的数据
+
+ 表名
+ 字段名
+ 字段值
+ 条件
+ ModifyType.Add,ModifyType.Edit
+ ModifyType.Edit时修改记录的ROW_ID值
+ 判断栏位的提示名称
+ Where后的条件,如:IS_ALCON='Y'
+
+
+
+ 自动编号
+
+ 表名
+ 栏位名
+ 前缀
+
+
+
+
+
+
+
+
+
+
+
+ 根据ID查询一条数据
+
+ id(必须指定主键特性 [SugarColumn(IsPrimaryKey=true)]),如果是联合主键,请使用Where条件
+ 是否使用缓存
+ 数据实体
+
+
+
+ 根据ID查询数据
+
+ id列表(必须指定主键特性 [SugarColumn(IsPrimaryKey=true)]),如果是联合主键,请使用Where条件
+ 数据实体列表
+
+
+
+ 写入实体数据
+
+ 博文实体类
+
+
+
+
+ 批量插入实体(速度快)
+
+ 实体集合
+ 影响行数
+
+
+
+ 更新实体数据
+
+ 博文实体类
+
+
+
+
+ 更新实体数据
+
+ 博文实体类
+
+
+
+
+ 根据实体删除一条数据
+
+ 博文实体类
+
+
+
+
+ 删除指定ID的数据
+
+ 主键ID
+
+
+
+
+ 删除指定ID集合的数据(批量删除)
+
+ 主键ID集合
+
+
+
+
+ 查询所有数据
+
+ 数据列表
+
+
+
+ 查询数据列表
+
+ 条件
+ 数据列表
+
+
+
+ 查询数据列表
+
+ whereExpression
+ 数据列表
+
+
+
+ 按照特定列查询数据列表
+
+
+
+
+
+
+
+ 按照特定列查询数据列表带条件排序
+
+
+ 过滤条件
+ 查询实体条件
+ 排序条件
+
+
+
+
+ 查询一个列表
+
+ 条件表达式
+ 排序字段,如name asc,age desc
+ 数据列表
+
+
+
+ 查询一个列表
+
+ 条件
+ 排序字段,如name asc,age desc
+ 数据列表
+
+
+
+ 根据sql语句查询
+
+ 完整的sql语句
+ 参数
+ 泛型集合
+
+
+
+ 根据sql语句查询
+
+ 完整的sql语句
+ 参数
+ DataTable
+
+
+
+ 查询前N条数据
+
+ 条件表达式
+ 前N条
+ 排序字段,如name asc,age desc
+ 数据列表
+
+
+
+ 查询前N条数据
+
+ 条件
+ 前N条
+ 排序字段,如name asc,age desc
+ 数据列表
+
+
+
+ 分页查询
+
+ 条件表达式
+ 页码(下标0)
+ 页大小
+ 排序字段,如name asc,age desc
+ 数据列表
+
+
+
+ 分页查询
+
+ 条件
+ 页码(下标0)
+ 页大小
+ 排序字段,如name asc,age desc
+ 数据列表
+
+
+
+ 根据实体删除一条数据
+
+ 博文实体类
+
+
+
+
diff --git a/Model/Tiobon.Web.pdm b/Model/Tiobon.Web.pdm
index 5916945b..a5a2e425 100644
--- a/Model/Tiobon.Web.pdm
+++ b/Model/Tiobon.Web.pdm
@@ -1,5 +1,5 @@
-
+
@@ -9743,7 +9743,7 @@ DESTINATION 0 新宋体,8,N
1717726229
1719381754
-((-42337,11400), (-39337,18375))
+((-42449,11400), (-39225,18375))
((-40837,11400),(-40837,18375))
2
1
@@ -9966,7 +9966,7 @@ DESTINATION 0 新宋体,8,N
1727337857
1727337857
-((-54786,11250), (-48786,18150))
+((-54898,11250), (-48674,18150))
((-51786,18150),(-51786,11250))
2
1
@@ -10010,7 +10010,7 @@ DESTINATION 0 新宋体,8,N
1738913762
1747275741
-((-45111,-30675), (-40611,-24525))
+((-45223,-30675), (-40499,-24525))
((-44099,-30675),(-44099,-27375),(-41624,-27375),(-41624,-24525))
2
1
@@ -10056,7 +10056,7 @@ DESTINATION 0 新宋体,8,N
1738915648
1738915648
-((-43011,-23625), (-38511,-17925))
+((-43123,-23625), (-38399,-17925))
((-40761,-17925),(-40761,-23625))
2
1
@@ -10078,7 +10078,7 @@ DESTINATION 0 新宋体,8,N
1738916095
1738916119
-((-53924,-23812), (-39449,-17325))
+((-54036,-23812), (-39449,-17325))
((-51674,-17325),(-51674,-23400),(-39449,-23400))
2
1
@@ -10100,7 +10100,7 @@ DESTINATION 0 新宋体,8,N
1738916098
1738916104
-((-53999,-31050), (-42899,-24863))
+((-54111,-31050), (-42899,-24863))
((-51749,-31050),(-51749,-25275),(-42899,-25275))
2
1
@@ -10299,7 +10299,7 @@ DESTINATION 0 新宋体,8,N
1747035168
1747035168
-((-15055,-44850), (-7331,-37125))
+((-14943,-44850), (-7443,-37125))
((-11193,-44850),(-11193,-37125))
2
1
@@ -29255,7 +29255,7 @@ Shadow=0
Ghre_CertificateRule
1721280148
Administrator
-1748492358
+1749172854
Administrator
培训证书规则
@@ -29613,6 +29613,29 @@ Shadow=0
64
+CB4E0B5A-356C-42BA-8A69-B2FEDF7DB1F5
+类别
+RuleClass
+1749172854
+Administrator
+1749172918
+Administrator
+类别
+nvarchar(32)
+32
+
+
+5EA4C962-7F05-4637-9575-03C53C7BBC09
+设计模板
+IsDesign
+1749172853
+Administrator
+1749172939
+Administrator
+设计模板
+int
+
+
8C3CC76E-55C9-4B86-9744-22EAA8105E9B
备注
RemarkSz
@@ -29627,7 +29650,7 @@ Shadow=0
-
+
5748058F-BCCD-49C0-9012-3D7E96B6D69A
默认标志
IsDefault
@@ -29642,7 +29665,7 @@ Shadow=0
-
+
2589055F-505E-441A-9696-9964A7A4A008
删除标志
IsEnable
@@ -29657,7 +29680,7 @@ Shadow=0
-
+
D20B915C-FCA1-494B-A8A2-B2FF85468C64
预留字段1
Reverse1
@@ -29669,7 +29692,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
1B4FABC6-E541-4068-ACFB-BC9078682988
预留字段2
Reverse2
@@ -29681,7 +29704,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
B6310193-4CEE-4148-BE8B-3C11D8F4322D
预留字段3
Reverse3
@@ -29693,7 +29716,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
9FE04BB6-928C-4531-9DDD-0FDBC30BB174
预留字段4
Reverse4
@@ -29705,7 +29728,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
D97789F8-ED46-447A-AD69-0776DE2FABCD
预留字段5
Reverse5
@@ -29717,7 +29740,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
AEDD3137-4121-440A-9A7E-B6F299000B70
预留字段6
Reverse6
@@ -29729,7 +29752,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
4FCFEEF7-1047-46A9-916C-FA8C1AA3F795
预留字段7
Reverse7
@@ -29741,7 +29764,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
323C988B-20C0-43EC-ADAE-0FF35D6DFA4A
预留字段8
Reverse8
@@ -29753,7 +29776,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
69763777-A397-4C79-B48F-02E75CD145FF
预留字段9
Reverse9
@@ -29765,7 +29788,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
B6FBA743-4C50-4218-8E94-29BFBEEB0F26
预留字段10
Reverse10
@@ -29777,7 +29800,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
FCCD8A45-2561-4DD5-A9E9-348C2FD700BC
预留字段I1
ReverseI1
@@ -29789,7 +29812,7 @@ Shadow=0
0
int
-
+
4EF2055B-A955-44E6-A36E-C6441D831DD6
预留字段I2
ReverseI2
@@ -29803,7 +29826,7 @@ Shadow=0
-
+
9A140C59-A38D-4A71-9AAB-F1F0C0F7E66B
Key_1
Key_1
@@ -29817,10 +29840,10 @@ Shadow=0
-
+
-
+
@@ -29834,7 +29857,7 @@ Shadow=0
必选修规则人员
-
+
8DBABE84-0D95-4963-B5DF-D877A206762B
Id
Id
@@ -29849,7 +29872,7 @@ Shadow=0
-
+
48A72633-A433-493B-9FCF-BD126E84A4AF
创建人
CreateBy
@@ -29863,7 +29886,7 @@ Shadow=0
-
+
CBF754F2-F6C8-4BF8-BBFD-F479FF0BE68F
创建时间
CreateTime
@@ -29877,7 +29900,7 @@ Shadow=0
-
+
C8F58FBE-8633-4F75-BD8E-3E04F33B8863
创建程序
CreateProg
@@ -29889,7 +29912,7 @@ Shadow=0
nvarchar(100)
100
-
+
4D66366A-5007-40A1-962C-BF3D01F8C361
创建人IP
CreateIP
@@ -29901,7 +29924,7 @@ Shadow=0
nvarchar(100)
100
-
+
64AFEE52-E383-4E01-B6FB-92E27CA8DFF4
修改人
UpdateBy
@@ -29915,7 +29938,7 @@ Shadow=0
-
+
DDDCCDAF-B043-44AA-BBDF-01D692B67095
修改时间
UpdateTime
@@ -29929,7 +29952,7 @@ Shadow=0
-
+
974D9E72-CDB6-4CEF-8D2D-4D4B26993235
修改程序
UpdateProg
@@ -29941,7 +29964,7 @@ Shadow=0
nvarchar(100)
100
-
+
21CCFED9-583C-4B5A-8370-170748173C49
修改人IP
UpdateIP
@@ -29953,7 +29976,7 @@ Shadow=0
nvarchar(100)
100
-
+
A5BF1114-3882-4699-83F8-3B0F5C2FA382
操作日志ID
OperateLogID
@@ -29968,7 +29991,7 @@ Shadow=0
-
+
EEFF42B2-E137-4D20-B315-59446F45D0CA
必选修规则ID
StudyRuleId
@@ -29979,7 +30002,7 @@ Shadow=0
必选修规则ID
bigint
-
+
DE5726E5-8EF1-4BB4-AB0C-735D098B2A57
人员
StaffId
@@ -29990,7 +30013,7 @@ Shadow=0
人员
bigint
-
+
BEF0B3E2-5C5F-4A6E-A696-23BE258E5967
员工姓名
StaffName
@@ -30005,7 +30028,7 @@ Shadow=0
-
+
E04C7821-5C70-4181-A47A-CB6781A4EA94
备注
RemarkSz
@@ -30020,7 +30043,7 @@ Shadow=0
-
+
E963DF7D-5FF1-46E5-BFD1-C77FBC755D50
默认标志
IsDefault
@@ -30035,7 +30058,7 @@ Shadow=0
-
+
8EC54578-BC99-4FA2-AA3E-49C78AD49294
删除标志
IsEnable
@@ -30050,7 +30073,7 @@ Shadow=0
-
+
20F23FED-B864-48D9-A5F2-62530E6B6B6D
预留字段1
Reverse1
@@ -30062,7 +30085,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
4D83EE02-C7B8-4454-9961-5D4317D0393D
预留字段2
Reverse2
@@ -30074,7 +30097,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
35840EFC-0D77-4B15-8DCA-C163FC95D7F0
预留字段3
Reverse3
@@ -30086,7 +30109,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
58515022-4E1B-4716-BCE9-0452E0DF1EC1
预留字段4
Reverse4
@@ -30098,7 +30121,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
23D6B0F2-E0BB-48E1-B6C7-02CD99506ECF
预留字段5
Reverse5
@@ -30110,7 +30133,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
2387FA8F-20B2-4370-B3CB-D4B3DEC74BF4
预留字段6
Reverse6
@@ -30122,7 +30145,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
73BE3393-7BFC-4ED3-9421-1B079B700C59
预留字段7
Reverse7
@@ -30134,7 +30157,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
3382A8F6-1F0B-45ED-9048-D60BD40A3ACA
预留字段8
Reverse8
@@ -30146,7 +30169,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
2D7C8BCC-C8A9-42B2-AA94-02AC70668E77
预留字段9
Reverse9
@@ -30158,7 +30181,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
E1095425-D8C3-47FD-AE78-6FC3AF87EE98
预留字段10
Reverse10
@@ -30170,7 +30193,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
3D1EA6FC-A74C-45BB-9AEA-A60F4584D106
预留字段I1
ReverseI1
@@ -30182,7 +30205,7 @@ Shadow=0
0
int
-
+
EACF32DF-891A-4372-9E13-9A98AE126EED
预留字段I2
ReverseI2
@@ -30196,7 +30219,7 @@ Shadow=0
-
+
2A211835-FB66-43E3-AA9F-BF663C744603
Key_1
Key_1
@@ -30205,15 +30228,15 @@ Shadow=0
1721372451
Administrator
-
+
-
+
-
+
@@ -30227,7 +30250,7 @@ Shadow=0
必选修规则结果
-
+
01A907E6-5537-47B2-ABC9-6CFA5A647507
Id
Id
@@ -30242,7 +30265,7 @@ Shadow=0
-
+
5E71B65A-2A07-4484-AF90-87A9C052326B
创建人
CreateBy
@@ -30256,7 +30279,7 @@ Shadow=0
-
+
4521BD68-D481-4D53-935A-09261F02C9A2
创建时间
CreateTime
@@ -30270,7 +30293,7 @@ Shadow=0
-
+
9FB3C544-01C4-4652-8E4C-403EB0A1760F
创建程序
CreateProg
@@ -30282,7 +30305,7 @@ Shadow=0
nvarchar(100)
100
-
+
CAA25DB6-48FC-429A-903F-FA58582217A6
创建人IP
CreateIP
@@ -30294,7 +30317,7 @@ Shadow=0
nvarchar(100)
100
-
+
16A6E494-7B80-4DA6-A7C6-E29ACE72551B
修改人
UpdateBy
@@ -30308,7 +30331,7 @@ Shadow=0
-
+
548FE2AC-0350-4070-A988-C902ED4FA468
修改时间
UpdateTime
@@ -30322,7 +30345,7 @@ Shadow=0
-
+
39495E88-C800-47D9-B935-A225C1666DE8
修改程序
UpdateProg
@@ -30334,7 +30357,7 @@ Shadow=0
nvarchar(100)
100
-
+
8EFD95E4-C07A-4EEB-B87C-34CB110FC739
修改人IP
UpdateIP
@@ -30346,7 +30369,7 @@ Shadow=0
nvarchar(100)
100
-
+
8C10977C-3918-4721-B062-7D93B080EDB6
操作日志ID
OperateLogID
@@ -30361,7 +30384,7 @@ Shadow=0
-
+
1DB2330D-A062-40AE-B906-8952214ADE0B
必选修规则ID
StudyRuleId
@@ -30372,7 +30395,7 @@ Shadow=0
必选修规则ID
bigint
-
+
AE66BBDE-61E2-4632-9F6A-5A4D9CF8120B
人员ID
StaffId
@@ -30383,7 +30406,7 @@ Shadow=0
人员ID
INT
-
+
C9FA34E7-332C-4E6B-A64E-E4DD2F23AFD0
工号
StaffNo
@@ -30398,7 +30421,7 @@ Shadow=0
-
+
B15E23D0-4F7B-4C44-91C3-6B9D03F7B3A5
员工姓名
StaffName
@@ -30413,7 +30436,7 @@ Shadow=0
-
+
E9317953-9D17-4B5E-9AB5-FCD7B0E3C2ED
状态
Status
@@ -30425,7 +30448,7 @@ Shadow=0
nvarchar(32)
32
-
+
DEFC1296-F202-46CB-AE27-01C603090F44
备注
RemarkSz
@@ -30440,7 +30463,7 @@ Shadow=0
-
+
2E05DAB7-49D3-4778-83D4-6A113DC23457
默认标志
IsDefault
@@ -30455,7 +30478,7 @@ Shadow=0
-
+
CC1468AE-9433-418C-BFFC-39F0C1E517FE
删除标志
IsEnable
@@ -30470,7 +30493,7 @@ Shadow=0
-
+
2F10D326-1C57-42B1-9DFD-3C4904ACCD80
预留字段1
Reverse1
@@ -30482,7 +30505,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
37878AC3-D2D2-4E10-BFFF-30FB2BD580C4
预留字段2
Reverse2
@@ -30494,7 +30517,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
8B7EB0D8-53C4-40D6-B7AA-0C3B18C6D897
预留字段3
Reverse3
@@ -30506,7 +30529,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
E9A0CFAE-2187-4CBE-8D74-091DBB1DFA14
预留字段4
Reverse4
@@ -30518,7 +30541,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
76F48910-F9D0-4E4A-825C-7F36880FE07B
预留字段5
Reverse5
@@ -30530,7 +30553,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
71C75EE7-93FE-416F-968F-5CE4F9D93C4C
预留字段6
Reverse6
@@ -30542,7 +30565,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
0EACD58B-2142-4212-927A-6B2B71CDD091
预留字段7
Reverse7
@@ -30554,7 +30577,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
17AC2768-F90F-45D0-8876-B831C78F1E38
预留字段8
Reverse8
@@ -30566,7 +30589,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
F924F9B7-7CC3-46E9-AE59-2AE12EA72F82
预留字段9
Reverse9
@@ -30578,7 +30601,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
BD8F0293-5749-4E81-88D8-E77650FCE222
预留字段10
Reverse10
@@ -30590,7 +30613,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
67AFD063-C430-4A74-9E90-3CC97CFBBFAC
预留字段I1
ReverseI1
@@ -30602,7 +30625,7 @@ Shadow=0
0
int
-
+
FD09DC2C-989C-4E42-90E2-777878BC2559
预留字段I2
ReverseI2
@@ -30616,7 +30639,7 @@ Shadow=0
-
+
2A634DE7-F87B-42B4-B9E9-3B6AC488C700
Key_1
Key_1
@@ -30625,15 +30648,15 @@ Shadow=0
1722318737
Administrator
-
+
-
+
-
+
@@ -30647,7 +30670,7 @@ Shadow=0
培训需求
-
+
2DB5922E-C147-437A-BE59-A6819535C1A8
Id
Id
@@ -30662,7 +30685,7 @@ Shadow=0
-
+
C85C2913-78FA-4696-9903-709F96B5F05C
创建人
CreateBy
@@ -30676,7 +30699,7 @@ Shadow=0
-
+
38AAF3AB-DA6A-4676-8F83-37C642BD79D1
创建时间
CreateTime
@@ -30690,7 +30713,7 @@ Shadow=0
-
+
0B52A7E3-8152-41D3-BDCB-EF3A6DA653BC
创建程序
CreateProg
@@ -30702,7 +30725,7 @@ Shadow=0
nvarchar(100)
100
-
+
D84B2A9B-5837-4D9A-8DCF-938DFF8097E0
创建人IP
CreateIP
@@ -30714,7 +30737,7 @@ Shadow=0
nvarchar(100)
100
-
+
7B4F6FDC-4AC7-4000-92DD-F5FD238B63FA
修改人
UpdateBy
@@ -30728,7 +30751,7 @@ Shadow=0
-
+
3C559211-07CD-4A09-902B-F6466FDEDC4F
修改时间
UpdateTime
@@ -30742,7 +30765,7 @@ Shadow=0
-
+
6ACA25BD-5DF7-4EC2-97C9-1F8745E27C43
修改程序
UpdateProg
@@ -30754,7 +30777,7 @@ Shadow=0
nvarchar(100)
100
-
+
67285C81-B621-474A-B040-9342BDBB12BF
修改人IP
UpdateIP
@@ -30766,7 +30789,7 @@ Shadow=0
nvarchar(100)
100
-
+
9B5D2381-752F-463E-8885-7C06B6632392
操作日志ID
OperateLogID
@@ -30781,7 +30804,7 @@ Shadow=0
-
+
31842231-94A8-403E-B949-CB35426C56CA
集团数据归属
DataBelongID
@@ -30792,7 +30815,7 @@ Shadow=0
集团数据归属
int
-
+
D4E66399-72AF-4DE4-80E7-2F5566E75D0C
课程来源
CourseSource
@@ -30804,7 +30827,7 @@ Shadow=0
nvarchar(32)
32
-
+
C2B0DB30-4AED-401B-94A1-A5A4AD0B4C3B
需求编号
RequestNo
@@ -30816,7 +30839,7 @@ Shadow=0
nvarchar(32)
32
-
+
168177A5-4A87-4769-B296-77CA937C78DE
需求课程名
CourseName
@@ -30828,7 +30851,7 @@ Shadow=0
nvarchar(32)
32
-
+
D01B337A-49BF-4B8C-BF5F-BA0C1826E527
课程ID
CourseId
@@ -30839,7 +30862,7 @@ Shadow=0
课程ID
bigint
-
+
B66E75C5-AD14-4C41-BEC8-682DA197DC0F
培训月份
YearMonth
@@ -30851,7 +30874,7 @@ Shadow=0
nvarchar(32)
32
-
+
2BE87B12-1ED4-4596-9055-7B6DBB6DC5E3
需求来源
RequestSource
@@ -30863,7 +30886,7 @@ Shadow=0
nvarchar(32)
32
-
+
AB0F1560-F542-4C26-AA78-C3DDAD9DCBEA
需求部门
DeptId
@@ -30874,7 +30897,7 @@ Shadow=0
需求部门
bigint
-
+
222A0404-B7C1-4A81-971A-812C83BB5992
申请人
ApplicantId
@@ -30885,7 +30908,7 @@ Shadow=0
申请人
bigint
-
+
04A432BC-73B6-4757-9845-8D5351EA4332
需求人数
RequestNum
@@ -30896,7 +30919,7 @@ Shadow=0
需求人数
int
-
+
24C59B04-5C69-40AB-99D9-BB35DCB439C5
培训对象
TrainStaffId
@@ -30908,7 +30931,7 @@ Shadow=0
nvarchar(2000)
2000
-
+
2DE1B073-A39D-4E9E-AFBD-412D364322B0
需求类别
TrainClass
@@ -30920,7 +30943,7 @@ Shadow=0
nvarchar(32)
32
-
+
401889F1-0E42-4E05-A028-9B6167EB0AC3
需求程度
TrainLevel
@@ -30932,7 +30955,7 @@ Shadow=0
nvarchar(32)
32
-
+
BE4ABAB9-B33D-4B6A-83CD-FFDF4BCF635B
内外训
InOrOut
@@ -30944,7 +30967,7 @@ Shadow=0
nvarchar(32)
32
-
+
47C2C323-2544-4ADA-8EDA-1597A2190C7C
讲师分类
TeacherClass
@@ -30956,7 +30979,7 @@ Shadow=0
nvarchar(32)
32
-
+
670E4101-10BB-4A96-8E99-376EA4244328
申请理由
Reason
@@ -30968,7 +30991,7 @@ Shadow=0
nvarchar(256)
256
-
+
4A9DBF75-28FE-442C-A837-E0A94736B994
人均预算
PerCapitaBudget
@@ -30981,7 +31004,7 @@ Shadow=0
20
2
-
+
AB61CC4F-359A-4AA9-A850-A40716F85FCE
合计预算
TotalBudget
@@ -30994,7 +31017,7 @@ Shadow=0
20
2
-
+
19865753-A69F-4C91-B8BB-B66D38856B2E
发起人
SponsorId
@@ -31005,7 +31028,7 @@ Shadow=0
发起人
bigint
-
+
9EF189FD-2445-4363-82D5-97ECFF7B0CCE
状态
Status
@@ -31017,7 +31040,7 @@ Shadow=0
nvarchar(32)
32
-
+
CFB361C6-A4AB-4A63-AF1F-724AA63D6682
培训天数
TrainDays
@@ -31030,7 +31053,7 @@ Shadow=0
20
2
-
+
BCBCDFEA-A3FC-4FEE-8872-151D6CC7CC87
培训类别
TrainCategory
@@ -31042,7 +31065,7 @@ Shadow=0
nvarchar(32)
32
-
+
5C2F218A-2937-4C0C-ADF7-FFA66F31ED51
现状
StatusQuo
@@ -31054,7 +31077,7 @@ Shadow=0
nvarchar(2000)
2000
-
+
55B98CC4-20F9-4C50-B856-E7620D71CBAE
培训预期效果
DesiredResult
@@ -31066,7 +31089,7 @@ Shadow=0
nvarchar(2000)
2000
-
+
33D93AD7-8B3E-4248-A327-A7DD524A82D6
外训机构
OutSideOrg
@@ -31078,7 +31101,7 @@ Shadow=0
nvarchar(256)
256
-
+
9C813844-8D19-46F6-85B5-F3B6B30097AF
培训机构ID
SchoolId
@@ -31089,7 +31112,7 @@ Shadow=0
培训机构ID
bigint
-
+
EE0E113E-6395-41F7-B3DE-E52E28FE028B
预算类别
Budget
@@ -31101,7 +31124,7 @@ Shadow=0
nvarchar(32)
32
-
+
ECB7144D-241D-4460-855C-17496BCEE5C8
有无合同
IsContract
@@ -31113,7 +31136,7 @@ Shadow=0
nvarchar(32)
32
-
+
0118DC47-9F39-4B02-A330-C974C803D6A5
费用是否已支付
IsPay
@@ -31125,7 +31148,7 @@ Shadow=0
nvarchar(32)
32
-
+
6650ED6B-3B5F-4477-9835-C48B5E556580
支付金额说明
PayRemark
@@ -31137,7 +31160,7 @@ Shadow=0
nvarchar(32)
32
-
+
EBC5B308-E26A-4D14-BD92-5615DB4660C4
备注
RemarkSz
@@ -31152,7 +31175,7 @@ Shadow=0
-
+
71FD9C1D-9695-4FDF-A251-FAAB8138C6DE
默认标志
IsDefault
@@ -31167,7 +31190,7 @@ Shadow=0
-
+
C0A551D8-064B-4F6C-A410-7FACB2A256E9
删除标志
IsEnable
@@ -31182,7 +31205,7 @@ Shadow=0
-
+
34F57372-6035-41C6-B99E-C95101AF6ECC
WorkID
WorkID
@@ -31193,7 +31216,7 @@ Shadow=0
WorkID
int
-
+
EAE9C54C-60B7-4901-B736-9B8CFB21AB06
WorkNo
WorkNo
@@ -31205,7 +31228,7 @@ Shadow=0
nvarchar(100)
100
-
+
94391BD3-97EF-4CB2-9789-FB93B4B2DB1F
ToDoType
ToDoType
@@ -31217,7 +31240,7 @@ Shadow=0
nvarchar(100)
100
-
+
70A0D170-00D3-4E65-B954-CD7D7FA6107B
BatchSID
BatchSID
@@ -31229,7 +31252,7 @@ Shadow=0
nvarchar(100)
100
-
+
C7C865E1-1023-4179-AD04-E42DAE11714D
WorkState
WorkState
@@ -31240,7 +31263,7 @@ Shadow=0
WorkState
int
-
+
372E89F9-075F-4375-B0B2-A1D2F71B60E0
ShiftID
ShiftID
@@ -31251,7 +31274,7 @@ Shadow=0
ShiftID
int
-
+
4B5BEF0F-6EAF-49A9-AAC8-3150BF41543F
ConfirmUserID
ConfirmUserID
@@ -31262,7 +31285,7 @@ Shadow=0
ConfirmUserID
int
-
+
F6745C34-7074-4822-B78D-149B8F234223
ConfirmTime
ConfirmTime
@@ -31273,7 +31296,7 @@ Shadow=0
ConfirmTime
datetime
-
+
4A2D89AD-DF8C-44AB-92EA-A6E701732298
ConfirmComment
ConfirmComment
@@ -31285,7 +31308,7 @@ Shadow=0
nvarchar(2000)
2000
-
+
9962AE20-8143-49FE-AF4E-1D9285089331
同意人
AgreeUserId
@@ -31296,7 +31319,7 @@ Shadow=0
同意人
bigint
-
+
6F7B9F42-3721-4BDB-97B2-6C57CF5D0B74
同意时间
AgreeTime
@@ -31307,7 +31330,7 @@ Shadow=0
同意时间
datetime
-
+
519A31E4-44FB-439A-926C-F164E9224204
同意理由
AgreeReason
@@ -31319,7 +31342,7 @@ Shadow=0
nvarchar(2000)
2000
-
+
BADAFBF4-2C0F-4EAA-B8A5-B34FB40E171F
拒绝人
RefuseUserId
@@ -31330,7 +31353,7 @@ Shadow=0
拒绝人
bigint
-
+
63390978-FC60-4F8F-8997-1AC99FE68CA3
拒绝时间
RefuseTime
@@ -31341,7 +31364,7 @@ Shadow=0
拒绝时间
datetime
-
+
A58C50B5-829E-468A-8093-5B404F2BD040
拒绝理由
RefuseReason
@@ -31353,7 +31376,7 @@ Shadow=0
nvarchar(2000)
2000
-
+
D07C1DA8-763A-4E0D-99F1-B18F59EA2327
内置
BuiltIn
@@ -31364,7 +31387,7 @@ Shadow=0
内置
int
-
+
EADE602A-E3DB-4538-9DC6-F3E7E35AA914
预留字段1
Reverse1
@@ -31376,7 +31399,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
64A9C288-7C6E-41DE-B71B-6E45A636FFDC
预留字段2
Reverse2
@@ -31388,7 +31411,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
1EF93DDC-749A-494B-AE41-EB5383983DEA
预留字段3
Reverse3
@@ -31400,7 +31423,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
79BCAF24-90F1-4D18-BB23-5F79ABBABF49
预留字段4
Reverse4
@@ -31412,7 +31435,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
B31BA803-5B42-4852-B99B-F71E4FB05E68
预留字段5
Reverse5
@@ -31424,7 +31447,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
2DF2FAC6-C04C-4E02-9475-D85588C730CA
预留字段6
Reverse6
@@ -31436,7 +31459,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
B2DD1AAE-02D8-4C52-A54F-EAA20D26116E
预留字段7
Reverse7
@@ -31448,7 +31471,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
9C65DF57-2D56-4B14-9071-42B0AB2F3064
预留字段8
Reverse8
@@ -31460,7 +31483,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
2B14DC76-7D19-4A76-A34B-B191511EFA74
预留字段9
Reverse9
@@ -31472,7 +31495,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
0A8DC580-6DF2-457C-8A23-9B28825CEB36
预留字段10
Reverse10
@@ -31484,7 +31507,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
7631A223-D8AD-4EDD-8E48-8B32F4966A94
预留字段I1
ReverseI1
@@ -31496,7 +31519,7 @@ Shadow=0
0
int
-
+
332CDAB6-C6CC-48BB-A1DE-1E3352BD3BFF
预留字段I2
ReverseI2
@@ -31510,7 +31533,7 @@ Shadow=0
-
+
081CBB58-53E2-472A-8704-04FF1B29D1E6
Key_1
Key_1
@@ -31519,15 +31542,15 @@ Shadow=0
1725601887
Administrator
-
+
-
+
-
+
@@ -31541,7 +31564,7 @@ Shadow=0
参数配置
-
+
87ED2668-91F5-4F69-B93A-DE5FE9EE460F
Id
Id
@@ -31556,7 +31579,7 @@ Shadow=0
-
+
D10C25B4-3BA5-40ED-90D5-6A68A3DD41D7
创建人
CreateBy
@@ -31570,7 +31593,7 @@ Shadow=0
-
+
E45DDE93-2297-455B-98E3-87E85981E6E8
创建时间
CreateTime
@@ -31584,7 +31607,7 @@ Shadow=0
-
+
D5543013-FBB1-497E-A5C2-6BBA45C6BC68
创建程序
CreateProg
@@ -31596,7 +31619,7 @@ Shadow=0
nvarchar(100)
100
-
+
C9A24D18-7C78-4784-A4A4-D688D9A29AE7
创建人IP
CreateIP
@@ -31608,7 +31631,7 @@ Shadow=0
nvarchar(100)
100
-
+
05BBE463-DD5F-4AC3-BC8B-941C13A7B4B6
修改人
UpdateBy
@@ -31622,7 +31645,7 @@ Shadow=0
-
+
D5914667-7234-489D-BEF5-673F59E0AD65
修改时间
UpdateTime
@@ -31636,7 +31659,7 @@ Shadow=0
-
+
EC82E68E-AA45-4BE2-BC21-0028A99E2306
修改程序
UpdateProg
@@ -31648,7 +31671,7 @@ Shadow=0
nvarchar(100)
100
-
+
9969BA71-4773-4EAD-A9B9-679E44FDD221
修改人IP
UpdateIP
@@ -31660,7 +31683,7 @@ Shadow=0
nvarchar(100)
100
-
+
3189F0B0-3811-409B-AA86-2FA618A65C3D
操作日志ID
OperateLogID
@@ -31675,7 +31698,7 @@ Shadow=0
-
+
C09C1D1A-22FA-4CC0-BA2F-CE501CFFE0F1
参数名称
ConfigName
@@ -31687,7 +31710,7 @@ Shadow=0
nvarchar(32)
32
-
+
AEC515AE-64DC-425A-A45E-622BC4A04ED3
参数代码
ConfigCode
@@ -31699,7 +31722,7 @@ Shadow=0
nvarchar(32)
32
-
+
6074A1C3-4009-4420-89ED-A163E212F358
参数值
ConfigValue
@@ -31711,7 +31734,7 @@ Shadow=0
nvarchar(32)
32
-
+
CA420D1D-ACE6-4055-8CDC-AECE2F29D52C
参数类型
InputType
@@ -31723,7 +31746,7 @@ Shadow=0
nvarchar(32)
32
-
+
8134C8B0-E1CF-4795-B73A-81F3FECF7397
配置内容
AvailableValue
@@ -31735,7 +31758,7 @@ Shadow=0
varchar(128)
128
-
+
B0F4DC07-1963-40CE-A8AA-C21C4042AF30
排序
Sequence
@@ -31746,7 +31769,7 @@ Shadow=0
排序
int
-
+
32449B92-4686-41AF-8391-89A3B8B5BAD3
是否多选
IsMultiple
@@ -31758,7 +31781,7 @@ Shadow=0
0
bit
-
+
A5C8EFD8-4C03-4EFD-A44A-2E08A31536A5
备注
RemarkSz
@@ -31773,7 +31796,7 @@ Shadow=0
-
+
19CCAF95-9491-4870-B247-9BD7F6CA8313
默认标志
IsDefault
@@ -31788,7 +31811,7 @@ Shadow=0
-
+
214B1F26-12F1-4A76-A6E5-085FD32937F1
删除标志
IsEnable
@@ -31803,7 +31826,7 @@ Shadow=0
-
+
8790EEC4-EA68-45A0-9D46-947BB633B093
预留字段1
Reverse1
@@ -31815,7 +31838,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
0D8B6394-3843-4832-A6C5-05F8047A8C68
预留字段2
Reverse2
@@ -31827,7 +31850,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
2ACEC74A-EA7C-4E1D-B8D0-5CF5797C82C6
预留字段3
Reverse3
@@ -31839,7 +31862,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
066B5DE5-7887-4402-A77F-AC41851A5CF0
预留字段4
Reverse4
@@ -31851,7 +31874,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
2BF6B19F-A38B-44FD-9E73-E4AF69375110
预留字段5
Reverse5
@@ -31863,7 +31886,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
77A7A41E-50ED-4D84-8281-8EC594E9673C
预留字段6
Reverse6
@@ -31875,7 +31898,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
5544C151-C77B-4BF0-A61D-2F711F1D52E7
预留字段7
Reverse7
@@ -31887,7 +31910,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
0A1082F1-8E82-4522-B748-D12FB5D16EBB
预留字段8
Reverse8
@@ -31899,7 +31922,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
ADCFAB6F-61EB-4DD3-B23B-39E1E0A43727
预留字段9
Reverse9
@@ -31911,7 +31934,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
7CAD031B-30DD-4F9E-8D1F-2BBB3BD40E32
预留字段10
Reverse10
@@ -31923,7 +31946,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
463FC78E-63C9-4500-9174-D5398F52DCAA
预留字段I1
ReverseI1
@@ -31935,7 +31958,7 @@ Shadow=0
0
int
-
+
0635DFB0-5F91-4655-B7BA-3152786F24E3
预留字段I2
ReverseI2
@@ -31949,7 +31972,7 @@ Shadow=0
-
+
115CDF6E-0EDA-4159-9FB5-AF88C3B06165
Key_1
Key_1
@@ -31958,15 +31981,15 @@ Shadow=0
1727054698
Administrator
-
+
-
+
-
+
@@ -31980,7 +32003,7 @@ Shadow=0
培训讲师异动
-
+
DD5F9C9A-4CE4-42CB-B817-9E80DF60FA92
Id
Id
@@ -31995,7 +32018,7 @@ Shadow=0
-
+
835EDC07-BF0F-498A-9C9A-DCA08739D165
创建人
CreateBy
@@ -32009,7 +32032,7 @@ Shadow=0
-
+
3EF60FD8-7E43-410E-BD9B-A3161E99E780
创建时间
CreateTime
@@ -32023,7 +32046,7 @@ Shadow=0
-
+
1E972BED-49B5-4428-98B1-907D569DC065
创建程序
CreateProg
@@ -32035,7 +32058,7 @@ Shadow=0
nvarchar(100)
100
-
+
FD31A515-9234-45C3-BA79-61E110C01CA1
创建人IP
CreateIP
@@ -32047,7 +32070,7 @@ Shadow=0
nvarchar(100)
100
-
+
2F99915F-337A-4673-B389-D05D8F31E3E2
修改人
UpdateBy
@@ -32061,7 +32084,7 @@ Shadow=0
-
+
FF19B19F-6AA5-4AE0-BC50-72E4BA14A551
修改时间
UpdateTime
@@ -32075,7 +32098,7 @@ Shadow=0
-
+
82FD08B8-5A8E-40B4-8C57-66E6EB0AE8F9
修改程序
UpdateProg
@@ -32087,7 +32110,7 @@ Shadow=0
nvarchar(100)
100
-
+
CD5144D4-13D4-4F34-93C7-6B72D7275669
修改人IP
UpdateIP
@@ -32099,7 +32122,7 @@ Shadow=0
nvarchar(100)
100
-
+
A80FC35C-BFDF-4667-8977-6784E72626D7
操作日志ID
OperateLogID
@@ -32114,7 +32137,7 @@ Shadow=0
-
+
7B7C4BAC-BEA6-4844-82A6-8B4B12561F5B
集团数据归属
DataBelongID
@@ -32125,7 +32148,7 @@ Shadow=0
集团数据归属
int
-
+
1965CFA7-4B96-4506-9A53-4A764AB8D362
讲师ID
TeacherId
@@ -32136,7 +32159,7 @@ Shadow=0
机构ID
bigint
-
+
D732DD19-6693-4380-A7EF-E8240E066F31
机构ID
SchoolId
@@ -32147,7 +32170,7 @@ Shadow=0
机构Id
bigint
-
+
437E72A5-1F33-4970-AB31-B1543EAD1C4C
原调动类别
OriginChangeType
@@ -32159,7 +32182,7 @@ Shadow=0
nvarchar(32)
32
-
+
AFA40B15-DFE7-491D-8680-3D0E4E19ADBC
调动类别
ChangeType
@@ -32171,7 +32194,7 @@ Shadow=0
nvarchar(32)
32
-
+
03D3770F-0932-47EF-9B22-CA4C84EC19F3
原调动日期
OriginChangeDate
@@ -32182,7 +32205,7 @@ Shadow=0
原调动日期
datetime
-
+
2FD9DA9A-8BC0-4A85-BA0F-5C7FBBB65C5E
调动日期
ChangeDate
@@ -32193,7 +32216,7 @@ Shadow=0
调动日期
datetime
-
+
8D835F92-FD6F-4CDB-A965-DA3167FC21F5
部门ID
DeptID
@@ -32204,7 +32227,7 @@ Shadow=0
部门ID
int
-
+
11E519AC-2C1F-4E12-AA9B-999680C3F684
员工ID
StaffId
@@ -32215,7 +32238,7 @@ Shadow=0
员工ID
int
-
+
04302BAF-99DA-4A85-8332-F5D520EC3234
讲师分类
TeacherType
@@ -32227,7 +32250,7 @@ Shadow=0
nvarchar(32)
32
-
+
AEBF0EB8-AAFC-48B2-986A-2CCBF574D6B6
讲师编号
TeacherNo
@@ -32239,7 +32262,7 @@ Shadow=0
nvarchar(32)
32
-
+
76E7B1EA-E578-4E16-A7DB-E17544D75D46
讲师名称
TeacherName
@@ -32251,7 +32274,7 @@ Shadow=0
nvarchar(32)
32
-
+
CFB3F228-B1DD-44B6-8C10-765D0F5B5956
员工照片
PhotoUrl
@@ -32263,7 +32286,7 @@ Shadow=0
nvarchar(256)
256
-
+
E4CBCECF-F487-416A-AE00-C49112C111FB
性别
Gender
@@ -32275,7 +32298,7 @@ Shadow=0
nvarchar(32)
32
-
+
8A2D3AE4-2CFE-4C86-8E1F-80D45DCDD7CB
邮箱
Email
@@ -32287,7 +32310,7 @@ Shadow=0
nvarchar(64)
64
-
+
24AF8CEF-5DC5-4797-8BD5-A7A2036945C9
手机号码
Mobile
@@ -32299,7 +32322,7 @@ Shadow=0
nvarchar(32)
32
-
+
5374082B-9768-4861-9664-820F8425DD3F
原讲师等级
OriginTeacherLevel
@@ -32311,7 +32334,7 @@ Shadow=0
nvarchar(32)
32
-
+
347F7593-A44E-406F-B6A7-088E0F3997DA
讲师等级
TeacherLevel
@@ -32323,7 +32346,7 @@ Shadow=0
nvarchar(32)
32
-
+
EC409821-DB35-40D9-88E9-31292FBFD960
原课时费
OriginPrice
@@ -32336,7 +32359,7 @@ Shadow=0
20
2
-
+
544A8587-6719-4AE4-A384-0272511FB30F
课时费
Price
@@ -32349,7 +32372,7 @@ Shadow=0
20
2
-
+
36B80FA8-2392-4DCE-B8CB-142B10409746
原擅长领域
OriginSkillPoints
@@ -32361,7 +32384,7 @@ Shadow=0
nvarchar(256)
256
-
+
0D64BFFF-41C0-4AFB-854B-CDDDD40AB6B1
擅长领域
SkillPoints
@@ -32373,7 +32396,7 @@ Shadow=0
nvarchar(256)
256
-
+
6E6557DF-96C3-4848-8FEE-65371724E964
发起人
SponsorId
@@ -32384,7 +32407,7 @@ Shadow=0
发起人
bigint
-
+
CC925FA2-BDDC-46DB-A689-FB25C2BDBC58
备注
RemarkSz
@@ -32399,7 +32422,7 @@ Shadow=0
-
+
2AA91BF1-1553-45C0-9DEE-2D129FE9033B
申请理由
ApplyReason
@@ -32411,7 +32434,7 @@ Shadow=0
nvarchar(2000)
2000
-
+
0C58FE69-CF8C-4CB1-8D89-891755FEB5A2
状态
Status
@@ -32423,7 +32446,7 @@ Shadow=0
nvarchar(32)
32
-
+
41E59474-EBF2-4A5D-9306-CA5B9DA7DA34
默认标志
IsDefault
@@ -32438,7 +32461,7 @@ Shadow=0
-
+
29DA09CA-7E6C-4A58-BD10-21BB46336837
删除标志
IsEnable
@@ -32453,7 +32476,7 @@ Shadow=0
-
+
3685485D-129F-47B2-8817-024406D179DE
WorkID
WorkID
@@ -32464,7 +32487,7 @@ Shadow=0
WorkID
int
-
+
30EB29D4-47E3-4322-8105-954CCB9EC819
WorkNo
WorkNo
@@ -32476,7 +32499,7 @@ Shadow=0
nvarchar(100)
100
-
+
7BF2D872-D318-4CE7-9D55-F5C9092C8010
ToDoType
ToDoType
@@ -32488,7 +32511,7 @@ Shadow=0
nvarchar(100)
100
-
+
E276449D-4DC4-4F40-B8CE-26426E1825E3
BatchSID
BatchSID
@@ -32500,7 +32523,7 @@ Shadow=0
nvarchar(100)
100
-
+
4FF6C005-3D7D-4DB5-8A08-2FDE9282034A
WorkState
WorkState
@@ -32511,7 +32534,7 @@ Shadow=0
WorkState
int
-
+
0AA29D76-548C-4EA7-803D-1DC24DB224E6
ShiftID
ShiftID
@@ -32522,7 +32545,7 @@ Shadow=0
ShiftID
int
-
+
C9206F5D-BA19-45C1-942C-34A659C226EB
ConfirmUserID
ConfirmUserID
@@ -32533,7 +32556,7 @@ Shadow=0
ConfirmUserID
int
-
+
609975DE-8A52-4316-B12B-41AE08959A77
ConfirmTime
ConfirmTime
@@ -32544,7 +32567,7 @@ Shadow=0
ConfirmTime
datetime
-
+
D9A579B5-4DD5-4372-AE29-05889F937E80
ConfirmComment
ConfirmComment
@@ -32556,7 +32579,7 @@ Shadow=0
nvarchar(2000)
2000
-
+
99FACBAD-47A0-406E-832C-2058488B282B
同意人
AgreeUserId
@@ -32567,7 +32590,7 @@ Shadow=0
同意人
bigint
-
+
C56EAC9F-42BE-43E8-AF27-6EE5CD2A06BD
同意时间
AgreeTime
@@ -32578,7 +32601,7 @@ Shadow=0
同意时间
datetime
-
+
C4786839-1168-4191-8A49-3A28D314F2C9
同意理由
AgreeReason
@@ -32590,7 +32613,7 @@ Shadow=0
nvarchar(2000)
2000
-
+
5DF8C559-8C2F-4525-A61A-BCDCC3E0824A
拒绝人
RefuseUserId
@@ -32601,7 +32624,7 @@ Shadow=0
拒绝人
bigint
-
+
D03B135B-19F1-4CCD-AEA2-2F1D5AA355B0
拒绝时间
RefuseTime
@@ -32612,7 +32635,7 @@ Shadow=0
拒绝时间
datetime
-
+
88AA3A01-2B48-4A1A-93E2-6D7ED0EABB48
拒绝理由
RefuseReason
@@ -32624,7 +32647,7 @@ Shadow=0
nvarchar(2000)
2000
-
+
5BD65252-3A50-4057-90C7-C5094254672B
预留字段1
Reverse1
@@ -32636,7 +32659,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
C1532FEE-13AB-424C-A52B-42A52BCFDBC5
预留字段2
Reverse2
@@ -32648,7 +32671,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
57F4AE5D-ED94-428C-9C4C-6D39E07A3DBD
预留字段3
Reverse3
@@ -32660,7 +32683,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
5DF6312B-E833-4B40-ACC0-A668740654CB
预留字段4
Reverse4
@@ -32672,7 +32695,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
0B47B8E6-580C-40B8-9FDC-F1E835A09C61
预留字段5
Reverse5
@@ -32684,7 +32707,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
CF2AE483-3B6C-48D4-97C3-827ECB87587E
预留字段6
Reverse6
@@ -32696,7 +32719,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
14C055FB-B00B-49FD-A101-B9AC633243B1
预留字段7
Reverse7
@@ -32708,7 +32731,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
6772E4C7-CAA3-4B99-AFBF-2C3838B1CB15
预留字段8
Reverse8
@@ -32720,7 +32743,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
F7A80233-4502-459C-A289-C9048D5A6D6E
预留字段9
Reverse9
@@ -32732,7 +32755,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
5046BD6B-44AB-4C79-BE0A-BE2B56120681
预留字段10
Reverse10
@@ -32744,7 +32767,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
94A249E8-7F86-4074-B198-7F78D3F3546A
预留字段I1
ReverseI1
@@ -32756,7 +32779,7 @@ Shadow=0
0
int
-
+
5B9DDA3D-59F6-45E0-8359-719B2E0BBE5A
预留字段I2
ReverseI2
@@ -32770,7 +32793,7 @@ Shadow=0
-
+
D7E4376C-F26E-420D-8C69-30D3448B701B
Key_1
Key_1
@@ -32779,15 +32802,15 @@ Shadow=0
1727334978
Administrator
-
+
-
+
-
+
@@ -32801,7 +32824,7 @@ Shadow=0
培训讲师异动附件
-
+
BC6ABA99-F61A-40CD-B8D0-0671D88E6E57
Id
Id
@@ -32816,7 +32839,7 @@ Shadow=0
-
+
4BD66C77-0CA7-46B0-86D4-1EEA4023DD09
创建人
CreateBy
@@ -32830,7 +32853,7 @@ Shadow=0
-
+
25EDB04E-C2FC-4463-86E2-2DDCD4A9F8EC
创建时间
CreateTime
@@ -32844,7 +32867,7 @@ Shadow=0
-
+
70E7647D-5DC7-441B-A60E-D8D671D6E4A6
创建程序
CreateProg
@@ -32856,7 +32879,7 @@ Shadow=0
nvarchar(100)
100
-
+
7D242576-70C4-4553-9966-C928C378FA4D
创建人IP
CreateIP
@@ -32868,7 +32891,7 @@ Shadow=0
nvarchar(100)
100
-
+
EE815048-9B13-41F6-96CC-11A77671AF51
修改人
UpdateBy
@@ -32882,7 +32905,7 @@ Shadow=0
-
+
5F3E5E95-823A-4184-8DE4-E47DA63C7F69
修改时间
UpdateTime
@@ -32896,7 +32919,7 @@ Shadow=0
-
+
F110AA77-B9F5-4DE0-A80E-949E9D7154CD
修改程序
UpdateProg
@@ -32908,7 +32931,7 @@ Shadow=0
nvarchar(100)
100
-
+
202D90AE-4E76-4303-B43B-B23A57E0AFA5
修改人IP
UpdateIP
@@ -32920,7 +32943,7 @@ Shadow=0
nvarchar(100)
100
-
+
459907E1-BDEC-4655-83DB-79DE68690F37
操作日志ID
OperateLogID
@@ -32935,7 +32958,7 @@ Shadow=0
-
+
C607A3D0-EF17-4330-AF05-D824FA3214A2
讲师异动ID
TeacherChangeId
@@ -32946,7 +32969,7 @@ Shadow=0
讲师异动ID
bigint
-
+
C27C4971-90F3-4528-9DC9-D307153ECBE0
证件编号
CertificateNo
@@ -32958,7 +32981,7 @@ Shadow=0
nvarchar(32)
32
-
+
8A02886B-2F05-41AE-B3B5-F1C64BA10FB5
证件名称
CertificateName
@@ -32970,7 +32993,7 @@ Shadow=0
nvarchar(32)
32
-
+
D7FE8274-B854-4C68-B385-E53EE9AC14F1
生效日期
EffectiveDate
@@ -32981,7 +33004,7 @@ Shadow=0
生效日期
datetime
-
+
9C0AE83D-0358-4E75-9C85-A0E36230EE80
失效日期
ExpirationDate
@@ -32992,7 +33015,7 @@ Shadow=0
失效日期
datetime
-
+
9EE49C2C-63E1-49C9-9399-AF53388D6CF2
备注
RemarkSz
@@ -33007,7 +33030,7 @@ Shadow=0
-
+
249DF484-91CF-4C15-B3ED-2F21D0755D48
默认标志
IsDefault
@@ -33022,7 +33045,7 @@ Shadow=0
-
+
28822FBD-ACB2-4262-A998-4377F79B30CD
删除标志
IsEnable
@@ -33037,7 +33060,7 @@ Shadow=0
-
+
77ECFBCE-20E2-4CF6-89FD-981405366D2E
预留字段1
Reverse1
@@ -33049,7 +33072,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
2734E02A-09E9-40BC-91E3-577AA5590FC0
预留字段2
Reverse2
@@ -33061,7 +33084,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
E9D1B5A3-4E48-4D07-918F-8728C00F63CB
预留字段3
Reverse3
@@ -33073,7 +33096,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
FDC598B3-E66D-488A-B183-D1D6316A127C
预留字段4
Reverse4
@@ -33085,7 +33108,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
4ABB6625-99A4-455C-BFE1-8C7C3DA80336
预留字段5
Reverse5
@@ -33097,7 +33120,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
F82B68D3-3061-45DA-8D98-4BDC7FFC7A31
预留字段6
Reverse6
@@ -33109,7 +33132,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
C0CAE246-3E3E-4059-AC34-26163DDD6258
预留字段7
Reverse7
@@ -33121,7 +33144,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
A181D047-8C17-483D-9E7E-2B559DBC432A
预留字段8
Reverse8
@@ -33133,7 +33156,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
0C2AA53B-DCAB-4052-8E00-B8540238DB16
预留字段9
Reverse9
@@ -33145,7 +33168,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
4517914A-BF56-40C7-869A-8C80A91DB695
预留字段10
Reverse10
@@ -33157,7 +33180,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
1A29EA35-6DCF-4EE2-9587-9604A07577DB
预留字段I1
ReverseI1
@@ -33169,7 +33192,7 @@ Shadow=0
0
int
-
+
69724F51-0BC0-4B90-B5F1-170E6F5E17BC
预留字段I2
ReverseI2
@@ -33183,7 +33206,7 @@ Shadow=0
-
+
7453E997-7559-4228-9551-E355563FA05A
Key_1
Key_1
@@ -33192,15 +33215,15 @@ Shadow=0
1727337806
Administrator
-
+
-
+
-
+
@@ -33214,7 +33237,7 @@ Shadow=0
简历模板
-
+
88A9935A-DBAD-4D8A-9EFF-E3C277C1000C
Id
Id
@@ -33229,7 +33252,7 @@ Shadow=0
-
+
B6EB65D4-0999-4D3F-AE27-CB6D30A8A00A
创建人
CreateBy
@@ -33243,7 +33266,7 @@ Shadow=0
-
+
2036BB6C-F9BA-4445-9026-0ACBA2F2AEE9
创建时间
CreateTime
@@ -33257,7 +33280,7 @@ Shadow=0
-
+
EFED33D4-66E9-44D6-87C1-B5195326A5C8
创建程序
CreateProg
@@ -33269,7 +33292,7 @@ Shadow=0
nvarchar(100)
100
-
+
05D07009-EAEF-4762-9FDF-C718C19C5ADB
创建人IP
CreateIP
@@ -33281,7 +33304,7 @@ Shadow=0
nvarchar(100)
100
-
+
CDAE3D3C-A839-4A95-91DD-44D23AD8E171
修改人
UpdateBy
@@ -33295,7 +33318,7 @@ Shadow=0
-
+
A3D424FA-EE40-443F-978A-FBAD8FBD10B0
修改时间
UpdateTime
@@ -33309,7 +33332,7 @@ Shadow=0
-
+
D9424B83-021C-4B06-BCDD-DD98835BF4B4
修改程序
UpdateProg
@@ -33321,7 +33344,7 @@ Shadow=0
nvarchar(100)
100
-
+
3DEF0EB8-1301-45ED-AC06-BA32D0DF93AA
修改人IP
UpdateIP
@@ -33333,7 +33356,7 @@ Shadow=0
nvarchar(100)
100
-
+
CE226B03-3D61-4C99-927B-0F4589DF4470
操作日志ID
OperateLogID
@@ -33348,7 +33371,7 @@ Shadow=0
-
+
EBD15518-DE0B-4743-8B28-C243CD6ED305
模板编号
TemplateNo
@@ -33360,7 +33383,7 @@ Shadow=0
nvarchar(100)
100
-
+
EACB28F6-0B0B-4F58-AB78-E652FA68E2FF
模板名称
TemplateName
@@ -33372,7 +33395,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
846E3246-CB69-4E0C-8CA0-84591B7F96F3
模板类型
TemplateType
@@ -33384,7 +33407,7 @@ Shadow=0
nvarchar(100)
100
-
+
E5906B02-2011-4F74-97A0-95DF463A8398
照片类型
PhotoType
@@ -33395,7 +33418,7 @@ Shadow=0
照片类型
int
-
+
10AA0619-0114-4E30-B6AF-CA10CB5FE123
多语Key
MKey
@@ -33407,7 +33430,7 @@ Shadow=0
nvarchar(100)
100
-
+
182AF3D4-425A-465F-BDFF-0C1549ABECD2
是否发布
IsPublish
@@ -33419,7 +33442,7 @@ Shadow=0
0
int
-
+
8A0DD6A8-6A03-4778-8CF7-86A7A0285A2F
排序号
SortNo
@@ -33431,7 +33454,7 @@ Shadow=0
0
int
-
+
989B4357-058A-4D03-92F9-DE908E85F880
备注
RemarkSz
@@ -33446,7 +33469,7 @@ Shadow=0
-
+
51FCC4AF-5694-4E92-8933-DF5006C897B4
默认标志
IsDefault
@@ -33461,7 +33484,7 @@ Shadow=0
-
+
D9E4C51E-D37E-4C70-9D74-687764315B3F
删除标志
IsEnable
@@ -33476,7 +33499,7 @@ Shadow=0
-
+
E46E5576-9B9A-4694-B90C-6170B9DDFAEC
预留字段1
Reverse1
@@ -33488,7 +33511,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
4A9962B4-D124-4457-A872-D53B6EA01595
预留字段2
Reverse2
@@ -33500,7 +33523,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
A4F55EAA-3111-4C56-BD99-9D3F8B5B39CD
预留字段3
Reverse3
@@ -33512,7 +33535,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
37B6DF2F-9804-457C-B69A-81D7875A1CE8
预留字段4
Reverse4
@@ -33524,7 +33547,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
7555FA88-E457-46A5-AB30-DF35E97D4F76
预留字段5
Reverse5
@@ -33536,7 +33559,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
CE513AD5-7392-40BE-9BEA-08B9A5C1E93C
预留字段6
Reverse6
@@ -33548,7 +33571,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
16FA290E-A23F-4499-8673-6366B19F4996
预留字段7
Reverse7
@@ -33560,7 +33583,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
B687E696-BFDB-43C4-809E-D6B510A3161D
预留字段8
Reverse8
@@ -33572,7 +33595,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
9A4CDEFC-168A-4A30-BE87-880E4F1FE449
预留字段9
Reverse9
@@ -33584,7 +33607,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
7AA0143E-7582-46AA-A9D1-79B62C768EFB
预留字段10
Reverse10
@@ -33596,7 +33619,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
41B82D8A-A24C-4E5C-AF96-A743646D9686
预留字段I1
ReverseI1
@@ -33608,7 +33631,7 @@ Shadow=0
0
int
-
+
9A1D75AD-2485-4948-AD9F-FCDB50EC71B3
预留字段I2
ReverseI2
@@ -33622,7 +33645,7 @@ Shadow=0
-
+
DA5006D2-7490-4825-B122-5F48BAF8A5DF
Key_1
Key_1
@@ -33631,15 +33654,15 @@ Shadow=0
1728523077
Administrator
-
+
-
+
-
+
@@ -33653,7 +33676,7 @@ Shadow=0
简历模板组
-
+
426577DC-C9DB-432B-A67D-0C3DD168887A
Id
Id
@@ -33668,7 +33691,7 @@ Shadow=0
-
+
59945595-9A3F-486A-8555-BBCD8B6DFA4E
创建人
CreateBy
@@ -33682,7 +33705,7 @@ Shadow=0
-
+
D0B6F5F3-5944-4465-812F-6F251B7EA0B3
创建时间
CreateTime
@@ -33696,7 +33719,7 @@ Shadow=0
-
+
16E653FC-3C70-48B9-8BBE-7F5C990E115B
创建程序
CreateProg
@@ -33708,7 +33731,7 @@ Shadow=0
nvarchar(100)
100
-
+
41F7E794-308C-4DB1-9822-BCF8F0C74FB9
创建人IP
CreateIP
@@ -33720,7 +33743,7 @@ Shadow=0
nvarchar(100)
100
-
+
B80BC4F9-28EC-4EC2-B07F-0253C69D8B1B
修改人
UpdateBy
@@ -33734,7 +33757,7 @@ Shadow=0
-
+
57492B8C-5928-470C-88F8-AABDD2F19B0F
修改时间
UpdateTime
@@ -33748,7 +33771,7 @@ Shadow=0
-
+
17AB6D62-9ECF-43EE-A5EB-7ED9BAA43DE6
修改程序
UpdateProg
@@ -33760,7 +33783,7 @@ Shadow=0
nvarchar(100)
100
-
+
CE24D5D4-AC3F-438C-9771-01397E31A45A
修改人IP
UpdateIP
@@ -33772,7 +33795,7 @@ Shadow=0
nvarchar(100)
100
-
+
B80F013C-38C2-44A5-A92A-E3039F9C95C3
操作日志ID
OperateLogID
@@ -33787,7 +33810,7 @@ Shadow=0
-
+
94669F6E-9F2A-4072-9243-54F42C21FA5A
模板ID
ResumeTemplateId
@@ -33798,7 +33821,7 @@ Shadow=0
模板ID
bigint
-
+
54D00967-82EF-49E3-8172-A05C3CD64BD4
模板类型
TemplateType
@@ -33810,7 +33833,7 @@ Shadow=0
nvarchar(100)
100
-
+
BBBF8ADD-A3DA-4ECE-A0D8-533681083426
组别ID
ResumeInfoGroupId
@@ -33821,7 +33844,7 @@ Shadow=0
组别ID
bigint
-
+
8BB58621-18FD-4C2C-A9B5-724276AFB31E
是否显示
IsDisplay
@@ -33833,7 +33856,7 @@ Shadow=0
0
int
-
+
746495AB-E83C-4367-9285-13BBC3A27F5D
组别类型
GroupType
@@ -33845,7 +33868,7 @@ Shadow=0
nvarchar(100)
100
-
+
7499223B-5DFB-4FAA-B691-3F65A9BE786A
排序号
SortNo
@@ -33857,7 +33880,7 @@ Shadow=0
0
int
-
+
3D5F4822-7493-4777-B526-8C508D2675FD
备注
RemarkSz
@@ -33872,7 +33895,7 @@ Shadow=0
-
+
5DB8BB86-0728-4E42-BBB7-272C98592854
默认标志
IsDefault
@@ -33887,7 +33910,7 @@ Shadow=0
-
+
3F953031-B677-4AD3-8A41-4DD9AD989C00
删除标志
IsEnable
@@ -33902,7 +33925,7 @@ Shadow=0
-
+
E0AB24D3-D407-4472-91C5-13508AB97887
预留字段1
Reverse1
@@ -33914,7 +33937,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
6A13FC36-3708-4FFE-9D32-3BE511C94821
预留字段2
Reverse2
@@ -33926,7 +33949,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
5E52479B-11B6-4720-A92B-57044526960F
预留字段3
Reverse3
@@ -33938,7 +33961,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
286E7E69-DE89-4727-8122-B7E1F665F888
预留字段4
Reverse4
@@ -33950,7 +33973,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
778B84B8-8A61-4C46-991A-D23A2D19BD40
预留字段5
Reverse5
@@ -33962,7 +33985,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
F286F5E3-A263-444A-8537-9E3CA1AD8E2A
预留字段6
Reverse6
@@ -33974,7 +33997,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
A28CF533-EC57-42A9-8FE5-E6B2BEEB0A53
预留字段7
Reverse7
@@ -33986,7 +34009,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
A58827BD-95B2-4163-84A8-D59EBE3DCC89
预留字段8
Reverse8
@@ -33998,7 +34021,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
735B562D-B0F1-466D-A6E6-785C0559F5C6
预留字段9
Reverse9
@@ -34010,7 +34033,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
5AA4EF88-9C71-467D-A112-C29D7CDBE59C
预留字段10
Reverse10
@@ -34022,7 +34045,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
32D55453-2CB6-4BAB-B925-13AD60A6734A
预留字段I1
ReverseI1
@@ -34034,7 +34057,7 @@ Shadow=0
0
int
-
+
6E091DB4-70EB-4AE9-953C-A88DE37205D1
预留字段I2
ReverseI2
@@ -34048,7 +34071,7 @@ Shadow=0
-
+
883FADE9-3D20-4E2A-8440-BC8D3D5B7621
Key_1
Key_1
@@ -34057,15 +34080,15 @@ Shadow=0
1728532142
Administrator
-
+
-
+
-
+
@@ -34079,7 +34102,7 @@ Shadow=0
简历组别
-
+
DA17BC6B-F21A-4B09-9DA6-16C076629EF7
Id
Id
@@ -34094,7 +34117,7 @@ Shadow=0
-
+
6DD5EAD1-C111-488F-AFA6-70B7768F886A
创建人
CreateBy
@@ -34108,7 +34131,7 @@ Shadow=0
-
+
EFCDD384-F883-4B97-8CAC-3E64AFCFC6E5
创建时间
CreateTime
@@ -34122,7 +34145,7 @@ Shadow=0
-
+
97E526A4-EA3F-4DD2-9E05-EDCE20885F16
创建程序
CreateProg
@@ -34134,7 +34157,7 @@ Shadow=0
nvarchar(100)
100
-
+
2939D534-5C8B-43C8-B308-5EC3F68A8109
创建人IP
CreateIP
@@ -34146,7 +34169,7 @@ Shadow=0
nvarchar(100)
100
-
+
03414DC2-6540-4AD0-8746-7ED49507DFA2
修改人
UpdateBy
@@ -34160,7 +34183,7 @@ Shadow=0
-
+
4915806F-A0E3-4E61-BBE8-AF85B23589DA
修改时间
UpdateTime
@@ -34174,7 +34197,7 @@ Shadow=0
-
+
5B7EE611-CB7D-4EE2-A17A-1E45F0CB5441
修改程序
UpdateProg
@@ -34186,7 +34209,7 @@ Shadow=0
nvarchar(100)
100
-
+
736C6F17-BD55-4AE7-95CE-3C04EEDCCE64
修改人IP
UpdateIP
@@ -34198,7 +34221,7 @@ Shadow=0
nvarchar(100)
100
-
+
43A380E3-57D8-4B43-BF27-77206C40C553
操作日志ID
OperateLogID
@@ -34213,7 +34236,7 @@ Shadow=0
-
+
0E895F6A-BD64-4475-A9B6-93372A9B941A
组别编号
GroupNo
@@ -34225,7 +34248,7 @@ Shadow=0
nvarchar(100)
100
-
+
BAA164B4-4560-4971-B6A4-F3EFCD9630C3
组别名
GroupName
@@ -34237,7 +34260,7 @@ Shadow=0
nvarchar(100)
100
-
+
AE6DC3FB-7480-4DB7-A19A-30591D6F2F57
多语Key
MKey
@@ -34249,7 +34272,7 @@ Shadow=0
nvarchar(100)
100
-
+
F6ACC39C-DE4B-4F44-8E72-69E638E92074
组别类型
GroupType
@@ -34261,7 +34284,7 @@ Shadow=0
nvarchar(100)
100
-
+
03A58B9D-9D64-4F65-AC8F-6B51BB693855
表名
TableName
@@ -34273,7 +34296,7 @@ Shadow=0
nvarchar(100)
100
-
+
4FA40771-EB0D-4C07-BB13-E0FE1922B581
主键名
TablePKIDName
@@ -34286,7 +34309,7 @@ Shadow=0
nvarchar(100)
100
-
+
AA4A61DB-13D2-4B67-9768-F202C6FD1A40
多表名
TableNames
@@ -34298,7 +34321,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
12660039-CD95-4D85-95FF-DF8E30AAD630
排序号
SortNo
@@ -34310,7 +34333,7 @@ Shadow=0
0
int
-
+
DFADCC31-220C-487D-A453-9D2BD403A048
员工可修改
CanModifyBySelf
@@ -34322,7 +34345,7 @@ Shadow=0
0
int
-
+
E53D3221-9E14-48D9-AEA0-AD95C187D571
ESS 显示
CanEssDisplay
@@ -34334,7 +34357,7 @@ Shadow=0
0
int
-
+
0E35F578-1665-4AD0-B5F5-59AF773CA708
备注
RemarkSz
@@ -34349,7 +34372,7 @@ Shadow=0
-
+
4642A49F-BFEC-460C-88FC-596E337B4FC1
默认标志
IsDefault
@@ -34364,7 +34387,7 @@ Shadow=0
-
+
5E97820C-18CA-476A-85CB-F250C3A8BCBE
删除标志
IsEnable
@@ -34379,7 +34402,7 @@ Shadow=0
-
+
DF838CBD-B108-41E6-A430-69D2453E3A6C
预留字段1
Reverse1
@@ -34391,7 +34414,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
BC9FFE37-172F-45AD-8DFE-105449C983A3
预留字段2
Reverse2
@@ -34403,7 +34426,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
495FA6D2-AC4D-43B5-AC5C-6920DBA705FD
预留字段3
Reverse3
@@ -34415,7 +34438,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
DC7DC117-9861-4BB0-BA90-DDDFB8E7DA57
预留字段4
Reverse4
@@ -34427,7 +34450,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
74449F5B-878B-4427-830E-8C4534C313E2
预留字段5
Reverse5
@@ -34439,7 +34462,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
CEED0536-7CC7-4863-BCC8-1439E00A929D
预留字段6
Reverse6
@@ -34451,7 +34474,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
91F9D28B-1E8E-4B23-A45E-193A1BD53E68
预留字段7
Reverse7
@@ -34463,7 +34486,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
34BCF4C7-510F-401A-9311-7121BDB1219F
预留字段8
Reverse8
@@ -34475,7 +34498,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
DAD15593-4055-4A7E-B32B-B150FED9718C
预留字段9
Reverse9
@@ -34487,7 +34510,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
1FA3E90D-DDBC-4B1D-A0E1-42ACCD3F302A
预留字段10
Reverse10
@@ -34499,7 +34522,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
020B0377-F1B3-46A3-89CF-23BB0C0BD660
预留字段I1
ReverseI1
@@ -34511,7 +34534,7 @@ Shadow=0
0
int
-
+
7CCA0CE9-9E5B-4518-9EA5-F6B1E0C5F9A3
预留字段I2
ReverseI2
@@ -34525,7 +34548,7 @@ Shadow=0
-
+
EB436693-5184-46A5-84F6-5BB909FC2F00
Key_1
Key_1
@@ -34534,15 +34557,15 @@ Shadow=0
1728532662
Administrator
-
+
-
+
-
+
@@ -34556,7 +34579,7 @@ Shadow=0
简历模板组栏位
-
+
500EF005-D869-4A13-B86A-EC64B83F0CA3
Id
Id
@@ -34571,7 +34594,7 @@ Shadow=0
-
+
617913EC-AA25-41D2-BC86-91B4C64A2732
创建人
CreateBy
@@ -34585,7 +34608,7 @@ Shadow=0
-
+
76F79A2C-90B5-43C0-85D8-9A0F25AC4C6F
创建时间
CreateTime
@@ -34599,7 +34622,7 @@ Shadow=0
-
+
F7D3CC55-F33A-4574-8307-1DE0DF492484
创建程序
CreateProg
@@ -34611,7 +34634,7 @@ Shadow=0
nvarchar(100)
100
-
+
51DF66CF-C15B-4440-962E-4DE7E8C10A61
创建人IP
CreateIP
@@ -34623,7 +34646,7 @@ Shadow=0
nvarchar(100)
100
-
+
1F6E0D1E-73FE-42BD-9CE7-CF0E2BB765BF
修改人
UpdateBy
@@ -34637,7 +34660,7 @@ Shadow=0
-
+
1069C68A-FA17-4335-A76C-B12E2A8C540A
修改时间
UpdateTime
@@ -34651,7 +34674,7 @@ Shadow=0
-
+
34CB688A-9F04-4DB0-BFF0-072DD535DC2D
修改程序
UpdateProg
@@ -34663,7 +34686,7 @@ Shadow=0
nvarchar(100)
100
-
+
74198B42-BD9C-42C4-ACE1-9D56E67D6848
修改人IP
UpdateIP
@@ -34675,7 +34698,7 @@ Shadow=0
nvarchar(100)
100
-
+
7FA69D77-99BE-40B1-9897-8916CB5C2C77
操作日志ID
OperateLogID
@@ -34690,7 +34713,7 @@ Shadow=0
-
+
382AC02B-2564-4F19-A925-AF87CE640FF0
模板ID
ResumeTemplateId
@@ -34701,7 +34724,7 @@ Shadow=0
模板ID
bigint
-
+
2EBC9B77-DFD8-4088-817B-C490F1936DF9
模板组ID
ResumeTemplateInfoGroupId
@@ -34712,7 +34735,7 @@ Shadow=0
模板组ID
bigint
-
+
F6F741DE-C408-4851-9CAE-2204CF25E550
模板类型
TemplateType
@@ -34724,7 +34747,7 @@ Shadow=0
nvarchar(100)
100
-
+
0FDE3752-9A94-4FC0-BEEE-A9075233BC49
组别类型
GroupType
@@ -34736,7 +34759,7 @@ Shadow=0
nvarchar(100)
100
-
+
21E74B5D-D4D5-4E2C-B539-93B743059D89
简历信息栏位ID
ResumeInfoColumnId
@@ -34747,7 +34770,7 @@ Shadow=0
简历信息栏位ID
bigint
-
+
822DDF76-6E02-41AF-8144-53C6FB05EAF3
是否必填
IsRequired
@@ -34759,7 +34782,7 @@ Shadow=0
0
int
-
+
7CF9CBB2-3245-4ABF-A967-6912B849FA52
是否可编辑
Editable
@@ -34771,7 +34794,7 @@ Shadow=0
0
int
-
+
4A0195F6-BC2D-4A63-9716-1FD0C19F88B9
初始值
InitValue
@@ -34783,7 +34806,7 @@ Shadow=0
nvarchar(2000)
2000
-
+
8131D64A-CBFA-4BC8-98EE-ACA2569490FC
是否显示
IsDisplay
@@ -34795,7 +34818,7 @@ Shadow=0
0
int
-
+
DF9D3D5A-90CA-4FAA-A7B9-D2B11A685EFD
排序号
SortNo
@@ -34807,7 +34830,7 @@ Shadow=0
0
int
-
+
FD7730E8-2ED3-4E8E-9B18-F8B824AE633D
RowNum
RowNum
@@ -34818,7 +34841,7 @@ Shadow=0
RowNum
int
-
+
A966E045-6D73-4950-8BAC-677AE17E4726
ColNum
ColNum
@@ -34829,7 +34852,7 @@ Shadow=0
ColNum
int
-
+
2E69D0E7-DE9B-4F4C-A190-BEB53DE83E7C
备注
RemarkSz
@@ -34844,7 +34867,7 @@ Shadow=0
-
+
2CB28F9E-3809-4839-AF16-A7C66D79D799
默认标志
IsDefault
@@ -34859,7 +34882,7 @@ Shadow=0
-
+
FAB666D6-DAD6-4672-8A49-25591F1BC91B
删除标志
IsEnable
@@ -34874,7 +34897,7 @@ Shadow=0
-
+
84175905-31A1-4F46-B3FA-44ED56A72FCB
预留字段1
Reverse1
@@ -34886,7 +34909,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
6BAFD6C4-44A9-477F-B8A9-49F0C2566141
预留字段2
Reverse2
@@ -34898,7 +34921,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
BD6D5272-5435-4DDE-8019-6A2959009F87
预留字段3
Reverse3
@@ -34910,7 +34933,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
9EF463B2-7AC7-4DC0-B98B-4526C1F83D28
预留字段4
Reverse4
@@ -34922,7 +34945,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
720CF330-1733-4438-AEE7-C35C59DA44E7
预留字段5
Reverse5
@@ -34934,7 +34957,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
834BA717-C4AA-4EFC-B658-C896D397D1B8
预留字段6
Reverse6
@@ -34946,7 +34969,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
96CEEB5A-BF3C-4611-80EA-F2554D18886D
预留字段7
Reverse7
@@ -34958,7 +34981,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
A571D990-C24F-4702-B493-B2461F2B2668
预留字段8
Reverse8
@@ -34970,7 +34993,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
23EFE0F2-3C98-485D-955B-A17A758B59D5
预留字段9
Reverse9
@@ -34982,7 +35005,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
186BC6FF-6212-432E-8E1C-5DAFFB46FF26
预留字段10
Reverse10
@@ -34994,7 +35017,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
E3D3E614-4DD6-4821-BAFA-52DF3CE8200C
预留字段I1
ReverseI1
@@ -35006,7 +35029,7 @@ Shadow=0
0
int
-
+
D1D0EBF5-4AF2-4E2A-8A55-2C7F1C2E9F1F
预留字段I2
ReverseI2
@@ -35020,7 +35043,7 @@ Shadow=0
-
+
6FA16D47-CFB1-40F9-837D-9795F9B38C26
Key_12
Key_12
@@ -35029,15 +35052,15 @@ Shadow=0
1728626410
Administrator
-
+
-
+
-
+
@@ -35051,7 +35074,7 @@ Shadow=0
简历信息栏位
-
+
269BEDDB-645F-43BF-88F2-C94FD70C8126
Id
Id
@@ -35066,7 +35089,7 @@ Shadow=0
-
+
0B9A0006-75BC-4E4E-8E80-0734D0DF1962
创建人
CreateBy
@@ -35080,7 +35103,7 @@ Shadow=0
-
+
BBDC1B0E-1F66-4A91-9D68-7849192CE339
创建时间
CreateTime
@@ -35094,7 +35117,7 @@ Shadow=0
-
+
CCFAB6FC-BCB6-4963-9CF0-06D782461CF3
创建程序
CreateProg
@@ -35106,7 +35129,7 @@ Shadow=0
nvarchar(100)
100
-
+
E8B299A8-1F59-4B9B-B200-5C8729D76CE0
创建人IP
CreateIP
@@ -35118,7 +35141,7 @@ Shadow=0
nvarchar(100)
100
-
+
FF17A62D-46DA-48D2-A577-4B1946FD4E8A
修改人
UpdateBy
@@ -35132,7 +35155,7 @@ Shadow=0
-
+
C783533C-B194-4F00-B911-CDB2DAF77A3A
修改时间
UpdateTime
@@ -35146,7 +35169,7 @@ Shadow=0
-
+
C0FA6006-E730-4BFB-BADC-C7B4887A08B3
修改程序
UpdateProg
@@ -35158,7 +35181,7 @@ Shadow=0
nvarchar(100)
100
-
+
47E78BF2-BDC2-4D7E-97C7-FFC3FD9A0F29
修改人IP
UpdateIP
@@ -35170,7 +35193,7 @@ Shadow=0
nvarchar(100)
100
-
+
298EF0FF-CBA6-46E9-A1FA-34F1D5987221
操作日志ID
OperateLogID
@@ -35185,7 +35208,7 @@ Shadow=0
-
+
27808DBF-6EE4-4BF2-8C0C-86CF189F25EF
简历组别ID
ResumeInfoGroupId
@@ -35196,7 +35219,7 @@ Shadow=0
简历组别ID
bigint
-
+
B0DA6F8F-07C0-46D1-96E2-8B8521BBCCC9
栏位
ResumeInfoColumnNo
@@ -35208,7 +35231,7 @@ Shadow=0
nvarchar(100)
100
-
+
8F3E0A12-F56A-4A86-84B5-10217D431A98
栏位说明
ResumeInfoColumnName
@@ -35220,7 +35243,7 @@ Shadow=0
nvarchar(1000)
1000
-
+
BA7B4856-432F-4916-8FCA-03295A5A8E19
多语Key
MKey
@@ -35232,7 +35255,7 @@ Shadow=0
nvarchar(200)
200
-
+
A643F7DE-B491-42BA-8816-E6E584BBC76B
表名
TableName
@@ -35244,7 +35267,7 @@ Shadow=0
nvarchar(100)
100
-
+
0FC077DD-AFDF-4D75-815E-436E216385E9
表栏位
ColumnName
@@ -35256,7 +35279,7 @@ Shadow=0
nvarchar(100)
100
-
+
1260E623-0CAF-457B-AD52-7A08059E14F3
一行一栏
IsSingleColumn
@@ -35267,7 +35290,7 @@ Shadow=0
一行一栏
int
-
+
41DF271A-0CEE-41E5-A4B3-35F46D876E83
栏位类型
ColumnType
@@ -35279,7 +35302,7 @@ Shadow=0
nvarchar(100)
100
-
+
FD5A54BC-A6F9-4634-BCF8-76B8B9BF9760
栏位属性设定
内置栏位
@@ -35299,7 +35322,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
2E65529D-E62F-4D67-93C0-1AE0653E762E
数据来源方式
DataSourceType
@@ -35311,7 +35334,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
B41EE901-2798-4C63-BCD5-D0A141491199
数据来源
DataSource
@@ -35323,7 +35346,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
DEADBAC8-BE52-4E42-BB08-1A4FBE95C2D3
初始值
DefaultValue
@@ -35335,7 +35358,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
0E83FBCD-3AB5-4F94-9401-A90B9C1417A1
必填项
IsRequired
@@ -35347,7 +35370,7 @@ Ghra_staff_InsureBase
'false'
bit
-
+
63671F63-B09A-457C-A9EC-FD66F897CCC2
可编辑
Editable
@@ -35359,7 +35382,7 @@ Ghra_staff_InsureBase
0
int
-
+
8886EEB0-C8A1-4B94-87DE-4EB41A1F38F7
IsBuildIn
IsBuildIn
@@ -35370,7 +35393,7 @@ Ghra_staff_InsureBase
IsBuildIn
int
-
+
85659D5B-A24A-41C9-ACBC-DB14C1BD1588
IsRelease
IsRelease
@@ -35381,7 +35404,7 @@ Ghra_staff_InsureBase
IsRelease
int
-
+
1EE9C8D3-319E-4559-8372-E706D392BCC3
异动栏位
IsChangeColumn
@@ -35392,7 +35415,7 @@ Ghra_staff_InsureBase
异动栏位
int
-
+
CF6E62BC-0DC9-45FA-ACE9-3C64B1B763A0
Column_43
IsQuickJoinColumn
@@ -35402,7 +35425,7 @@ Ghra_staff_InsureBase
Administrator
int
-
+
FB0C6297-8AB2-4775-B968-D5AD7A49260A
初始化值
InitValue
@@ -35414,7 +35437,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
E0F8997D-4F2A-46DB-BD2D-9952F7C8143E
占位文字
Placeholder
@@ -35426,7 +35449,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
DA77ABC3-7B3C-49E0-A524-53C09E14EC33
是否主键栏位
IsPrimaryKey
@@ -35438,7 +35461,7 @@ Ghra_staff_InsureBase
0
int
-
+
080672E2-D43C-4065-A3C2-B5DF99C5FEAA
员工可修改
CanModifyBySelf
@@ -35450,7 +35473,7 @@ Ghra_staff_InsureBase
0
int
-
+
210EFB96-5523-4A73-8DE1-ACDB10A7F38A
ESS 显示
CanEssDisplay
@@ -35462,7 +35485,7 @@ Ghra_staff_InsureBase
0
int
-
+
0ACF8A69-6EBA-426F-8FA1-692C447D1F47
可多选
MultipleSelect
@@ -35473,7 +35496,7 @@ Ghra_staff_InsureBase
可多选
int
-
+
1AC24926-30C5-464D-93B9-67EC02CA2B06
数据来源ID
DataSourceID
@@ -35484,7 +35507,7 @@ Ghra_staff_InsureBase
数据来源ID
int
-
+
F951FC54-7855-41D3-B1B1-B8104D2A3C83
关联表名
MapTableName
@@ -35496,7 +35519,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
84E8D2E5-F271-4D0E-A9D8-9FAC68EDCCFB
关联栏位
MapColumnName
@@ -35508,7 +35531,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
3C6DC99E-E7D6-4BE4-891D-BF91C21850FC
查询条件
QueryCondition
@@ -35520,7 +35543,7 @@ Ghra_staff_InsureBase
0
int
-
+
DA455CC0-1A90-47AF-BB9A-55A1FFA8AF67
排序号
SortNo
@@ -35532,7 +35555,7 @@ Ghra_staff_InsureBase
0
int
-
+
48B0B283-AB94-4D15-A552-C67A92E8006D
备注
RemarkSz
@@ -35547,7 +35570,7 @@ Ghra_staff_InsureBase
-
+
EBAA2097-78FD-42D6-B99A-FF230C776266
默认标志
IsDefault
@@ -35562,7 +35585,7 @@ Ghra_staff_InsureBase
-
+
D2F68549-9494-4258-A171-43C0226DED33
删除标志
IsEnable
@@ -35577,7 +35600,7 @@ Ghra_staff_InsureBase
-
+
D12D9003-CB6D-435F-BF30-C3A78CEF1BE9
预留字段1
Reverse1
@@ -35589,7 +35612,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
E1363769-9F0F-403F-81AC-F0EC714E9095
预留字段2
Reverse2
@@ -35601,7 +35624,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
5C28ED53-9193-443F-AED1-C98ADB79690D
预留字段3
Reverse3
@@ -35613,7 +35636,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
013F480E-7E75-41CF-8294-A2FC95337662
预留字段4
Reverse4
@@ -35625,7 +35648,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
26BD5315-21A4-49E6-BF6C-69584B3A3D84
预留字段5
Reverse5
@@ -35637,7 +35660,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
CB08D874-7819-4535-A91F-B7DE7985B89B
预留字段6
Reverse6
@@ -35649,7 +35672,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
FEF3132C-8318-4AB1-A1A4-E40202DB764A
预留字段7
Reverse7
@@ -35661,7 +35684,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
EC2FB03C-0723-490C-A790-85E781E33559
预留字段8
Reverse8
@@ -35673,7 +35696,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
122CEDD3-4489-460A-BCB9-519CA3171E22
预留字段9
Reverse9
@@ -35685,7 +35708,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
FB22EBB6-6940-428E-96BE-BF6D78A8A2AD
预留字段10
Reverse10
@@ -35697,7 +35720,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
0ADFCABF-B653-4AD3-BD8B-236052B00FCE
预留字段I1
ReverseI1
@@ -35709,7 +35732,7 @@ Ghra_staff_InsureBase
0
int
-
+
B9A55369-D7E5-4BEA-AD0D-83B11D5267C2
预留字段I2
ReverseI2
@@ -35723,7 +35746,7 @@ Ghra_staff_InsureBase
-
+
3F34432E-2CAA-45F6-B211-254A53D81B21
Key_1
Key_1
@@ -35732,18 +35755,18 @@ Ghra_staff_InsureBase
1728540766
Administrator
-
+
-
+
-
+
-
+
FF355889-10E1-442C-9112-74B03CFDF75A
简历模板组栏位2
Ghrh_ResumeTemplateInfoGroupColumn2
@@ -35754,7 +35777,7 @@ Ghra_staff_InsureBase
简历模板组栏位
-
+
74EEA468-7C6F-442D-B9D1-A0431FB55B4E
Id
Id
@@ -35769,7 +35792,7 @@ Ghra_staff_InsureBase
-
+
0BB75A86-7BDA-455A-AD49-597F43D1128E
创建人
CreateBy
@@ -35783,7 +35806,7 @@ Ghra_staff_InsureBase
-
+
E39F646B-7DDB-4A55-8F7B-A51DFE3BC57F
创建时间
CreateTime
@@ -35797,7 +35820,7 @@ Ghra_staff_InsureBase
-
+
AE41E6DC-E243-48D3-97C8-35752CA74455
创建程序
CreateProg
@@ -35809,7 +35832,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
8417BEF7-852B-4937-A4C3-712FAD9D358D
创建人IP
CreateIP
@@ -35821,7 +35844,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
6075FF03-55E1-4422-B63B-3F567B255A10
修改人
UpdateBy
@@ -35835,7 +35858,7 @@ Ghra_staff_InsureBase
-
+
D7CDAC9C-CD5F-43CF-9C03-F902D69BBF71
修改时间
UpdateTime
@@ -35849,7 +35872,7 @@ Ghra_staff_InsureBase
-
+
E925A137-905B-4C8A-A40B-C36B349C54A8
修改程序
UpdateProg
@@ -35861,7 +35884,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
747AE1FA-E763-4DE6-BF67-083C4C0E1A1A
修改人IP
UpdateIP
@@ -35873,7 +35896,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
9E5DBC91-3173-41E8-AF21-681D129BC493
操作日志ID
OperateLogID
@@ -35888,7 +35911,7 @@ Ghra_staff_InsureBase
-
+
20335FB3-59A5-431E-BF73-1847F943EED4
模板ID
ResumeTemplateId
@@ -35899,7 +35922,7 @@ Ghra_staff_InsureBase
模板ID
bigint
-
+
E3A50308-8BBB-4599-A983-F5722EACE85E
模板组ID
ResumeTemplateInfoGroupId
@@ -35910,7 +35933,7 @@ Ghra_staff_InsureBase
模板组ID
bigint
-
+
0290DD0A-55C0-4FDA-B97B-A1E0B5D1E38F
模板类型
TemplateType
@@ -35922,7 +35945,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
CCC786DE-C943-42F8-A499-E21A907A02A3
组别类型
GroupType
@@ -35934,7 +35957,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
4CED787F-2CCE-4F7F-A5CB-72F953FBEB76
简历信息栏位ID
ResumeInfoColumnId
@@ -35945,7 +35968,7 @@ Ghra_staff_InsureBase
简历信息栏位ID
bigint
-
+
1286AC2A-9A83-4B96-A1AA-4AA38C837B36
是否必填
IsRequired
@@ -35957,7 +35980,7 @@ Ghra_staff_InsureBase
0
int
-
+
A57F4014-C64F-440B-BBF7-5B7824E44D5A
是否可编辑
Editable
@@ -35969,7 +35992,7 @@ Ghra_staff_InsureBase
0
int
-
+
190B1948-F072-439C-A41D-CB9F8ADB2F34
初始值
InitValue
@@ -35981,7 +36004,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
9DC79025-6E61-417D-BBF1-7C4162341422
是否显示
IsDisplay
@@ -35993,7 +36016,7 @@ Ghra_staff_InsureBase
0
int
-
+
15C4633A-FDF6-451B-B4B4-D48783EFBF6B
排序号
SortNo
@@ -36005,7 +36028,7 @@ Ghra_staff_InsureBase
0
int
-
+
E059EF51-A864-46C0-96E3-1ED4DEC35341
RowNum
RowNum
@@ -36016,7 +36039,7 @@ Ghra_staff_InsureBase
RowNum
int
-
+
1E1FAE2C-DAF9-4106-9A70-CCB74DBD9EE0
ColNum
ColNum
@@ -36027,7 +36050,7 @@ Ghra_staff_InsureBase
ColNum
int
-
+
9EFA4658-BE63-49A1-B77D-09E9A07B6D00
备注
RemarkSz
@@ -36042,7 +36065,7 @@ Ghra_staff_InsureBase
-
+
9A0D70B9-E6F4-485A-AA1D-BDA9BFE7927B
默认标志
IsDefault
@@ -36057,7 +36080,7 @@ Ghra_staff_InsureBase
-
+
4A1DDF0F-B49D-4111-A8C8-84E6AB1501B0
删除标志
IsEnable
@@ -36072,7 +36095,7 @@ Ghra_staff_InsureBase
-
+
6E387A04-ADAA-4B90-AC76-8F88279E9C54
预留字段1
Reverse1
@@ -36084,7 +36107,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
D2076C47-1976-47AA-8D38-8F6BD0B1AE14
预留字段2
Reverse2
@@ -36096,7 +36119,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
6C27F98A-3B4F-41F1-8F52-660F52E88C6E
预留字段3
Reverse3
@@ -36108,7 +36131,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
4CDF5E1E-6D8F-4581-BBD3-1A6F6D360BA5
预留字段4
Reverse4
@@ -36120,7 +36143,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
19BD438F-D6DA-4315-820A-BDAF2E0C6CE6
预留字段5
Reverse5
@@ -36132,7 +36155,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
F504CC1A-4807-459C-973E-E0970B50BF8B
预留字段6
Reverse6
@@ -36144,7 +36167,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
C7294116-D915-49FF-86D0-DC4394ADD323
预留字段7
Reverse7
@@ -36156,7 +36179,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
F99B5E07-8B48-4E3B-9DD9-1E72C7E41EE4
预留字段8
Reverse8
@@ -36168,7 +36191,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
78AEF3CD-A2C4-49D5-8CA3-7EF7F870AE9F
预留字段9
Reverse9
@@ -36180,7 +36203,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
D2C9C04A-BA45-4EB9-8269-4E72162BFAD0
预留字段10
Reverse10
@@ -36192,7 +36215,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
2D08F3CC-D331-4DA3-8135-342324816FBF
预留字段I1
ReverseI1
@@ -36204,7 +36227,7 @@ Ghra_staff_InsureBase
0
int
-
+
E0B6D06E-9844-433A-9228-89E061A16D7A
预留字段I2
ReverseI2
@@ -36218,7 +36241,7 @@ Ghra_staff_InsureBase
-
+
2DD0D279-EF02-4E46-8EAE-66B403884443
Key_1
Key_1
@@ -36227,15 +36250,15 @@ Ghra_staff_InsureBase
1728626329
Administrator
-
+
-
+
-
+
@@ -36249,7 +36272,7 @@ Ghra_staff_InsureBase
个人简历
-
+
7D7B393F-0692-412B-803A-62B4753AF1FB
Id
Id
@@ -36264,7 +36287,7 @@ Ghra_staff_InsureBase
-
+
E12111E7-4832-42F0-8934-D01C168F1D0C
创建人
CreateBy
@@ -36278,7 +36301,7 @@ Ghra_staff_InsureBase
-
+
BB6934E1-7031-40BF-9F61-ECF799E77900
创建时间
CreateTime
@@ -36292,7 +36315,7 @@ Ghra_staff_InsureBase
-
+
19AD6A87-136A-454F-8AC4-6F69E2B8D2B0
创建程序
CreateProg
@@ -36304,7 +36327,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
0F87DD63-7F02-45DC-A1E5-B9A8B189E433
创建人IP
CreateIP
@@ -36316,7 +36339,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
8AEB3296-B582-4FF1-8B68-DC038C84310C
修改人
UpdateBy
@@ -36330,7 +36353,7 @@ Ghra_staff_InsureBase
-
+
398F3639-F56B-4A1F-978B-C47F74836F41
修改时间
UpdateTime
@@ -36344,7 +36367,7 @@ Ghra_staff_InsureBase
-
+
A678BF5B-88E3-4AD8-9145-797215DADD52
修改程序
UpdateProg
@@ -36356,7 +36379,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
0DF29B63-3B46-4DFA-B0F0-93E8362CC590
修改人IP
UpdateIP
@@ -36368,7 +36391,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
5A1D4F40-39E6-4884-BCCA-CDD698EB6A6C
操作日志ID
OperateLogID
@@ -36383,7 +36406,7 @@ Ghra_staff_InsureBase
-
+
81757EB1-EAEA-4A85-84A3-BA82D5C7A673
姓名
StaffName
@@ -36395,7 +36418,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
8C2E61BA-4D3E-45A0-AADB-6CAED0C1A5BC
英文名
StaffEname
@@ -36407,7 +36430,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
8CE9F7A8-1330-4A25-AFC1-8D332F868ADC
头像
PhotoUrl
@@ -36419,7 +36442,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
9A91AEC2-7147-4A0F-956D-35B3F7D4DBBD
民族
Nation
@@ -36431,7 +36454,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
85D6EC00-7FE5-4014-A499-153F436278F3
出生日期
Birthday
@@ -36442,7 +36465,7 @@ Ghra_staff_InsureBase
出生日期
datetime
-
+
880D5B9A-2DE6-4AA6-9F9F-9B9FAD644A22
籍贯
NativePlace
@@ -36454,7 +36477,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
6C32637B-100B-4BBB-8D60-0C36B4E6AFCD
性别
Gender
@@ -36466,7 +36489,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
D44CE204-768B-4AFB-82CB-CF06F9151BBD
年龄
Age
@@ -36479,7 +36502,7 @@ Ghra_staff_InsureBase
3
1
-
+
59DA3746-9C64-4FEC-8306-DFA2AF639B5A
学历
Education
@@ -36491,7 +36514,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
9E73247F-6F91-476C-B278-9B3DA40EFB6D
毕业院校
School
@@ -36503,7 +36526,7 @@ Ghra_staff_InsureBase
nvarchar(128)
128
-
+
86C82462-93C0-4E09-B1E6-D80FB24DED70
毕业日期
GraduateDate
@@ -36514,7 +36537,7 @@ Ghra_staff_InsureBase
毕业日期
datetime
-
+
59CE09CB-F39A-4697-A9B2-03AFF51BD824
求职状态
ApplyStatus
@@ -36526,7 +36549,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
6EE8F4FC-212B-4A3E-942D-B953511FF226
岗位ID
TitleId
@@ -36537,7 +36560,7 @@ Ghra_staff_InsureBase
岗位ID
int
-
+
9109D0ED-971C-47D3-9F45-ABA569CC47D0
婚姻状况
MaritalStatus
@@ -36549,7 +36572,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
C3C35572-455F-4AD5-AA34-B0C46F240236
政治面貌
PoliticStatus
@@ -36561,7 +36584,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
AE16FB60-93B2-4D14-B093-D546CC3CB3EA
联系电话
Mobile
@@ -36573,7 +36596,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
0B4711BA-3F43-43D6-B49C-78919E5EC509
邮箱
Email
@@ -36585,7 +36608,7 @@ Ghra_staff_InsureBase
nvarchar(64)
64
-
+
5D842515-324E-428C-95B2-18B82A194C0B
入职日期
Indate
@@ -36596,7 +36619,7 @@ Ghra_staff_InsureBase
入职日期
datetime
-
+
6664678E-1054-4F17-B805-BA399E6C5FDE
紧急联系人关系
UrgentRelation
@@ -36608,7 +36631,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
C81870D7-09B4-4E59-8625-B38C9658F30A
紧急联系人
UrgentContact
@@ -36620,7 +36643,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
8431B360-89AB-449C-BDB7-FE10FAA7D173
紧急联系人电话
UrgentContactTel
@@ -36632,7 +36655,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
928ECF08-F9A4-4F75-9F37-B65F5DF27CCB
紧急联系人地址
UrgentContactAddress
@@ -36644,7 +36667,7 @@ Ghra_staff_InsureBase
nvarchar(128)
128
-
+
2F436B82-8E2E-48FF-852C-6767D7EFBBEE
紧急联系人关系2
Urgent2Relation
@@ -36656,7 +36679,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
00E86415-4AEA-4DE4-A446-A82E09017053
紧急联系人2
Urgent2Contact
@@ -36668,7 +36691,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
EE50F94A-59BB-4B96-9E9F-B4A8FB1A6B28
紧急联系人电话2
Urgent2ContactTel
@@ -36680,7 +36703,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
A9110890-B1DA-4EA3-9135-FD31504AEDD4
紧急联系人地址2
Urgent2ContactAddress
@@ -36692,7 +36715,7 @@ Ghra_staff_InsureBase
nvarchar(128)
128
-
+
04E161DF-C7C1-408A-BC34-405D8298A8B9
职前年资
PreJobSeniority
@@ -36704,7 +36727,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
E0D4C820-3F0A-4BE9-B6C0-E101B90D86F2
最高学历
EduDegree
@@ -36716,7 +36739,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
81FB86C7-4196-44C4-980C-83A3CE693581
证照类型
CertificateType
@@ -36728,7 +36751,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
6D8F4B6B-4D4A-4EFC-8FAB-E2E8C6A1A753
身份证号
IdCardNo
@@ -36740,7 +36763,7 @@ Ghra_staff_InsureBase
nvarchar(64)
64
-
+
B66E0D2F-52E3-419B-A519-0EF1C36444D4
身份证开始有效期
IDCardBegin
@@ -36751,7 +36774,7 @@ Ghra_staff_InsureBase
身份证开始有效期
datetime
-
+
3715A3D1-F102-4C79-B9C5-E61CAB7DA8E8
身份证结束有效期
IDCardEnd
@@ -36762,7 +36785,7 @@ Ghra_staff_InsureBase
身份证结束有效期
datetime
-
+
217A3C8A-E4D4-4ECE-B43D-A5296E18E04E
户口性质
RegisteredType
@@ -36774,7 +36797,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
D65498F4-7311-4C59-8154-A728B41E9BCE
发证机关
IDCardOrg
@@ -36786,7 +36809,7 @@ Ghra_staff_InsureBase
nvarchar(256)
256
-
+
3370E30C-A141-4B68-BD09-7B3BC9DF874F
家庭地址(身份证)
RegisteredAddress
@@ -36798,7 +36821,7 @@ Ghra_staff_InsureBase
nvarchar(256)
256
-
+
3AB4AFE8-E895-486D-B5F4-0F2DC2B9F1F6
现居住地
NowAddress
@@ -36810,7 +36833,7 @@ Ghra_staff_InsureBase
nvarchar(256)
256
-
+
D2C278D0-86E5-4689-B466-2A3C4F706ACE
介绍人
Introducer
@@ -36822,7 +36845,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
B14504B7-9A85-41A2-B692-FD1E38A1F16D
国籍
NationNo
@@ -36834,7 +36857,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
F140387F-006E-4027-9C0B-47819C3A9A36
公积金账号
FundAccountID
@@ -36846,7 +36869,7 @@ Ghra_staff_InsureBase
nvarchar(128)
128
-
+
BFA615BE-F456-41A6-B34B-034E00963FE6
公积金基数
FundBase
@@ -36859,7 +36882,7 @@ Ghra_staff_InsureBase
20
2
-
+
D9F2A30D-6F8B-4491-85EC-989448D37B82
社保帐套
InInsureAccountNo
@@ -36871,7 +36894,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
7C071329-EABB-44B6-83FD-5EF17290F0FC
社保账号
InsureAccountID
@@ -36883,7 +36906,7 @@ Ghra_staff_InsureBase
nvarchar(128)
128
-
+
FC3E327A-1029-4035-82C7-7FDCF9B6041E
社保基数
InsureBase
@@ -36896,7 +36919,7 @@ Ghra_staff_InsureBase
20
2
-
+
64757444-F80C-41CC-BFFF-767BA4F57A78
是否缴纳社保
IsInsure
@@ -36907,7 +36930,7 @@ Ghra_staff_InsureBase
是否缴纳社保
bit
-
+
C2174135-2DE0-4674-8AC3-C5EDE06421B1
是否缴纳公积金
IsFund
@@ -36918,7 +36941,7 @@ Ghra_staff_InsureBase
是否缴纳公积金
bit
-
+
29846D33-E9A1-48E0-B4AD-F091FB68ACB8
是否推荐
IsRecommend
@@ -36929,7 +36952,7 @@ Ghra_staff_InsureBase
是否推荐
bit
-
+
3CAF40AE-6C30-4734-9FD5-D6A084883C26
是否住宿
IsStay
@@ -36940,7 +36963,7 @@ Ghra_staff_InsureBase
是否住宿
bit
-
+
F3343019-A19D-4C19-8F86-9C3EF45CE6E3
车牌号
CarNo
@@ -36952,7 +36975,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
BE3806B1-0B80-4C9A-83A0-7BAD095D1452
标签
Tags
@@ -36967,7 +36990,7 @@ Ghra_staff_InsureBase
-
+
69097C41-9872-4CC8-BAA4-CD8567D4842F
状态
Status
@@ -36979,7 +37002,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
3D89D271-E6D1-4F54-8A0C-84472F2B1BF1
工作年限
WorkYears
@@ -36992,7 +37015,7 @@ Ghra_staff_InsureBase
3
1
-
+
B52EEE0D-A890-49D7-A5B0-7AF0FB583EC8
薪资区间
SalaryPeriod
@@ -37004,7 +37027,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
DB1DA5D7-94BB-4007-BF52-4371CF7737EC
申请状态
ApplicationStatus
@@ -37016,7 +37039,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
ADA930FA-3EF6-42EA-881E-1FA679A5D850
申请时间
ApplicationTime
@@ -37027,7 +37050,7 @@ Ghra_staff_InsureBase
申请时间
datetime
-
+
7CD21395-06C7-4F2E-8FCF-CD1C855A199C
职称类型/级别
TitleType
@@ -37039,7 +37062,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
AC35D037-2958-456F-BBF7-9358D8DA20CE
直间接
StaffType1
@@ -37051,7 +37074,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
43AF9627-2B38-47D7-931E-07E6531E764B
面试不通过原因
FailInterviewReason
@@ -37063,7 +37086,7 @@ Ghra_staff_InsureBase
nvarchar(256)
256
-
+
29BF4ACA-91A8-432F-90BA-F814D88CBA5A
加入回收站时间
RecycledTime
@@ -37074,7 +37097,7 @@ Ghra_staff_InsureBase
加入回收站时间
datetime
-
+
B5060BDF-1282-473E-97C1-82FF0611F051
招聘渠道
Channel
@@ -37086,7 +37109,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
BC545715-83E6-4B12-BF78-EB59F78860FA
是否同步至人事资料
IsSyncToStaff
@@ -37097,7 +37120,7 @@ Ghra_staff_InsureBase
是否同步至人事资料
bit
-
+
2A025A70-25F0-4BD1-915E-0655BE2B742D
特殊饮食
SpecialDiet
@@ -37109,7 +37132,7 @@ Ghra_staff_InsureBase
nvarchar(256)
256
-
+
7E909C91-832E-411D-97B6-DEC754D02F03
员工ID
StaffId
@@ -37120,7 +37143,7 @@ Ghra_staff_InsureBase
员工ID
int
-
+
A9BDDE3C-558D-49AB-BF1B-570F271B4D5D
Offer文件路径
OfferFileUrl
@@ -37132,7 +37155,7 @@ Ghra_staff_InsureBase
nvarchar(256)
256
-
+
D65E9C42-1F97-440C-9FF1-6C31D6CBBDD3
应聘岗位
PositionName
@@ -37144,7 +37167,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
85E10669-575A-4079-8A8A-AEAD2BFFAD38
应聘部门
DepartmentName
@@ -37156,7 +37179,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
4890C016-B603-4C35-9B16-6494D0315C2C
备注
RemarkSz
@@ -37171,7 +37194,7 @@ Ghra_staff_InsureBase
-
+
56C22F3E-D493-474E-9ED5-D0FA52DDEB8F
默认标志
IsDefault
@@ -37186,7 +37209,7 @@ Ghra_staff_InsureBase
-
+
4789FD0C-EFCE-496A-8373-B541F58484FD
删除标志
IsEnable
@@ -37201,7 +37224,7 @@ Ghra_staff_InsureBase
-
+
B3A5256C-CF77-4706-9531-8F4F74084375
预留字段1
Reverse1
@@ -37213,7 +37236,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
6657087B-C606-4217-8C1D-48E7E5E9D04F
预留字段2
Reverse2
@@ -37225,7 +37248,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
3EA0819B-DFD9-4521-9340-7C38262E9EE6
预留字段3
Reverse3
@@ -37237,7 +37260,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
6B38342F-BC25-467F-871C-4F1211185907
预留字段4
Reverse4
@@ -37249,7 +37272,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
775284F8-6708-4F41-A6D2-5AA5F040108B
预留字段5
Reverse5
@@ -37261,7 +37284,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
93B1B30D-D1A3-4332-8DDE-AE86BF112933
预留字段6
Reverse6
@@ -37273,7 +37296,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
A15F2B55-B960-404F-BF7B-B86B212BDC0D
预留字段7
Reverse7
@@ -37285,7 +37308,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
039EB5D6-44C9-4DDC-959C-B6091A364A10
预留字段8
Reverse8
@@ -37297,7 +37320,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
4FC444F9-347C-46DB-81FD-95941B744D5D
预留字段9
Reverse9
@@ -37309,7 +37332,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
9B44DF5A-CB57-4BC9-A195-725ABB28785F
预留字段10
Reverse10
@@ -37321,7 +37344,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
D99E7CF2-FFDD-481A-870F-5AFEDA0F9962
预留字段I1
ReverseI1
@@ -37333,7 +37356,7 @@ Ghra_staff_InsureBase
0
int
-
+
CCD7FEE4-FBFC-49D0-815B-E234D604896F
预留字段I2
ReverseI2
@@ -37347,7 +37370,7 @@ Ghra_staff_InsureBase
-
+
C23C4298-2753-410B-B7C0-B486DE642C17
Key_1
Key_1
@@ -37356,15 +37379,15 @@ Ghra_staff_InsureBase
1729218656
Administrator
-
+
-
+
-
+
@@ -37378,7 +37401,7 @@ Ghra_staff_InsureBase
工作经历
-
+
F66673D2-CCC8-42D8-8711-4B669CBBD8C9
Id
Id
@@ -37393,7 +37416,7 @@ Ghra_staff_InsureBase
-
+
95E5530E-EE19-4B38-A99C-CEE82713B986
创建人
CreateBy
@@ -37407,7 +37430,7 @@ Ghra_staff_InsureBase
-
+
3F92FD97-0FFA-4F77-B802-3E0A3545738D
创建时间
CreateTime
@@ -37421,7 +37444,7 @@ Ghra_staff_InsureBase
-
+
955F739E-2747-45B9-8B16-AB770C577472
创建程序
CreateProg
@@ -37433,7 +37456,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
659FDCEC-70AC-4815-8800-313B7111ED01
创建人IP
CreateIP
@@ -37445,7 +37468,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
31D65A94-1D24-4FCE-955C-ED7FB4622283
修改人
UpdateBy
@@ -37459,7 +37482,7 @@ Ghra_staff_InsureBase
-
+
26D36B49-4448-4328-9DA3-69826F121F6C
修改时间
UpdateTime
@@ -37473,7 +37496,7 @@ Ghra_staff_InsureBase
-
+
AF48FF6E-8860-489F-88D3-8C18003C9FA9
修改程序
UpdateProg
@@ -37485,7 +37508,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
ECE47FC2-F33D-4C2E-83E0-45D01B0871D2
修改人IP
UpdateIP
@@ -37497,7 +37520,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
A5886385-D23C-48A3-B7D9-009FD5557312
操作日志ID
OperateLogID
@@ -37512,7 +37535,7 @@ Ghra_staff_InsureBase
-
+
F5C46A0E-5642-4DB8-990A-5FBED21ED321
简历ID
ResumeId
@@ -37523,7 +37546,7 @@ Ghra_staff_InsureBase
简历ID
bigint
-
+
35FBF877-8050-483E-B8D9-706BC106599A
公司名称
CompanyName
@@ -37535,7 +37558,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
E0C121BA-630E-4D0F-B643-B9230CEAF14C
部门
DeptName
@@ -37547,7 +37570,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
9640842D-3B07-4028-8E78-B88B38DB2320
离职原因
SeparationReason
@@ -37560,7 +37583,7 @@ Ghra_staff_InsureBase
nvarchar(256)
256
-
+
2E644746-828A-4799-82FB-AC5816D520C4
开始日期
BeginDate
@@ -37571,7 +37594,7 @@ Ghra_staff_InsureBase
开始日期
datetime
-
+
2D0A0CD8-A720-43AC-8F9C-938CFD2AF701
结束日期
EndDate
@@ -37583,7 +37606,7 @@ Ghra_staff_InsureBase
0
datetime
-
+
3BD8308B-866C-4815-8C3C-D322BAC598CF
岗位
TitleName
@@ -37595,7 +37618,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
9B2F743E-B35E-4368-BAAB-81525522BF98
薪资
SalaryAmount
@@ -37608,7 +37631,7 @@ Ghra_staff_InsureBase
20
2
-
+
1AEA627E-C5E3-4671-9546-DF4BB1CE48E2
备注
RemarkSz
@@ -37623,7 +37646,7 @@ Ghra_staff_InsureBase
-
+
99C87A3B-5F0A-428E-B07F-F66F713D93C0
默认标志
IsDefault
@@ -37638,7 +37661,7 @@ Ghra_staff_InsureBase
-
+
95AE53E7-790F-4536-96F3-4CA41F63ADE7
删除标志
IsEnable
@@ -37653,7 +37676,7 @@ Ghra_staff_InsureBase
-
+
C4E5E5AD-2B7E-4EED-ADEA-DE6623200738
预留字段1
Reverse1
@@ -37665,7 +37688,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
7375D2AE-0A40-4DBC-86AB-9A1981DD017B
预留字段2
Reverse2
@@ -37677,7 +37700,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
122B4A06-EE94-4C93-B8CB-8EAEC8A56BEC
预留字段3
Reverse3
@@ -37689,7 +37712,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
33398A38-E2B2-46ED-A22D-1ED13BB725F1
预留字段4
Reverse4
@@ -37701,7 +37724,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
6FA43C09-75EB-4C91-AE06-2DA54CFD07D3
预留字段5
Reverse5
@@ -37713,7 +37736,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
4F430B5A-7A23-4408-8D6F-4BE29B6A01F6
预留字段6
Reverse6
@@ -37725,7 +37748,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
317B2D41-B921-4243-8ABF-28CDC76A3844
预留字段7
Reverse7
@@ -37737,7 +37760,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
61628414-7624-403E-883B-BEEDEEE4943B
预留字段8
Reverse8
@@ -37749,7 +37772,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
EB976721-C9F1-482F-A7E1-34F564F9076F
预留字段9
Reverse9
@@ -37761,7 +37784,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
5A137989-0476-49EF-85D9-9CBEC1346B7E
预留字段10
Reverse10
@@ -37773,7 +37796,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
5434DA62-1DFF-41B4-B298-AAF527B55D81
预留字段I1
ReverseI1
@@ -37785,7 +37808,7 @@ Ghra_staff_InsureBase
0
int
-
+
DCDE3462-E5A8-4B4A-83E6-D20C2E81CD1C
预留字段I2
ReverseI2
@@ -37799,7 +37822,7 @@ Ghra_staff_InsureBase
-
+
1E5C9576-9307-47B9-BB16-A3A2FD2447C6
Key_1
Key_1
@@ -37808,15 +37831,15 @@ Ghra_staff_InsureBase
1729662306
Administrator
-
+
-
+
-
+
@@ -37830,7 +37853,7 @@ Ghra_staff_InsureBase
教育背景
-
+
1D863883-C8A3-43D8-A8E4-C571A5DE6931
Id
Id
@@ -37845,7 +37868,7 @@ Ghra_staff_InsureBase
-
+
4DEA0F73-7D40-4861-8322-59908152D700
创建人
CreateBy
@@ -37859,7 +37882,7 @@ Ghra_staff_InsureBase
-
+
40BA3A3F-A115-42FA-8442-1ABD81EDAD35
创建时间
CreateTime
@@ -37873,7 +37896,7 @@ Ghra_staff_InsureBase
-
+
A981BA8D-2A72-4F1B-9FF8-77FB2DB50260
创建程序
CreateProg
@@ -37885,7 +37908,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
8CF10EE9-A434-4026-B378-CBDC881E2A67
创建人IP
CreateIP
@@ -37897,7 +37920,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
A285BF00-CB64-44C7-9726-89CD366FEADC
修改人
UpdateBy
@@ -37911,7 +37934,7 @@ Ghra_staff_InsureBase
-
+
66517DAD-7FA8-4F3A-8A67-3C81EF270009
修改时间
UpdateTime
@@ -37925,7 +37948,7 @@ Ghra_staff_InsureBase
-
+
3E5E9911-98AF-4CD3-A4B3-425EEC3499E0
修改程序
UpdateProg
@@ -37937,7 +37960,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
1C1A97F0-FF5D-4897-9EBA-2D3ABDAB4C52
修改人IP
UpdateIP
@@ -37949,7 +37972,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
18193F90-2E0A-4911-A1DA-E124408D15F3
操作日志ID
OperateLogID
@@ -37964,7 +37987,7 @@ Ghra_staff_InsureBase
-
+
999A0E4F-9CCA-4EF4-9DEF-94C72C2E92D9
简历ID
ResumeId
@@ -37975,7 +37998,7 @@ Ghra_staff_InsureBase
简历ID
bigint
-
+
ECF37BF5-CF51-4F60-A68C-A23E0FEACC41
学校名称
SchoolName
@@ -37987,7 +38010,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
FD40B9B6-2D30-4E98-AAD6-55F40B5D30C8
专业名称
DeptName
@@ -37999,7 +38022,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
CEADB734-AF76-4249-9CFE-66771806B648
开始日期
BeginDate
@@ -38010,7 +38033,7 @@ Ghra_staff_InsureBase
开始日期
datetime
-
+
2CCEB703-6A30-4BB8-A447-D0BE1B791B79
结束日期
EndDate
@@ -38022,7 +38045,7 @@ Ghra_staff_InsureBase
0
datetime
-
+
EA02A1A0-084F-42BD-9ABD-4F6B1F2A5D0A
学历
DegreeLevel
@@ -38035,7 +38058,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
3E2AEACB-4098-4625-B57D-7829935E2478
是否毕业
IsGraduate
@@ -38046,7 +38069,7 @@ Ghra_staff_InsureBase
是否毕业
bit
-
+
BDF407F4-EA20-4673-A0EC-0C7157EFCDA3
备注
RemarkSz
@@ -38061,7 +38084,7 @@ Ghra_staff_InsureBase
-
+
4D933FDE-2EF6-4941-8AAC-8F45EE39697B
默认标志
IsDefault
@@ -38076,7 +38099,7 @@ Ghra_staff_InsureBase
-
+
59188D5C-2F42-40EF-ABE8-B377DFEC2587
删除标志
IsEnable
@@ -38091,7 +38114,7 @@ Ghra_staff_InsureBase
-
+
1D958F73-13B0-45A1-A882-67E713D7F1B5
预留字段1
Reverse1
@@ -38103,7 +38126,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
67B59056-FFEB-4894-B4E2-6D03BB26A6A3
预留字段2
Reverse2
@@ -38115,7 +38138,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
5F1C0D16-E343-4962-B72C-9D93E83DEF99
预留字段3
Reverse3
@@ -38127,7 +38150,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
879332A3-2FEF-4D0A-B490-2D2BFE86E40A
预留字段4
Reverse4
@@ -38139,7 +38162,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
8F711928-39BF-472B-B910-579CB8707C4B
预留字段5
Reverse5
@@ -38151,7 +38174,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
77E55175-D69C-499E-8079-83F40092A885
预留字段6
Reverse6
@@ -38163,7 +38186,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
78EFC5AB-1146-470D-A309-A803C040FFCB
预留字段7
Reverse7
@@ -38175,7 +38198,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
E21F4F3F-0FAC-4092-8D72-5D140AD5058A
预留字段8
Reverse8
@@ -38187,7 +38210,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
4F1FDE9C-AA89-46D3-816C-8DAC1F71E949
预留字段9
Reverse9
@@ -38199,7 +38222,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
2E5FE7DB-8F1D-4F8A-B103-68F5113C9591
预留字段10
Reverse10
@@ -38211,7 +38234,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
07DF2606-3936-48F8-9BDC-77F009DC003E
预留字段I1
ReverseI1
@@ -38223,7 +38246,7 @@ Ghra_staff_InsureBase
0
int
-
+
71CA70D0-086D-4329-8AC2-3457AE831FC4
预留字段I2
ReverseI2
@@ -38237,7 +38260,7 @@ Ghra_staff_InsureBase
-
+
6EB1AD80-D9BF-4892-A3CD-48742CF758C4
Key_1
Key_1
@@ -38246,15 +38269,15 @@ Ghra_staff_InsureBase
1729663174
Administrator
-
+
-
+
-
+
@@ -38268,7 +38291,7 @@ Ghra_staff_InsureBase
简历标签
-
+
CAE27373-2619-4E9C-B510-0848A7AA0642
Id
Id
@@ -38283,7 +38306,7 @@ Ghra_staff_InsureBase
-
+
DFDDE2FE-07A4-4EB7-A89E-94F719EB81DF
创建人
CreateBy
@@ -38297,7 +38320,7 @@ Ghra_staff_InsureBase
-
+
F3BBEAF7-FC75-4861-A83E-DB423C52B621
创建时间
CreateTime
@@ -38311,7 +38334,7 @@ Ghra_staff_InsureBase
-
+
7CA91DF7-9B3C-4411-9CA0-3A382379E37B
创建程序
CreateProg
@@ -38323,7 +38346,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
FD673524-BAD3-4FC9-9BBD-30443A5C7238
创建人IP
CreateIP
@@ -38335,7 +38358,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
4C50E7DD-39FE-4A38-A4FD-FB700265BA07
修改人
UpdateBy
@@ -38349,7 +38372,7 @@ Ghra_staff_InsureBase
-
+
2EBCCD32-8BAA-4C67-B287-34D445AD8023
修改时间
UpdateTime
@@ -38363,7 +38386,7 @@ Ghra_staff_InsureBase
-
+
316B2B37-9ECE-40E2-A545-E2B524D40B9E
修改程序
UpdateProg
@@ -38375,7 +38398,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
863FBB41-A0CC-4F17-A50C-097111F287FE
修改人IP
UpdateIP
@@ -38387,7 +38410,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
0FD8743D-E561-42DD-8BD7-4A2A3484BDA6
操作日志ID
OperateLogID
@@ -38402,7 +38425,7 @@ Ghra_staff_InsureBase
-
+
03029183-25BD-4DA1-9C1F-5907C01BFDC0
标签分类
TagClass
@@ -38414,7 +38437,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
48DF54A4-6BF7-449F-B8CD-8E5F08D3034D
标签名称
TagName
@@ -38426,7 +38449,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
41D7B76B-1819-476C-9D8D-AB81E1A25799
备注
RemarkSz
@@ -38441,7 +38464,7 @@ Ghra_staff_InsureBase
-
+
AD286BF2-DE77-4EF0-9BD9-1DC96DD87568
默认标志
IsDefault
@@ -38456,7 +38479,7 @@ Ghra_staff_InsureBase
-
+
3D938076-5293-4E78-BB21-17B0FDF1DCD4
删除标志
IsEnable
@@ -38471,7 +38494,7 @@ Ghra_staff_InsureBase
-
+
15A4C66D-977E-42F6-BED9-767649B62A82
预留字段1
Reverse1
@@ -38483,7 +38506,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
877A056B-67CF-42EF-AA92-6730596C987F
预留字段2
Reverse2
@@ -38495,7 +38518,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
F73C7A18-9791-4B81-BD45-27C89C1954EE
预留字段3
Reverse3
@@ -38507,7 +38530,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
53F0932C-0D59-449D-A126-4B360469D5C4
预留字段4
Reverse4
@@ -38519,7 +38542,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
CF8EAA53-A8E4-4C0D-AA30-9863C9FDEE40
预留字段5
Reverse5
@@ -38531,7 +38554,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
94F8DAFC-5836-43B4-A4A3-C3361CA68359
预留字段6
Reverse6
@@ -38543,7 +38566,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
6E98174F-46AC-4549-8FB9-538AEFD28081
预留字段7
Reverse7
@@ -38555,7 +38578,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
09B132EC-14FD-4DEF-8AD1-939F198F0411
预留字段8
Reverse8
@@ -38567,7 +38590,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
8DCCF452-E90D-4E88-9C2F-E21F3937E115
预留字段9
Reverse9
@@ -38579,7 +38602,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
1F4A5E3A-37CD-424A-9BB4-A2EA7BEC3592
预留字段10
Reverse10
@@ -38591,7 +38614,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
FA5BEB15-4009-4CF1-A9ED-1F052821E241
预留字段I1
ReverseI1
@@ -38603,7 +38626,7 @@ Ghra_staff_InsureBase
0
int
-
+
BCAE3A34-362D-49B8-B3BF-1E6C36404832
预留字段I2
ReverseI2
@@ -38617,7 +38640,7 @@ Ghra_staff_InsureBase
-
+
9A358E79-613D-4BD8-A6DE-D82A88893F18
Key_1
Key_1
@@ -38626,15 +38649,15 @@ Ghra_staff_InsureBase
1729840759
Administrator
-
+
-
+
-
+
@@ -38648,7 +38671,7 @@ Ghra_staff_InsureBase
家庭关系
-
+
22163BFD-3179-448E-ADA6-72E304F5793E
Id
Id
@@ -38663,7 +38686,7 @@ Ghra_staff_InsureBase
-
+
05608FC3-5ABC-4370-9672-CAAF5246B6DC
创建人
CreateBy
@@ -38677,7 +38700,7 @@ Ghra_staff_InsureBase
-
+
C9EBECF2-76C7-4900-98B4-6F12B258B80F
创建时间
CreateTime
@@ -38691,7 +38714,7 @@ Ghra_staff_InsureBase
-
+
B3A50B05-2502-477E-BE61-5AAE6B8E4FF7
创建程序
CreateProg
@@ -38703,7 +38726,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
FB8AC120-49E3-4279-897B-71F2B76ABF35
创建人IP
CreateIP
@@ -38715,7 +38738,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
9EF52C11-1996-4C38-9DBB-3B3AA0B4EC2C
修改人
UpdateBy
@@ -38729,7 +38752,7 @@ Ghra_staff_InsureBase
-
+
ACB38EE6-FB1C-4BA0-A075-2B3F69112845
修改时间
UpdateTime
@@ -38743,7 +38766,7 @@ Ghra_staff_InsureBase
-
+
666CE272-1627-48D2-B819-056652C5D927
修改程序
UpdateProg
@@ -38755,7 +38778,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
9B1BA482-FE2A-49FB-A130-0937B1718912
修改人IP
UpdateIP
@@ -38767,7 +38790,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
17BEB728-4FD6-4732-B937-B468811CEA81
操作日志ID
OperateLogID
@@ -38782,7 +38805,7 @@ Ghra_staff_InsureBase
-
+
90357062-228E-4101-BAC9-02C7656D6068
简历ID
ResumeId
@@ -38793,7 +38816,7 @@ Ghra_staff_InsureBase
简历ID
bigint
-
+
6DD9688E-3965-454B-8F95-7D9E994CF949
姓名
RelationName
@@ -38805,7 +38828,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
04DA37C0-25A1-4A75-83AB-CC1C37A77F14
年龄
RelationAge
@@ -38817,7 +38840,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
F9A21A55-679A-4832-AE87-317C1AAC587A
关系
RelationType
@@ -38829,7 +38852,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
9AE3822E-E119-4E64-8AAD-155EDAB09F07
工作单位
WorkCompany
@@ -38842,7 +38865,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
2720AC9F-1CBA-4F31-B2C7-B88769FC8516
电话
Telephone
@@ -38855,7 +38878,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
00BE95F1-C40E-4DB7-ACF5-33404B0215AF
性别
Gender
@@ -38866,7 +38889,7 @@ Ghra_staff_InsureBase
性别
string
-
+
47A86BF9-5D08-4EF7-8328-A8DAD86CF091
身份证号码
IDCardNo
@@ -38878,7 +38901,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
4017019C-F2AE-4A57-BF64-600515B7A2A6
出生日期
Birth
@@ -38889,7 +38912,7 @@ Ghra_staff_InsureBase
出生日期
datetime
-
+
938CFD55-132C-4BA5-A468-0783848671C7
地址
RelationAddress
@@ -38901,7 +38924,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
69B85DB3-6BE3-4F09-BA42-4A5F1FC02B66
备注
RemarkSz
@@ -38916,7 +38939,7 @@ Ghra_staff_InsureBase
-
+
761E6032-F7B1-469D-BFA7-84E896D1E5FD
默认标志
IsDefault
@@ -38931,7 +38954,7 @@ Ghra_staff_InsureBase
-
+
BE218483-A894-4A41-A44D-4057022E0F3E
删除标志
IsEnable
@@ -38946,7 +38969,7 @@ Ghra_staff_InsureBase
-
+
23EDCD2B-BFA4-4925-A2E6-41D73BEE9DAC
预留字段1
Reverse1
@@ -38958,7 +38981,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
7F2A5DBC-42FC-4B37-A0E5-51FDA36D3D85
预留字段2
Reverse2
@@ -38970,7 +38993,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
98EFDF6F-363D-4BF6-BF20-7E40CA5AD1DC
预留字段3
Reverse3
@@ -38982,7 +39005,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
64780D59-19DB-477B-8C8C-F39505D1703A
预留字段4
Reverse4
@@ -38994,7 +39017,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
A81EBD8C-EEA5-4EA1-BBE2-4401B40869BD
预留字段5
Reverse5
@@ -39006,7 +39029,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
E1BE5905-C109-47A9-8486-1907621FC1BD
预留字段6
Reverse6
@@ -39018,7 +39041,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
68ED3F03-FBDF-4C25-9253-82AC9612F766
预留字段7
Reverse7
@@ -39030,7 +39053,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
6CB41129-623F-49E9-B018-7E80F62BFE4A
预留字段8
Reverse8
@@ -39042,7 +39065,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
2250E5BE-BDFD-452B-9E61-7C945DD7467A
预留字段9
Reverse9
@@ -39054,7 +39077,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
8F7E7590-97D6-4068-B2AD-5F8827CA1324
预留字段10
Reverse10
@@ -39066,7 +39089,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
7D6782C2-1E23-4F9F-A522-CCAF50EF3AEC
预留字段I1
ReverseI1
@@ -39078,7 +39101,7 @@ Ghra_staff_InsureBase
0
int
-
+
BDFE10D5-A70E-4F83-A0E0-A215E774094B
预留字段I2
ReverseI2
@@ -39092,7 +39115,7 @@ Ghra_staff_InsureBase
-
+
B44FE0ED-DD5F-4081-B155-69FDDA018A3C
Key_1
Key_1
@@ -39101,15 +39124,15 @@ Ghra_staff_InsureBase
1730249907
Administrator
-
+
-
+
-
+
@@ -39123,7 +39146,7 @@ Ghra_staff_InsureBase
证件
-
+
42E9AF71-F645-4AD3-ABA5-399A97F13B48
Id
Id
@@ -39138,7 +39161,7 @@ Ghra_staff_InsureBase
-
+
E4C3E8DA-9443-4FFD-AE67-EB6B11CDBFD8
创建人
CreateBy
@@ -39152,7 +39175,7 @@ Ghra_staff_InsureBase
-
+
8E7E99D7-C648-4A5D-8447-6C402681541B
创建时间
CreateTime
@@ -39166,7 +39189,7 @@ Ghra_staff_InsureBase
-
+
6A8B23C5-C3E7-4B43-B6F4-B115FE34D8C6
创建程序
CreateProg
@@ -39178,7 +39201,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
63BDF6DD-552D-4CB8-8F2B-CD197707219E
创建人IP
CreateIP
@@ -39190,7 +39213,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
2DF3DF3B-B19D-4131-83F3-7CB25CBCF737
修改人
UpdateBy
@@ -39204,7 +39227,7 @@ Ghra_staff_InsureBase
-
+
53D6F077-0BF8-4164-AC89-53BBC5784E4F
修改时间
UpdateTime
@@ -39218,7 +39241,7 @@ Ghra_staff_InsureBase
-
+
37325EE4-383A-43A9-A218-508B32896ABB
修改程序
UpdateProg
@@ -39230,7 +39253,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
D88AE373-BA99-47B5-82C2-A7357487760A
修改人IP
UpdateIP
@@ -39242,7 +39265,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
1943893E-8BC4-4181-B9A3-86C61310A103
操作日志ID
OperateLogID
@@ -39257,7 +39280,7 @@ Ghra_staff_InsureBase
-
+
1D3522FA-3612-41FD-BEBE-AB74FFA08F25
简历ID
ResumeId
@@ -39268,7 +39291,7 @@ Ghra_staff_InsureBase
简历ID
bigint
-
+
0A2E3854-BCA5-4196-A332-EABFAEAB182D
生效日
BeginDate
@@ -39279,7 +39302,7 @@ Ghra_staff_InsureBase
生效日
datetime
-
+
EC5C7B54-0A47-4D69-B0F7-24E1C24AB716
失效日
EndDate
@@ -39291,7 +39314,7 @@ Ghra_staff_InsureBase
0
datetime
-
+
51508DD1-809D-4209-BC9A-78F19F5AE725
证件名称
LicenceName
@@ -39303,7 +39326,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
2BA16D69-B792-40EE-A899-EC795ACA708C
证件编号
LicenceNo
@@ -39315,7 +39338,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
B4638CD1-E1BA-4BB9-B555-E3B5611AD273
备注
RemarkSz
@@ -39330,7 +39353,7 @@ Ghra_staff_InsureBase
-
+
6A02E13B-8D8C-49FB-8286-6CE74A232248
默认标志
IsDefault
@@ -39345,7 +39368,7 @@ Ghra_staff_InsureBase
-
+
0AEDB4A0-35E6-4021-879A-66D059BDDCFC
删除标志
IsEnable
@@ -39360,7 +39383,7 @@ Ghra_staff_InsureBase
-
+
F823CD4C-19B6-437E-8CB9-778D5E9DD599
预留字段1
Reverse1
@@ -39372,7 +39395,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
68BD67AC-A842-40EE-859F-45DE27B9EA76
预留字段2
Reverse2
@@ -39384,7 +39407,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
BF4086FE-5048-4CEB-AF54-4748882D15F1
预留字段3
Reverse3
@@ -39396,7 +39419,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
01C2B807-1E08-400C-B556-F0C58C9341FD
预留字段4
Reverse4
@@ -39408,7 +39431,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
8E8D7387-ED67-42DF-9DCA-7C5912F474B3
预留字段5
Reverse5
@@ -39420,7 +39443,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
1FB8FB02-8259-4850-802D-99BB7CB4841C
预留字段6
Reverse6
@@ -39432,7 +39455,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
95FB82E1-0D2E-437D-90D1-A6EC6BF0942D
预留字段7
Reverse7
@@ -39444,7 +39467,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
9AE49A8F-0FDE-47E3-9B6C-75035431A9C5
预留字段8
Reverse8
@@ -39456,7 +39479,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
A6F65C1A-DD5E-4F33-B04E-FFE1D20E1C28
预留字段9
Reverse9
@@ -39468,7 +39491,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
DADA83B3-D752-40D6-ACE3-EC7102A2FD2B
预留字段10
Reverse10
@@ -39480,7 +39503,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
CE78070E-8281-4653-8FCC-DA1DD81F8447
预留字段I1
ReverseI1
@@ -39492,7 +39515,7 @@ Ghra_staff_InsureBase
0
int
-
+
69179EBB-BEE5-4480-B9D2-6C942511F557
预留字段I2
ReverseI2
@@ -39506,7 +39529,7 @@ Ghra_staff_InsureBase
-
+
2FEEBD01-7B85-453D-B80C-F9BC4A1C1F6B
Key_1
Key_1
@@ -39515,15 +39538,15 @@ Ghra_staff_InsureBase
1730336614
Administrator
-
+
-
+
-
+
@@ -39537,7 +39560,7 @@ Ghra_staff_InsureBase
简历培训记录
-
+
7FA6D4C6-3189-46EC-8A84-9EDCB1A4A03B
Id
Id
@@ -39552,7 +39575,7 @@ Ghra_staff_InsureBase
-
+
BC8F4CCB-5218-4052-A695-ED5A51D8661A
创建人
CreateBy
@@ -39566,7 +39589,7 @@ Ghra_staff_InsureBase
-
+
309D2AE9-4342-4FDA-A6DB-BBE9A282255A
创建时间
CreateTime
@@ -39580,7 +39603,7 @@ Ghra_staff_InsureBase
-
+
5A0B94D5-6A52-4E13-A09F-C7CD4B6158E1
创建程序
CreateProg
@@ -39592,7 +39615,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
D504D009-F724-48E1-ACB7-0AA876B8706A
创建人IP
CreateIP
@@ -39604,7 +39627,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
6748A960-701E-46BA-B716-F9EBB51CEF4D
修改人
UpdateBy
@@ -39618,7 +39641,7 @@ Ghra_staff_InsureBase
-
+
8D4DC1A9-3FBD-4CD3-B4CA-36ABDBD8E4A9
修改时间
UpdateTime
@@ -39632,7 +39655,7 @@ Ghra_staff_InsureBase
-
+
6B0DF469-D16F-4683-A2DA-8DBD4207D9A0
修改程序
UpdateProg
@@ -39644,7 +39667,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
A1ECB8B9-6C08-4C87-9597-E304D7DD13BB
修改人IP
UpdateIP
@@ -39656,7 +39679,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
1E1CA743-C201-4A70-BC1A-4D4EA6AF6925
操作日志ID
OperateLogID
@@ -39671,7 +39694,7 @@ Ghra_staff_InsureBase
-
+
EC68A800-AD09-4951-942A-2846DF5E01AF
简历ID
ResumeId
@@ -39682,7 +39705,7 @@ Ghra_staff_InsureBase
简历ID
bigint
-
+
609390AA-C717-4364-9F91-10AAE84E0772
开始日期
BeginDate
@@ -39693,7 +39716,7 @@ Ghra_staff_InsureBase
开始日期
datetime
-
+
D43F015F-572C-431B-B60D-6FE9AF9A525B
结束日期
EndDate
@@ -39705,7 +39728,7 @@ Ghra_staff_InsureBase
0
datetime
-
+
03040408-4191-4439-8897-0EE07637DC9F
培训机构
TrainingOrgName
@@ -39717,7 +39740,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
76E5AD71-17E6-4426-A6FD-0630544FDD15
课程名
CourseName
@@ -39729,7 +39752,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
45220144-7AD7-4B92-AF10-BE691541748C
课时
ClassHour
@@ -39742,7 +39765,7 @@ Ghra_staff_InsureBase
20
2
-
+
F875A492-B0B4-4189-9220-10ABC2D6D1FD
合格
IsPass
@@ -39753,7 +39776,7 @@ Ghra_staff_InsureBase
合格
bit
-
+
D3C8E9AC-C89E-4D52-AD5E-FB7F52467D9E
备注
RemarkSz
@@ -39768,7 +39791,7 @@ Ghra_staff_InsureBase
-
+
41C82173-4382-4C40-9D99-EED25A2724C7
默认标志
IsDefault
@@ -39783,7 +39806,7 @@ Ghra_staff_InsureBase
-
+
C2F65709-6D16-474F-8574-4279A0819EC5
删除标志
IsEnable
@@ -39798,7 +39821,7 @@ Ghra_staff_InsureBase
-
+
D91112E7-C7D4-4E0B-BD9A-6A9B640A702D
预留字段1
Reverse1
@@ -39810,7 +39833,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
5CAFB023-41C5-45FD-AECD-96F8A2C4A971
预留字段2
Reverse2
@@ -39822,7 +39845,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
CFB90D39-825A-4A1D-A781-35665D9D16CC
预留字段3
Reverse3
@@ -39834,7 +39857,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
1FA43489-9846-4B48-99C1-DC3BC0C205B6
预留字段4
Reverse4
@@ -39846,7 +39869,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
2189F6ED-7299-401B-AF7C-31B62835415A
预留字段5
Reverse5
@@ -39858,7 +39881,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
1968A50D-3E25-4D6C-8275-6499083268C8
预留字段6
Reverse6
@@ -39870,7 +39893,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
AF2BFC63-3A60-4C0F-9CF5-2CFE553612C0
预留字段7
Reverse7
@@ -39882,7 +39905,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
C7604D87-1B19-4F9F-8156-264DBD9D1FCA
预留字段8
Reverse8
@@ -39894,7 +39917,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
4FBA6D94-01DB-41FC-BF02-188EB8333588
预留字段9
Reverse9
@@ -39906,7 +39929,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
2AAE00A9-5B47-4174-BD19-1CD90110A17E
预留字段10
Reverse10
@@ -39918,7 +39941,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
7B640CCF-648B-4F3C-9DAE-F9E8A3CA47EA
预留字段I1
ReverseI1
@@ -39930,7 +39953,7 @@ Ghra_staff_InsureBase
0
int
-
+
CADFAD3E-B8BD-4A63-A333-166CC39E9BE0
预留字段I2
ReverseI2
@@ -39944,7 +39967,7 @@ Ghra_staff_InsureBase
-
+
F0AA40D0-94D6-4564-BD40-B1ABFB0701AC
Key_1
Key_1
@@ -39953,15 +39976,15 @@ Ghra_staff_InsureBase
1730340263
Administrator
-
+
-
+
-
+
@@ -39975,7 +39998,7 @@ Ghra_staff_InsureBase
声明
-
+
D3BF7B09-4B8B-4A05-A61F-51ABD8C35CB7
Id
Id
@@ -39990,7 +40013,7 @@ Ghra_staff_InsureBase
-
+
64BD9771-7F37-4BBC-950B-9396523E70F6
创建人
CreateBy
@@ -40004,7 +40027,7 @@ Ghra_staff_InsureBase
-
+
FA94A7AF-63BB-42EA-9B30-1C903FF63554
创建时间
CreateTime
@@ -40018,7 +40041,7 @@ Ghra_staff_InsureBase
-
+
963BEEC1-1A8B-4FE5-B16A-30795B9286D4
创建程序
CreateProg
@@ -40030,7 +40053,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
3063F48C-C853-4416-9BBF-270EA0AF13D6
创建人IP
CreateIP
@@ -40042,7 +40065,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
5A629ADA-D3B9-41B8-A31E-EEB283743F6C
修改人
UpdateBy
@@ -40056,7 +40079,7 @@ Ghra_staff_InsureBase
-
+
970EE6E1-D040-4D5C-ABC4-E925F46F6ABA
修改时间
UpdateTime
@@ -40070,7 +40093,7 @@ Ghra_staff_InsureBase
-
+
8C8FCBD6-5BAA-4254-896F-566ADB285253
修改程序
UpdateProg
@@ -40082,7 +40105,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
0048396F-CE7F-4E0D-94AC-3A7F7633C10B
修改人IP
UpdateIP
@@ -40094,7 +40117,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
1BDCDBFB-2D11-4057-82C6-ED4B7EB4C780
操作日志ID
OperateLogID
@@ -40109,7 +40132,7 @@ Ghra_staff_InsureBase
-
+
C820601A-9411-4772-83C0-BA1A2554024F
简称
ShortContent
@@ -40121,7 +40144,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
803CC8E0-7698-4790-B182-08F33ACC5323
内容
Content
@@ -40134,7 +40157,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
278EC0C7-0E26-4CA4-BDBB-453A5C01CF86
是否显示
IsDisplay
@@ -40145,7 +40168,7 @@ Ghra_staff_InsureBase
是否显示
bit
-
+
CBE1CB83-14C0-4DBF-9B14-1EA294166C62
是否作废
IsInvalid
@@ -40156,7 +40179,7 @@ Ghra_staff_InsureBase
是否作废
bit
-
+
02D6574F-56C4-4DE2-8D93-7CEB884A0034
是否必填
IsRequire
@@ -40167,7 +40190,7 @@ Ghra_staff_InsureBase
是否必填
bit
-
+
CBD7DA1D-497B-4951-B9AA-931DB2B1DE20
备注
RemarkSz
@@ -40182,7 +40205,7 @@ Ghra_staff_InsureBase
-
+
CFB8481F-BBCB-4950-8E69-B3C08E46BFA8
默认标志
IsDefault
@@ -40197,7 +40220,7 @@ Ghra_staff_InsureBase
-
+
7C2A448E-AC81-4B4C-AA32-20B7E1967DA8
删除标志
IsEnable
@@ -40212,7 +40235,7 @@ Ghra_staff_InsureBase
-
+
CD74C26B-3783-4739-9F48-16EC616EF192
预留字段1
Reverse1
@@ -40224,7 +40247,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
4FD1ACDE-9F70-4970-80E5-715D9B19C4E6
预留字段2
Reverse2
@@ -40236,7 +40259,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
9C468716-F58B-4062-A4B7-6CE3FB131E8C
预留字段3
Reverse3
@@ -40248,7 +40271,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
1B16243B-EC43-4E55-9843-136DB514D5AF
预留字段4
Reverse4
@@ -40260,7 +40283,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
3E7A0BAF-F895-400D-999F-90DFB781BDF6
预留字段5
Reverse5
@@ -40272,7 +40295,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
30CB4D53-8219-4D1F-832A-05C204C457BC
预留字段6
Reverse6
@@ -40284,7 +40307,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
D2479B13-D73C-4475-8E99-7FA088D8DEB8
预留字段7
Reverse7
@@ -40296,7 +40319,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
56CD2136-052A-4032-8909-DD641D438732
预留字段8
Reverse8
@@ -40308,7 +40331,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
A810DB82-95EA-4E90-BE2F-4385166B696B
预留字段9
Reverse9
@@ -40320,7 +40343,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
249CFD6B-C64F-4DC6-B2C7-23FB63CFB14E
预留字段10
Reverse10
@@ -40332,7 +40355,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
C41D16B0-3A7F-4F44-AAA6-DC261C0F6790
预留字段I1
ReverseI1
@@ -40344,7 +40367,7 @@ Ghra_staff_InsureBase
0
int
-
+
44070B52-546D-4B27-BA70-1D70DC135A34
预留字段I2
ReverseI2
@@ -40358,7 +40381,7 @@ Ghra_staff_InsureBase
-
+
63489E9C-0DDF-4302-B0E0-D3A6452C7D62
Key_1
Key_1
@@ -40367,15 +40390,15 @@ Ghra_staff_InsureBase
1730342917
Administrator
-
+
-
+
-
+
@@ -40389,7 +40412,7 @@ Ghra_staff_InsureBase
简历声明
-
+
09ADE17D-4463-402C-B743-0C575F440BB1
Id
Id
@@ -40404,7 +40427,7 @@ Ghra_staff_InsureBase
-
+
1CC38F49-F193-4E86-80D8-C7514A804693
创建人
CreateBy
@@ -40418,7 +40441,7 @@ Ghra_staff_InsureBase
-
+
55F3DABA-70C1-42F8-864B-01D047213A16
创建时间
CreateTime
@@ -40432,7 +40455,7 @@ Ghra_staff_InsureBase
-
+
F7E937DB-53D6-4F00-8797-98099EE2EE14
创建程序
CreateProg
@@ -40444,7 +40467,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
8E6720CC-B58B-42AE-AD8D-60B5B998EE31
创建人IP
CreateIP
@@ -40456,7 +40479,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
5D85B706-F803-4C0F-A748-3EFF15BD9157
修改人
UpdateBy
@@ -40470,7 +40493,7 @@ Ghra_staff_InsureBase
-
+
F8DBC6CD-D2EF-411A-968E-3CA7FD0A2726
修改时间
UpdateTime
@@ -40484,7 +40507,7 @@ Ghra_staff_InsureBase
-
+
9B81FB83-2E50-4CAC-BE0D-C340AA10490A
修改程序
UpdateProg
@@ -40496,7 +40519,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
19498086-6057-452F-ABDC-9D5464D97C6F
修改人IP
UpdateIP
@@ -40508,7 +40531,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
3A471DCB-E25C-4CC4-9F4D-B126B0C34C9E
操作日志ID
OperateLogID
@@ -40523,7 +40546,7 @@ Ghra_staff_InsureBase
-
+
E575FE8C-983C-46BA-8DE6-B4B27335CACA
简历ID
ResumeId
@@ -40534,7 +40557,7 @@ Ghra_staff_InsureBase
简历ID
bigint
-
+
8E3FCA4D-E7EC-4D1A-B033-3377E7BEB8F5
声明ID
StatementId
@@ -40545,7 +40568,7 @@ Ghra_staff_InsureBase
声明ID
bigint
-
+
D2A35E76-8C70-432D-BDCE-B8E5BA175435
声明代码
StatementCode
@@ -40557,7 +40580,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
CB2D641A-98A8-4761-9035-21A9FD3F194F
是否
TrueOrFalse
@@ -40568,7 +40591,7 @@ Ghra_staff_InsureBase
是否
bit
-
+
F8BED39A-F292-4E74-A20D-EBA276D6363D
备注
RemarkSz
@@ -40583,7 +40606,7 @@ Ghra_staff_InsureBase
-
+
C62823F3-1792-435C-9B0D-47B089A442C2
默认标志
IsDefault
@@ -40598,7 +40621,7 @@ Ghra_staff_InsureBase
-
+
89759A2B-8579-4E37-A02A-A04F1375D01D
删除标志
IsEnable
@@ -40613,7 +40636,7 @@ Ghra_staff_InsureBase
-
+
47657968-B7C1-48E5-8009-FFF2957D2CA7
预留字段1
Reverse1
@@ -40625,7 +40648,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
D3760A85-B348-40C0-A8CB-392E710B1CD7
预留字段2
Reverse2
@@ -40637,7 +40660,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
1D31C5B6-42A2-45D8-B23C-AC1DC05A7645
预留字段3
Reverse3
@@ -40649,7 +40672,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
475EEE62-9BE6-4822-B51B-C29EE5D9AA02
预留字段4
Reverse4
@@ -40661,7 +40684,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
5E75F2E4-761F-4C40-98D1-7D826B84D1B1
预留字段5
Reverse5
@@ -40673,7 +40696,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
8BD0516C-CEBE-42E1-8A3D-20B0BBE64384
预留字段6
Reverse6
@@ -40685,7 +40708,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
99D317FF-4A2C-4DB0-B341-1F990C525D66
预留字段7
Reverse7
@@ -40697,7 +40720,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
49242367-12DE-46A8-A0E6-401FA9BF21DA
预留字段8
Reverse8
@@ -40709,7 +40732,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
95C75CCC-FBA1-42AA-970D-A3A502CBBE08
预留字段9
Reverse9
@@ -40721,7 +40744,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
4673A058-AA6F-4886-990D-74BF48AEB3B7
预留字段10
Reverse10
@@ -40733,7 +40756,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
0A707EB0-96C4-45E8-81D0-044C0F44AB40
预留字段I1
ReverseI1
@@ -40745,7 +40768,7 @@ Ghra_staff_InsureBase
0
int
-
+
7265863F-0A92-4A9D-8038-982AF9C2FCC2
预留字段I2
ReverseI2
@@ -40759,7 +40782,7 @@ Ghra_staff_InsureBase
-
+
5F376CA1-A4CE-4C34-811B-9FF645B9362E
Key_1
Key_1
@@ -40768,15 +40791,15 @@ Ghra_staff_InsureBase
1730343108
Administrator
-
+
-
+
-
+
@@ -40790,7 +40813,7 @@ Ghra_staff_InsureBase
年度人力配置
-
+
6F6DF51C-CABC-4FFC-934A-F1EC42AC56B9
Id
Id
@@ -40805,7 +40828,7 @@ Ghra_staff_InsureBase
-
+
AB4923D1-E504-4ACA-8D16-2C1945E28841
创建人
CreateBy
@@ -40819,7 +40842,7 @@ Ghra_staff_InsureBase
-
+
2244BF43-1663-4F73-907A-AC936B15E9FB
创建时间
CreateTime
@@ -40833,7 +40856,7 @@ Ghra_staff_InsureBase
-
+
74D81148-665E-4204-B534-4110EEDA8842
创建程序
CreateProg
@@ -40845,7 +40868,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
AA07BD6D-F287-453B-BF23-68F17DBA0306
创建人IP
CreateIP
@@ -40857,7 +40880,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
4B753EBD-75FB-4D85-B600-3950386204CA
修改人
UpdateBy
@@ -40871,7 +40894,7 @@ Ghra_staff_InsureBase
-
+
62B80693-AEA3-4F2F-A6A5-2BAE8601F18F
修改时间
UpdateTime
@@ -40885,7 +40908,7 @@ Ghra_staff_InsureBase
-
+
559C0DD8-8BA8-41B6-A261-5106D18453BE
修改程序
UpdateProg
@@ -40897,7 +40920,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
615EA43C-D547-4E0C-AE2F-98575E5BC1F0
修改人IP
UpdateIP
@@ -40909,7 +40932,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
49AEEF45-B819-4C6C-BADC-EC88FDA9EE53
操作日志ID
OperateLogID
@@ -40924,7 +40947,7 @@ Ghra_staff_InsureBase
-
+
5CA8E57A-28D3-4046-BC47-BCFD96740F98
申请单ID
OrderId
@@ -40935,7 +40958,7 @@ Ghra_staff_InsureBase
申请单ID
bigint
-
+
6D52959C-3328-488E-94E2-FBB843A9B0D6
年度
Year
@@ -40946,7 +40969,7 @@ Ghra_staff_InsureBase
年度
int
-
+
F141C777-1CFF-4890-B118-BD12AF454D63
部门ID
DeptId
@@ -40957,7 +40980,7 @@ Ghra_staff_InsureBase
部门ID
int
-
+
7EFA7C02-2280-4398-8562-E579EF6A9EBF
岗位ID
TitleId
@@ -40968,7 +40991,7 @@ Ghra_staff_InsureBase
职称ID
int
-
+
60020B33-D3D6-47F6-AE7F-51EB36A9E977
职等ID
GradeId
@@ -40979,7 +41002,7 @@ Ghra_staff_InsureBase
职等ID
int
-
+
95627382-B61B-4C56-9EF7-6F65D023C9C8
职称ID
JobId
@@ -40990,7 +41013,7 @@ Ghra_staff_InsureBase
岗位ID
int
-
+
EC64C7AE-A00C-438D-A3D7-CBF5029A9019
1月
M1
@@ -41001,7 +41024,7 @@ Ghra_staff_InsureBase
1月
int
-
+
7001B79C-D632-40E7-8AAB-9009158E0FD2
2月
M2
@@ -41013,7 +41036,7 @@ Ghra_staff_InsureBase
0
int
-
+
E4DC1241-DF4F-44D6-AD3A-18A2DC30B74B
3月
M3
@@ -41024,7 +41047,7 @@ Ghra_staff_InsureBase
3月
int
-
+
4131CF08-4B5A-45A3-9135-1251F327709B
4月
M4
@@ -41035,7 +41058,7 @@ Ghra_staff_InsureBase
4月
int
-
+
D40157D5-0D51-4A01-A8F8-53F6B54F916D
5月
M5
@@ -41046,7 +41069,7 @@ Ghra_staff_InsureBase
5月
int
-
+
53A65B67-A2D5-4684-B7EC-8DA92F012D81
6月
M6
@@ -41057,7 +41080,7 @@ Ghra_staff_InsureBase
6月
int
-
+
53A5D776-1344-4AD8-A622-490CF862BA4F
7月
M7
@@ -41068,7 +41091,7 @@ Ghra_staff_InsureBase
7月
int
-
+
C60976F4-A5F8-44CF-887A-F5DA772C8427
8月
M8
@@ -41079,7 +41102,7 @@ Ghra_staff_InsureBase
8月
int
-
+
A6C40506-0DA7-41DB-A748-8C2C31B05F7A
9月
M9
@@ -41090,7 +41113,7 @@ Ghra_staff_InsureBase
9月
int
-
+
BC25FA26-8B93-4F03-9732-485471DC716D
10月
M10
@@ -41101,7 +41124,7 @@ Ghra_staff_InsureBase
10月
int
-
+
6EBFC2CD-3817-4CBB-94B0-3D47FC584407
11月
M11
@@ -41112,7 +41135,7 @@ Ghra_staff_InsureBase
11月
int
-
+
7405877A-2B5A-4BCF-A2C4-3B7AD580216A
12月
M12
@@ -41123,7 +41146,7 @@ Ghra_staff_InsureBase
12月
int
-
+
E2A7C156-79E4-4ACA-960C-C0D38CB37B53
1月调整数
M1_A
@@ -41134,7 +41157,7 @@ Ghra_staff_InsureBase
1月调整数
int
-
+
35142DEC-28E1-4F04-BB60-15120B07B580
2月调整数
M2_A
@@ -41146,7 +41169,7 @@ Ghra_staff_InsureBase
0
int
-
+
4C75048D-2E54-4F20-B69D-A40D37B67ECE
3月调整数
M3_A
@@ -41157,7 +41180,7 @@ Ghra_staff_InsureBase
3月调整数
int
-
+
9D6BC027-F8F6-4FC1-93BB-C9C1BAEE65CA
4月调整数
M4_A
@@ -41168,7 +41191,7 @@ Ghra_staff_InsureBase
4月调整数
int
-
+
0A192093-A12B-4F17-B4CF-96E8AC45AB99
5月调整数
M5_A
@@ -41179,7 +41202,7 @@ Ghra_staff_InsureBase
5月调整数
int
-
+
DB194A26-AC01-4F6E-AD78-42B2B4B7F512
6月调整数
M6_A
@@ -41190,7 +41213,7 @@ Ghra_staff_InsureBase
6月调整数
int
-
+
CF6CBDDA-5697-4269-9C3E-CCDDDFF77A87
7月调整数
M7_A
@@ -41201,7 +41224,7 @@ Ghra_staff_InsureBase
7月调整数
int
-
+
96BC838C-3A80-49C5-BCD2-B4C0142B3F8F
8月调整数
M8_A
@@ -41212,7 +41235,7 @@ Ghra_staff_InsureBase
8月调整数
int
-
+
E8C2DE33-D20A-45B5-8C9B-805FBD6B6A96
9月调整数
M9_A
@@ -41223,7 +41246,7 @@ Ghra_staff_InsureBase
9月调整数
int
-
+
7F1F705E-D4BA-44DF-BBB0-1C58F6413C22
10月调整数
M10_A
@@ -41234,7 +41257,7 @@ Ghra_staff_InsureBase
10月调整数
int
-
+
FC8F7B74-01CA-4085-B0DB-DD27325C50CE
11月调整数
M11_A
@@ -41245,7 +41268,7 @@ Ghra_staff_InsureBase
11月调整数
int
-
+
FB26E07D-6478-4702-8C24-169070F5677F
12月调整数
M12_A
@@ -41256,7 +41279,7 @@ Ghra_staff_InsureBase
12月调整数
int
-
+
62C653C2-49D2-48C9-ADC8-24BE2CF0BEE4
发起人ID
ApplicantId
@@ -41267,7 +41290,7 @@ Ghra_staff_InsureBase
发起人ID
int
-
+
0168327C-0942-4E03-A8D5-5C952184A62B
WorkID
WorkID
@@ -41278,7 +41301,7 @@ Ghra_staff_InsureBase
WorkID
int
-
+
355F4264-35BA-41C8-B908-1D70DC14B2F6
WorkNo
WorkNo
@@ -41290,7 +41313,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
7D5B6D5D-FFC0-462C-BF6C-2A5402940A1B
ToDoType
ToDoType
@@ -41302,7 +41325,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
D2884076-2FB6-4CFF-A56F-F4B5C75045D6
BatchSID
BatchSID
@@ -41314,7 +41337,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
300BFFEA-C86A-42EA-A0DE-53BDA3DA1745
WorkState
WorkState
@@ -41325,7 +41348,7 @@ Ghra_staff_InsureBase
WorkState
int
-
+
39C516EE-4C3F-4F14-9E12-EEA1928FB9BC
ShiftID
ShiftID
@@ -41336,7 +41359,7 @@ Ghra_staff_InsureBase
ShiftID
int
-
+
A51953A8-5319-419E-800D-82397706AFB1
ConfirmUserID
ConfirmUserID
@@ -41347,7 +41370,7 @@ Ghra_staff_InsureBase
ConfirmUserID
int
-
+
886BC121-FC08-4EC2-B2BE-AECC650F106E
ConfirmTime
ConfirmTime
@@ -41358,7 +41381,7 @@ Ghra_staff_InsureBase
ConfirmTime
datetime
-
+
89893377-0983-4576-8A2F-7878C570A351
ConfirmComment
ConfirmComment
@@ -41370,7 +41393,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
D823EA1F-3DDD-49EC-B936-C71396417B5D
同意人
AgreeUserId
@@ -41381,7 +41404,7 @@ Ghra_staff_InsureBase
同意人
bigint
-
+
22EB27AB-7EBC-49C9-98F3-4BEC028516C5
同意时间
AgreeTime
@@ -41392,7 +41415,7 @@ Ghra_staff_InsureBase
同意时间
datetime
-
+
4923031D-DEF8-442C-92E2-BA6040A11386
同意理由
AgreeReason
@@ -41404,7 +41427,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
78E8AC0D-D946-42D6-BC1B-A805420F2014
拒绝人
RefuseUserId
@@ -41415,7 +41438,7 @@ Ghra_staff_InsureBase
拒绝人
bigint
-
+
A3C33EAB-DAFD-433F-8065-5A8D85E7BEF2
拒绝时间
RefuseTime
@@ -41426,7 +41449,7 @@ Ghra_staff_InsureBase
拒绝时间
datetime
-
+
157E8F8B-459C-425B-84EB-D5FB91E48B10
拒绝理由
RefuseReason
@@ -41438,7 +41461,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
4BBBD55C-14CE-467E-A7DD-B065C25B9693
备注
RemarkSz
@@ -41453,7 +41476,7 @@ Ghra_staff_InsureBase
-
+
7618CBF2-45A8-4796-AED8-2B34C7E5E87A
默认标志
IsDefault
@@ -41468,7 +41491,7 @@ Ghra_staff_InsureBase
-
+
F73BE3D6-038B-4C68-8ABB-D70DB5F0C9C9
删除标志
IsEnable
@@ -41483,7 +41506,7 @@ Ghra_staff_InsureBase
-
+
74F2B2A5-7B92-4F99-A3DF-1B5D9F047F3D
预留字段1
Reverse1
@@ -41495,7 +41518,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
9CE1D1E4-789E-43C5-94F2-7844A0D20E35
预留字段2
Reverse2
@@ -41507,7 +41530,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
EE5F68BF-2125-47A5-B71E-330EA771F6EA
预留字段3
Reverse3
@@ -41519,7 +41542,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
36D1F008-451B-4F7F-B401-60F5AF0008F7
预留字段4
Reverse4
@@ -41531,7 +41554,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
D6C75B49-D4F4-40A0-94A6-2105BF59042F
预留字段5
Reverse5
@@ -41543,7 +41566,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
6CD04CF1-DDE8-4B54-AD76-2759D566E2C6
预留字段6
Reverse6
@@ -41555,7 +41578,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
3C125090-E1B6-413D-9DB2-F6B1CE3AF1C6
预留字段7
Reverse7
@@ -41567,7 +41590,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
B94BA54E-BE92-4D11-965E-65A2BA7B8840
预留字段8
Reverse8
@@ -41579,7 +41602,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
598F7B2D-4CE8-4D59-8D5B-65D82B61E13F
预留字段9
Reverse9
@@ -41591,7 +41614,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
8484D7F0-DA5F-4AD6-AB92-21DC8B2731E0
预留字段10
Reverse10
@@ -41603,7 +41626,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
19BABE81-977A-4A6A-BC1B-04BC4C7C651A
预留字段I1
ReverseI1
@@ -41615,7 +41638,7 @@ Ghra_staff_InsureBase
0
int
-
+
5910CC27-477C-4D07-87FA-C92417126F2F
预留字段I2
ReverseI2
@@ -41629,7 +41652,7 @@ Ghra_staff_InsureBase
-
+
774A67EA-0C60-4730-B44B-082BD4CCD742
Key_1
Key_1
@@ -41638,15 +41661,15 @@ Ghra_staff_InsureBase
1730425233
Administrator
-
+
-
+
-
+
@@ -41660,7 +41683,7 @@ Ghra_staff_InsureBase
人力需求维护
-
+
D8369CA8-F42C-41B2-9E20-28CAB658A587
Id
Id
@@ -41675,7 +41698,7 @@ Ghra_staff_InsureBase
-
+
D1F46A2A-85C3-4D97-83F5-94E6574CFA7D
创建人
CreateBy
@@ -41689,7 +41712,7 @@ Ghra_staff_InsureBase
-
+
48313BCF-6EA8-4C0A-87B4-A6FE44A4306B
创建时间
CreateTime
@@ -41703,7 +41726,7 @@ Ghra_staff_InsureBase
-
+
3AFBBE10-B567-4424-9599-687A6D4F3556
创建程序
CreateProg
@@ -41715,7 +41738,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
1A2F3713-4084-40A1-996F-1854921C6C07
创建人IP
CreateIP
@@ -41727,7 +41750,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
FE55BF05-3A1D-484C-849E-8E5D989FA7DF
修改人
UpdateBy
@@ -41741,7 +41764,7 @@ Ghra_staff_InsureBase
-
+
AF20FE0B-46AA-426C-B18D-61B55116CEDE
修改时间
UpdateTime
@@ -41755,7 +41778,7 @@ Ghra_staff_InsureBase
-
+
DF26EBC1-DD4E-41E7-AD12-07E6DF6C6B57
修改程序
UpdateProg
@@ -41767,7 +41790,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
D126FB93-B571-4427-A59D-E87FC532D29D
修改人IP
UpdateIP
@@ -41779,7 +41802,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
DE805C1F-FDC3-4CB5-9A41-8B294A745B15
操作日志ID
OperateLogID
@@ -41794,7 +41817,7 @@ Ghra_staff_InsureBase
-
+
D828CE04-9FAE-40AF-9BFA-40C4C105CD12
订单号
RequestNo
@@ -41806,7 +41829,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
4D38AD86-3C27-43B1-A07B-BC34908CE073
编制内外
InOrOut
@@ -41818,7 +41841,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
CEE438BD-8205-4C50-A1A4-E26C24B50B92
招聘类别
ResumeType
@@ -41830,7 +41853,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
46886E0D-6059-4BDA-8041-7CE676A71598
重要度
ImportanceDegree
@@ -41842,7 +41865,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
AD47DE41-C045-41FC-BE17-9C61E2159914
年度人力配置单ID
YearHumanId
@@ -41853,7 +41876,7 @@ Ghra_staff_InsureBase
年度人力配置单ID
bigint
-
+
779CFBA8-5520-4E0E-BF18-8A6DC58B432C
需求月份
YearMonth
@@ -41865,7 +41888,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
A56A530C-2FD9-4516-8E55-BFDFA2F64DC9
部门ID
DeptId
@@ -41876,7 +41899,7 @@ Ghra_staff_InsureBase
部门ID
int
-
+
0E439255-9DC9-4C87-B49F-6D160516C458
岗位ID
TitleId
@@ -41887,7 +41910,7 @@ Ghra_staff_InsureBase
岗位ID
int
-
+
DDDB3013-C03C-452F-BA20-597AC45323A8
职称ID
JobId
@@ -41898,7 +41921,7 @@ Ghra_staff_InsureBase
职称ID
int
-
+
A07D737B-BF62-4658-B7AA-6479487C8125
职等ID
GradeId
@@ -41909,7 +41932,7 @@ Ghra_staff_InsureBase
职等ID
int
-
+
E257966A-1186-4977-9600-6BE72E214473
需求人数
RequestCount
@@ -41920,7 +41943,7 @@ Ghra_staff_InsureBase
需求人数
int
-
+
0E3F8DD5-C004-4480-89DD-D4AD6A05D98C
学历要求
Degree
@@ -41932,7 +41955,7 @@ Ghra_staff_InsureBase
nvarchar(200)
200
-
+
D4FA6849-F08B-48FF-8C88-0BCCF436D21E
工作年限
WorkExperience
@@ -41944,7 +41967,7 @@ Ghra_staff_InsureBase
nvarchar(200)
200
-
+
E4E5DC90-AABB-450F-AFAA-3DAFBB62EBD5
语言要求
LanguageRequirement
@@ -41956,7 +41979,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
195DB249-E79A-4B75-9F1C-F49D1BAFE8A8
建议到岗时间
InTime
@@ -41967,7 +41990,7 @@ Ghra_staff_InsureBase
建议到岗时间
datetime
-
+
C3E2B578-CC7A-407B-9740-C4C7C46C962C
汇报对象ID
ReportId
@@ -41978,7 +42001,7 @@ Ghra_staff_InsureBase
汇报对象ID
int
-
+
4500C6F5-7097-46EF-85B9-C78872005354
年龄
Age
@@ -41990,7 +42013,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
8CA896D2-F165-4325-B446-38EFF942B46D
性别
Gender
@@ -42002,7 +42025,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
B9A0CA68-9CC0-4E92-ABBA-5EAAF8CA6A94
知识要求
KnowledgeRequirement
@@ -42014,7 +42037,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
5683304A-7AA1-4678-9AE5-210D18D59E97
技能要求
SkillRequirement
@@ -42026,7 +42049,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
1FEFD319-BEAC-4A11-96A3-79AEB0990770
工作内容
WorkContent
@@ -42038,7 +42061,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
A91A2D46-AA10-4A5A-8F7E-3A72AF130F76
推荐人数
RecommendCount
@@ -42050,7 +42073,7 @@ Ghra_staff_InsureBase
0
int
-
+
6DB34664-627C-4794-804B-EBA5B3517D6A
面试人数
InterviewCount
@@ -42062,7 +42085,7 @@ Ghra_staff_InsureBase
0
int
-
+
32F950EB-C381-41A8-9826-C8B904831194
录用人数
OfferCount
@@ -42074,7 +42097,7 @@ Ghra_staff_InsureBase
0
int
-
+
79F0863E-16E5-4AEF-8351-BCC3195850A3
报到人数
CheckInCount
@@ -42086,7 +42109,7 @@ Ghra_staff_InsureBase
0
int
-
+
4180A0DA-32C9-4DFB-84D5-E7F1A979FE95
发起人ID
ApplicantId
@@ -42097,7 +42120,7 @@ Ghra_staff_InsureBase
发起人ID
int
-
+
E36BAF1D-C331-4A49-9AA2-631BB94624B1
WorkID
WorkID
@@ -42108,7 +42131,7 @@ Ghra_staff_InsureBase
WorkID
int
-
+
5D315A70-B71A-4545-B0A9-CA75AC5AD65D
WorkNo
WorkNo
@@ -42120,7 +42143,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
90488B7F-1E7B-4E1E-AE2E-5CBF01FBE3C3
ToDoType
ToDoType
@@ -42132,7 +42155,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
A4B5DA89-66D0-4066-BCA0-230134789184
BatchSID
BatchSID
@@ -42144,7 +42167,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
EBF2D622-9894-421A-81F2-966FD4457224
WorkState
WorkState
@@ -42155,7 +42178,7 @@ Ghra_staff_InsureBase
WorkState
int
-
+
FDE4E58B-7D63-46F7-A4F5-8964679A83C6
ShiftID
ShiftID
@@ -42166,7 +42189,7 @@ Ghra_staff_InsureBase
ShiftID
int
-
+
48A0CAB6-5383-4BF2-937F-37A16FA01451
ConfirmUserID
ConfirmUserID
@@ -42177,7 +42200,7 @@ Ghra_staff_InsureBase
ConfirmUserID
int
-
+
3F11978D-DB6A-4EF0-941F-942492DEAE4B
ConfirmTime
ConfirmTime
@@ -42188,7 +42211,7 @@ Ghra_staff_InsureBase
ConfirmTime
datetime
-
+
96C80754-D9C4-4820-95DC-D95DE225C157
ConfirmComment
ConfirmComment
@@ -42200,7 +42223,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
D34CFEAE-F780-4530-9B1F-B742712B915D
同意人
AgreeUserId
@@ -42211,7 +42234,7 @@ Ghra_staff_InsureBase
同意人
bigint
-
+
4895D025-7D61-4DE1-9E93-018BA7ACDB78
同意时间
AgreeTime
@@ -42222,7 +42245,7 @@ Ghra_staff_InsureBase
同意时间
datetime
-
+
4A31CFB6-13A5-45D8-81C0-6B20229DF157
同意理由
AgreeReason
@@ -42234,7 +42257,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
19E399E7-1667-4B94-AA4E-DAEA50E8EFCC
拒绝人
RefuseUserId
@@ -42245,7 +42268,7 @@ Ghra_staff_InsureBase
拒绝人
bigint
-
+
B58684B0-AA57-496D-A4EC-984ECC552850
拒绝时间
RefuseTime
@@ -42256,7 +42279,7 @@ Ghra_staff_InsureBase
拒绝时间
datetime
-
+
6979B379-79E2-417A-B199-0A914FC29E3C
拒绝理由
RefuseReason
@@ -42268,7 +42291,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
FC565A86-0A88-4195-82F8-BFD3A5FF2429
状态
Status
@@ -42280,7 +42303,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
8897CC5D-DAAB-4994-B1A3-71BA9CB570AF
备注
RemarkSz
@@ -42295,7 +42318,7 @@ Ghra_staff_InsureBase
-
+
695A8690-EEE1-4046-86D0-928A4FE99FB8
默认标志
IsDefault
@@ -42310,7 +42333,7 @@ Ghra_staff_InsureBase
-
+
7CE54522-4020-4FAF-B42F-A5EB50D4658F
删除标志
IsEnable
@@ -42325,7 +42348,7 @@ Ghra_staff_InsureBase
-
+
695FED97-07C5-4095-BB4D-E688D4D3466C
预留字段1
Reverse1
@@ -42337,7 +42360,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
36BFF604-8737-46FE-AA43-7C5EECCA808D
预留字段2
Reverse2
@@ -42349,7 +42372,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
81D49F6C-903E-4E4D-8DF2-0A3C9AB68F25
预留字段3
Reverse3
@@ -42361,7 +42384,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
D7ABF828-1799-4FA7-B4F6-5F42976BE4BD
预留字段4
Reverse4
@@ -42373,7 +42396,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
3C7935CE-DA06-451C-896A-77281A5FD6E7
预留字段5
Reverse5
@@ -42385,7 +42408,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
D482A668-3E36-45B5-85E8-0102825375C1
预留字段6
Reverse6
@@ -42397,7 +42420,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
2564D7F8-35AC-420E-90BF-75E6A56B1DD5
预留字段7
Reverse7
@@ -42409,7 +42432,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
430345E4-C4B0-4491-B728-B64032049F15
预留字段8
Reverse8
@@ -42421,7 +42444,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
8BFF9A1B-7922-45E2-9B53-78222B47210F
预留字段9
Reverse9
@@ -42433,7 +42456,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
EC8A170B-BAF6-4535-BD04-ECEAC60B6D7B
预留字段10
Reverse10
@@ -42445,7 +42468,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
2633E8A3-69BB-43AC-B977-5FB7C4319636
预留字段I1
ReverseI1
@@ -42457,7 +42480,7 @@ Ghra_staff_InsureBase
0
int
-
+
1181AD42-5A6C-4136-A231-532C39D845E1
预留字段I2
ReverseI2
@@ -42471,7 +42494,7 @@ Ghra_staff_InsureBase
-
+
CCEE1976-114D-4DF8-8B68-9424BC68EF67
Key_1
Key_1
@@ -42480,15 +42503,15 @@ Ghra_staff_InsureBase
1730425965
Administrator
-
+
-
+
-
+
@@ -42502,7 +42525,7 @@ Ghra_staff_InsureBase
面试工单
-
+
FE9E0356-FBD7-46A6-A4B3-AAE657931297
Id
Id
@@ -42517,7 +42540,7 @@ Ghra_staff_InsureBase
-
+
4E86B70B-6E22-4637-93B2-F3AD69FAC77E
创建人
CreateBy
@@ -42531,7 +42554,7 @@ Ghra_staff_InsureBase
-
+
C76B0E10-6808-4CD4-A4F3-69AC65F20E59
创建时间
CreateTime
@@ -42545,7 +42568,7 @@ Ghra_staff_InsureBase
-
+
13FBC139-4195-4017-9E27-E26A502555BD
创建程序
CreateProg
@@ -42557,7 +42580,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
3C4AB649-1EC2-4C52-A4B8-895119728A9C
创建人IP
CreateIP
@@ -42569,7 +42592,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
07873CB8-E393-4197-B8AA-4B0A0F3A4C5B
修改人
UpdateBy
@@ -42583,7 +42606,7 @@ Ghra_staff_InsureBase
-
+
9A87608C-6003-498C-AB8A-590EE6DBB28F
修改时间
UpdateTime
@@ -42597,7 +42620,7 @@ Ghra_staff_InsureBase
-
+
3918AAC6-3C7A-4D90-B73C-DF4F25D3B473
修改程序
UpdateProg
@@ -42609,7 +42632,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
B9867C34-7003-4F77-8978-D173EB2B38EE
修改人IP
UpdateIP
@@ -42621,7 +42644,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
657BCB4C-F51E-47A4-AF86-16D0BC383ED8
操作日志ID
OperateLogID
@@ -42636,7 +42659,7 @@ Ghra_staff_InsureBase
-
+
03016A05-6233-45B9-AA2F-74DADFE88B19
人力需求ID
RequestId
@@ -42647,7 +42670,7 @@ Ghra_staff_InsureBase
人力需求ID
bigint
-
+
BE125F6F-3288-424D-988B-E81344E5B85D
简历ID
ResumeId
@@ -42658,7 +42681,7 @@ Ghra_staff_InsureBase
简历ID
bigint
-
+
A1E51558-8BF2-4FCA-94B8-A4723EE9A5E1
订单号
OrderNo
@@ -42670,7 +42693,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
18B4E8BD-23AB-4A4C-BCCD-621E45955FF5
轮数
Round
@@ -42682,7 +42705,7 @@ Ghra_staff_InsureBase
1
int
-
+
86024BAB-CB2F-443C-826A-4686271FC11F
推荐时间
RecommendTime
@@ -42693,7 +42716,7 @@ Ghra_staff_InsureBase
推荐时间
datetime
-
+
BDA09B3B-4A51-4598-B7E5-174FF80DD027
推荐人ID
RecommendId
@@ -42704,7 +42727,7 @@ Ghra_staff_InsureBase
推荐人ID
bigint
-
+
345B71A3-FC8D-4716-9C97-FE8494D41C9C
推荐说明
RecommendRemark
@@ -42716,7 +42739,7 @@ Ghra_staff_InsureBase
nvarchar(256)
256
-
+
6B1F1D5F-1948-43BB-9CEC-3CD80C533CC5
面试开始时间
InterviewBeginTime
@@ -42727,7 +42750,7 @@ Ghra_staff_InsureBase
面试开始时间
datetime
-
+
EDE8841A-2DAB-4FDF-9997-CB6E60264DF3
面试结束时间
InterviewEndTime
@@ -42738,7 +42761,7 @@ Ghra_staff_InsureBase
面试结束时间
datetime
-
+
2E80583A-629F-4DA3-B74E-CE8D1F01D301
是否通过
IsPass
@@ -42749,7 +42772,7 @@ Ghra_staff_InsureBase
是否通过
bit
-
+
50F56189-11E0-4A7A-A091-93FC239A17FF
面试结果
InterviewResult
@@ -42761,7 +42784,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
7B681481-B1A9-4D91-955B-81BCF834F6B3
面试结果说明
InterviewResultRemark
@@ -42773,7 +42796,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
80A5CC1E-B97E-4DB0-8450-6F5D4C76D46B
评估结果
InterviewContent
@@ -42785,7 +42808,7 @@ Ghra_staff_InsureBase
nvarchar(256)
256
-
+
EEA0B312-301F-42F0-9440-DB666CE908E7
用人部门ID
HireDeptId
@@ -42796,7 +42819,7 @@ Ghra_staff_InsureBase
用人部门ID
int
-
+
D7E0D3BD-E400-4185-8EFA-190643930DEB
用人部门
HireDeptName
@@ -42808,7 +42831,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
3D4E6DCD-6FD8-45EF-BDA8-FFE5F4A00D27
用人岗位ID
HireTitleId
@@ -42819,7 +42842,7 @@ Ghra_staff_InsureBase
用人岗位ID
int
-
+
B141DAC1-929C-4BA8-8C09-D2D0FAFEF800
用人岗位
HireTitleName
@@ -42831,7 +42854,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
E8D33BFD-3E4E-4B69-A30B-20061E5D0FD6
面试官ID
InterviewIds
@@ -42843,7 +42866,7 @@ Ghra_staff_InsureBase
nvarchar(256)
256
-
+
65E0E940-AF49-41DD-9491-85CF8E3902FB
面试官
Interviewer
@@ -42855,7 +42878,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
85125E42-59F0-4700-A515-586859D2E0C1
待面试状态
WaitInterviewStatus
@@ -42868,7 +42891,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
AA1FD869-8530-405A-AC59-A0E5ED537931
取消原因
CancelReason
@@ -42880,7 +42903,7 @@ Ghra_staff_InsureBase
nvarchar(256)
256
-
+
60D1621E-B659-4008-9237-993A74662F3B
面试环节
InterviewStepName
@@ -42892,7 +42915,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
77476A0A-5A90-4738-B2B9-27CDDE2787C0
筛选反馈
FilterFeedback
@@ -42904,7 +42927,7 @@ Ghra_staff_InsureBase
nvarchar(256)
256
-
+
3F2A7C91-CBC1-40D7-A57C-5C586E6233C7
约面反馈
AppointmentFeedback
@@ -42916,7 +42939,7 @@ Ghra_staff_InsureBase
nvarchar(256)
256
-
+
BE61CE07-8B8F-4708-8BEE-7B3ADA3D3412
录用反馈
OfferFeedback
@@ -42928,7 +42951,7 @@ Ghra_staff_InsureBase
nvarchar(256)
256
-
+
1973B184-54A0-49B6-A605-B332F40C2336
状态
Status
@@ -42940,7 +42963,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
0B0AC5CD-7584-4B55-9248-9FD0E790E977
备注
RemarkSz
@@ -42955,7 +42978,7 @@ Ghra_staff_InsureBase
-
+
33E27793-3CB0-4835-8451-928000083E3E
默认标志
IsDefault
@@ -42970,7 +42993,7 @@ Ghra_staff_InsureBase
-
+
2739B215-6C23-46B7-BF44-8C043D732F6A
删除标志
IsEnable
@@ -42985,7 +43008,7 @@ Ghra_staff_InsureBase
-
+
0679F76C-AC65-4B8B-943A-C83CC80E68F1
预留字段1
Reverse1
@@ -42997,7 +43020,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
41FD814A-20A2-427D-8034-980F35C6D1F8
预留字段2
Reverse2
@@ -43009,7 +43032,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
6A2C2704-310B-4736-A32A-C8A249A50F39
预留字段3
Reverse3
@@ -43021,7 +43044,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
2122E9A5-2C78-40FF-8271-6EA5A740F546
预留字段4
Reverse4
@@ -43033,7 +43056,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
D4AD8D60-BA31-4359-AE14-E726C80C0BA5
预留字段5
Reverse5
@@ -43045,7 +43068,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
6F036B13-DC9C-4232-A130-195467A2DCFD
预留字段6
Reverse6
@@ -43057,7 +43080,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
BD6BA18C-00A6-444C-8B84-627563A0B456
预留字段7
Reverse7
@@ -43069,7 +43092,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
90CBCC9A-0D8C-4631-B5CA-0107806ED546
预留字段8
Reverse8
@@ -43081,7 +43104,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
C7FB9D85-CE79-4EB8-AD76-18CF5776C2A1
预留字段9
Reverse9
@@ -43093,7 +43116,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
6B9A1829-36BE-4C4C-90EC-8A8B761A26F0
预留字段10
Reverse10
@@ -43105,7 +43128,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
942EADA8-7D04-4459-99CF-744398B72E27
预留字段I1
ReverseI1
@@ -43117,7 +43140,7 @@ Ghra_staff_InsureBase
0
int
-
+
497433D4-B960-41EE-A0FF-6BD1337B5F7C
预留字段I2
ReverseI2
@@ -43131,7 +43154,7 @@ Ghra_staff_InsureBase
-
+
9ACF1D11-9CE0-452F-B65D-B05504728B25
Key_1
Key_1
@@ -43140,15 +43163,15 @@ Ghra_staff_InsureBase
1731475866
Administrator
-
+
-
+
-
+
@@ -43162,7 +43185,7 @@ Ghra_staff_InsureBase
面试工单日志
-
+
1F5C3D85-B53F-40A5-A73E-9BF94166EDA9
Id
Id
@@ -43177,7 +43200,7 @@ Ghra_staff_InsureBase
-
+
10B31387-3F54-4416-88BF-2DEE08216EAF
创建人
CreateBy
@@ -43191,7 +43214,7 @@ Ghra_staff_InsureBase
-
+
37B90340-CE81-4BB5-9FD4-08F6C3C9C990
创建时间
CreateTime
@@ -43205,7 +43228,7 @@ Ghra_staff_InsureBase
-
+
509581EE-71E6-4933-90D4-FAA8C21D7702
创建程序
CreateProg
@@ -43217,7 +43240,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
6B9ECC44-D9A7-48A9-BBD2-3A0AC89E4E88
创建人IP
CreateIP
@@ -43229,7 +43252,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
9B257E7A-FD5F-4729-B7F4-2E1D5BF72C8E
修改人
UpdateBy
@@ -43243,7 +43266,7 @@ Ghra_staff_InsureBase
-
+
D29556F2-A34C-4D07-8CFE-3B598C5FE4AA
修改时间
UpdateTime
@@ -43257,7 +43280,7 @@ Ghra_staff_InsureBase
-
+
A20ADE28-6408-47A7-B1E2-96D2484D6397
修改程序
UpdateProg
@@ -43269,7 +43292,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
534EEE23-4132-4D2B-B43A-CE8ECC35A7C4
修改人IP
UpdateIP
@@ -43281,7 +43304,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
7E237595-05DE-4AF2-9907-DFF15A68E9E5
操作日志ID
OperateLogID
@@ -43296,7 +43319,7 @@ Ghra_staff_InsureBase
-
+
FEA87282-86DF-4025-BCBE-B336BA2ECDEE
面试工单ID
InterviewOrderId
@@ -43307,7 +43330,7 @@ Ghra_staff_InsureBase
面试工单ID
bigint
-
+
9EADFF4A-03C2-4D16-965B-62F773E3D516
面试记录ID
InterviewRecordId
@@ -43318,7 +43341,7 @@ Ghra_staff_InsureBase
面试记录ID
bigint
-
+
A956691A-0062-4947-9848-088520A78B51
简历ID
ResumeId
@@ -43329,7 +43352,7 @@ Ghra_staff_InsureBase
简历ID
bigint
-
+
950B7930-9835-41AF-8C17-B6B0A4F97E0D
员工ID
StaffId
@@ -43340,7 +43363,7 @@ Ghra_staff_InsureBase
员工ID
int
-
+
246D105B-C151-4FB4-A2A1-D4CB74F8D539
员工名称
StaffName
@@ -43352,7 +43375,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
C5E86271-77B9-4300-8988-FEF73BD9B813
用户ID
UserId
@@ -43363,7 +43386,7 @@ Ghra_staff_InsureBase
用户ID
bigint
-
+
CC3332C8-E338-4C7A-91EF-D2AFE6990EBA
用户名
UserName
@@ -43375,7 +43398,7 @@ Ghra_staff_InsureBase
nvarchar(64)
64
-
+
C4EA76EF-F7D3-43E9-91D6-35CB1776EAD9
来源
Source
@@ -43387,7 +43410,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
E6E509F3-240D-4242-9D55-1CE064A03326
备注
RemarkSz
@@ -43402,7 +43425,7 @@ Ghra_staff_InsureBase
-
+
795AF6FE-7361-4A70-BA15-2FD25A3CBEEE
默认标志
IsDefault
@@ -43417,7 +43440,7 @@ Ghra_staff_InsureBase
-
+
94C90B60-B5F3-4C55-88C6-46C0F9EF4ED6
删除标志
IsEnable
@@ -43432,7 +43455,7 @@ Ghra_staff_InsureBase
-
+
B3E260A6-3CBF-409D-8BAD-29186A795418
预留字段1
Reverse1
@@ -43444,7 +43467,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
FB140CF0-8C95-49E0-A557-98EA383D3CF0
预留字段2
Reverse2
@@ -43456,7 +43479,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
870F7A93-25D3-4C4C-8F65-2A7C65A5E395
预留字段3
Reverse3
@@ -43468,7 +43491,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
B3CFBC23-2481-4EF0-802C-72EE3C5FE0AD
预留字段4
Reverse4
@@ -43480,7 +43503,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
2B6D04C6-620E-4CE4-A653-58F76A47D1A2
预留字段5
Reverse5
@@ -43492,7 +43515,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
3A38D100-EA99-4B3A-8EB2-58D68EB85908
预留字段6
Reverse6
@@ -43504,7 +43527,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
686E64C4-09CD-4930-AE76-677CAC0A121E
预留字段7
Reverse7
@@ -43516,7 +43539,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
B83746EF-6BC1-41D5-9249-9EBA73E0F7D1
预留字段8
Reverse8
@@ -43528,7 +43551,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
4EA39375-C3B2-4B19-BD3F-4E6B834E5DBB
预留字段9
Reverse9
@@ -43540,7 +43563,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
E5AE5EDC-577D-4D24-AAF5-3FD83F531FB3
预留字段10
Reverse10
@@ -43552,7 +43575,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
15D7A2F5-AF92-4D58-B693-085370F8C230
预留字段I1
ReverseI1
@@ -43564,7 +43587,7 @@ Ghra_staff_InsureBase
0
int
-
+
917E7D6B-E02B-416B-95A3-4294EA4BA638
预留字段I2
ReverseI2
@@ -43578,7 +43601,7 @@ Ghra_staff_InsureBase
-
+
81B9B853-FD0C-4079-A41D-CDD9028B6A2F
Key_1
Key_1
@@ -43587,15 +43610,15 @@ Ghra_staff_InsureBase
1731475926
Administrator
-
+
-
+
-
+
@@ -43609,7 +43632,7 @@ Ghra_staff_InsureBase
面试单评估
-
+
44C1FD2B-44A5-4011-B8A8-E5FBFC9AE1C0
Id
Id
@@ -43624,7 +43647,7 @@ Ghra_staff_InsureBase
-
+
E9579138-7E56-46BA-8744-21369737A042
创建人
CreateBy
@@ -43638,7 +43661,7 @@ Ghra_staff_InsureBase
-
+
676011F9-876C-422F-B5D1-C3CF2CA78524
创建时间
CreateTime
@@ -43652,7 +43675,7 @@ Ghra_staff_InsureBase
-
+
FC812E73-6496-4F8A-B561-270FBB283585
创建程序
CreateProg
@@ -43664,7 +43687,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
721057A3-BBE8-40B5-8360-6FAF40B66D94
创建人IP
CreateIP
@@ -43676,7 +43699,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
7673DBF8-18C3-485D-B748-541B804527CE
修改人
UpdateBy
@@ -43690,7 +43713,7 @@ Ghra_staff_InsureBase
-
+
AE977FDA-C5C0-4623-B5DA-725CACDDE352
修改时间
UpdateTime
@@ -43704,7 +43727,7 @@ Ghra_staff_InsureBase
-
+
9B602134-4EB6-4EBA-8CA1-72EF5A279C61
修改程序
UpdateProg
@@ -43716,7 +43739,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
2412CE82-7EB6-4950-B14A-9F27576867E3
修改人IP
UpdateIP
@@ -43728,7 +43751,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
9E7A3496-5758-40EB-AF11-7E8EAD709C75
操作日志ID
OperateLogID
@@ -43743,7 +43766,7 @@ Ghra_staff_InsureBase
-
+
B44C0B6C-4D1A-4659-86CE-832DAD72164A
订单ID
OrderId
@@ -43754,7 +43777,7 @@ Ghra_staff_InsureBase
订单ID
bigint
-
+
6F7737CB-59FB-4E9B-B2F7-2CA75512BC0C
评估时间
AssessTime
@@ -43765,7 +43788,7 @@ Ghra_staff_InsureBase
评估时间
datetime
-
+
9B5EA699-1462-4A43-9F80-92A640CE08B7
评估表单内容
AssessFormContent
@@ -43776,7 +43799,7 @@ Ghra_staff_InsureBase
评估表单内容
text
-
+
0F6666B0-BBE0-4103-A201-2B6AB77ADE25
备注
RemarkSz
@@ -43791,7 +43814,7 @@ Ghra_staff_InsureBase
-
+
0A1F56C8-A23D-415B-8179-4526D93C40E4
默认标志
IsDefault
@@ -43806,7 +43829,7 @@ Ghra_staff_InsureBase
-
+
EB7B6F70-8F89-4AF9-A7F3-1283F0FBAE76
删除标志
IsEnable
@@ -43821,7 +43844,7 @@ Ghra_staff_InsureBase
-
+
A8B4632E-84A3-4CA2-8E85-B81067316727
预留字段1
Reverse1
@@ -43833,7 +43856,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
D7C260E6-A11B-46AB-A99F-5841F384C381
预留字段2
Reverse2
@@ -43845,7 +43868,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
2B6B1EB8-DCF1-4198-86A5-EB3AD66CDB9E
预留字段3
Reverse3
@@ -43857,7 +43880,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
C2952BBA-FC38-4778-B123-F7C3F4542F4F
预留字段4
Reverse4
@@ -43869,7 +43892,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
65012BF8-4387-4FD4-9AD5-B6E8310A3433
预留字段5
Reverse5
@@ -43881,7 +43904,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
A84938F4-BB2A-40DB-833E-C5015C656A72
预留字段6
Reverse6
@@ -43893,7 +43916,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
E4613311-78FC-40B7-88D8-E602A3FC8F22
预留字段7
Reverse7
@@ -43905,7 +43928,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
0D7521E1-D62F-48E8-A62B-260CE890DA14
预留字段8
Reverse8
@@ -43917,7 +43940,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
C518C3A5-E7EF-484D-86AA-F9DBDEC16F71
预留字段9
Reverse9
@@ -43929,7 +43952,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
89400612-98F8-402A-A170-58272492DCDE
预留字段10
Reverse10
@@ -43941,7 +43964,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
29F5705C-09B9-4F36-9820-FCA413819248
预留字段I1
ReverseI1
@@ -43953,7 +43976,7 @@ Ghra_staff_InsureBase
0
int
-
+
339567E4-48C4-4887-934B-2D0805C8DC1B
预留字段I2
ReverseI2
@@ -43967,7 +43990,7 @@ Ghra_staff_InsureBase
-
+
DF12F8E2-E7FE-4342-B385-CE66590E7293
Key_1
Key_1
@@ -43976,15 +43999,15 @@ Ghra_staff_InsureBase
1731476306
Administrator
-
+
-
+
-
+
@@ -43998,7 +44021,7 @@ Ghra_staff_InsureBase
面试记录
-
+
A7FCE2C6-5D63-47D4-BBC6-1EFDED017B68
Id
Id
@@ -44013,7 +44036,7 @@ Ghra_staff_InsureBase
-
+
7876C9D8-9165-4AE7-8E45-35F2D6749851
创建人
CreateBy
@@ -44027,7 +44050,7 @@ Ghra_staff_InsureBase
-
+
F2B68FC0-05BC-47FF-8C37-E57006567F33
创建时间
CreateTime
@@ -44041,7 +44064,7 @@ Ghra_staff_InsureBase
-
+
B40A7D1B-9596-42B9-8CE6-86B85EC36960
创建程序
CreateProg
@@ -44053,7 +44076,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
DB4285E6-2979-4799-B6C5-F443830523E3
创建人IP
CreateIP
@@ -44065,7 +44088,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
D882B757-DFE2-4EE8-A8A3-CFC78B6E10D6
修改人
UpdateBy
@@ -44079,7 +44102,7 @@ Ghra_staff_InsureBase
-
+
AC1D5D9E-815E-4067-971C-F168B84BB22A
修改时间
UpdateTime
@@ -44093,7 +44116,7 @@ Ghra_staff_InsureBase
-
+
59E04D87-4B2D-44F3-AE03-584132950DCE
修改程序
UpdateProg
@@ -44105,7 +44128,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
5F191020-1AD4-4CDB-8EA6-501719D0DCF1
修改人IP
UpdateIP
@@ -44117,7 +44140,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
3D4A38C3-9633-438B-9054-146A3EF0C768
操作日志ID
OperateLogID
@@ -44132,7 +44155,7 @@ Ghra_staff_InsureBase
-
+
7CB1FA93-735B-4BBE-86AA-5D66B075F328
订单ID
OrderId
@@ -44143,7 +44166,7 @@ Ghra_staff_InsureBase
订单ID
bigint
-
+
EF6078FF-B51B-4A48-8594-C595FD8BAF6D
轮数
Round
@@ -44155,7 +44178,7 @@ Ghra_staff_InsureBase
1
int
-
+
6F397F95-C7C8-431C-89B4-CF3453A56C12
面试官ID
StaffId
@@ -44166,7 +44189,7 @@ Ghra_staff_InsureBase
面试官ID
int
-
+
95DC8DFA-EA40-4BB8-86C7-21926814548A
邮箱
Email
@@ -44178,7 +44201,7 @@ Ghra_staff_InsureBase
nvarchar(128)
128
-
+
E5951B5E-C7A5-4168-BDD2-A836AD3B5F9A
预面试时间1
PlanInterviewTime1
@@ -44190,7 +44213,7 @@ Ghra_staff_InsureBase
nvarchar(256)
256
-
+
644313CE-A731-49A2-9F60-2BFCFC243DAE
预面试时间2
PlanInterviewTime2
@@ -44202,7 +44225,7 @@ Ghra_staff_InsureBase
nvarchar(256)
256
-
+
99277110-12EA-4927-8AAE-D1C27F27B574
预面试时间3
PlanInterviewTime3
@@ -44214,7 +44237,7 @@ Ghra_staff_InsureBase
nvarchar(256)
256
-
+
42F32289-0A42-401A-A678-43D2B3C032AB
面试时间
InterviewTime
@@ -44226,7 +44249,7 @@ Ghra_staff_InsureBase
nvarchar(256)
256
-
+
CBEA8077-4777-4E6C-B1CE-4B226ED97F76
面试开始时间
InterviewBeginTime
@@ -44237,7 +44260,7 @@ Ghra_staff_InsureBase
面试开始时间
datetime
-
+
7CCC4390-AFBA-481C-B04A-42662A12E505
面试结束时间
InterviewEndTime
@@ -44248,7 +44271,7 @@ Ghra_staff_InsureBase
面试结束时间
datetime
-
+
F751F4F8-ABA5-446B-A37A-E4430E4B594B
简历首次查询时间
FirstViewTime
@@ -44259,7 +44282,7 @@ Ghra_staff_InsureBase
简历首次查询时间
datetime
-
+
AF3E5E82-BE2C-4656-BF99-52F4C25496E4
简历最后查询时间
LastViewTime
@@ -44270,7 +44293,7 @@ Ghra_staff_InsureBase
简历首次查询时间
datetime
-
+
3764B07A-CD4A-429F-9D36-C2F2AD4D002C
评估时间
AssessTime
@@ -44281,7 +44304,7 @@ Ghra_staff_InsureBase
评估时间
datetime
-
+
2A28B30A-C467-4A88-A7F1-52CC2CFB73A8
面试地点
InterviewAddress
@@ -44293,7 +44316,7 @@ Ghra_staff_InsureBase
nvarchar(256)
256
-
+
282BFCF5-171C-4B55-935A-AAD8298501A5
是否通过
IsPass
@@ -44304,7 +44327,7 @@ Ghra_staff_InsureBase
是否通过
bit
-
+
1BAE8964-59AC-4496-88B3-0501625C475B
面试结果
InterviewResult
@@ -44316,7 +44339,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
5DFC397E-2D18-4D6D-9534-5EF310602179
面试结果说明
InterviewResultRemark
@@ -44328,7 +44351,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
FAE88439-8BCD-4959-A662-C70911300DA5
待面试状态
WaitInterviewStatus
@@ -44341,7 +44364,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
815CD8C8-217D-48A9-8F8F-88FCA0C9A616
取消原因
CancelReason
@@ -44353,7 +44376,7 @@ Ghra_staff_InsureBase
nvarchar(256)
256
-
+
0D98AC96-48D3-45C1-BA9A-0E8ABFA0A256
面试环节
InterviewStepName
@@ -44365,7 +44388,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
19D58F72-C794-42D7-83FB-85ADC5FE23AC
筛选反馈
FilterFeedback
@@ -44377,7 +44400,7 @@ Ghra_staff_InsureBase
nvarchar(256)
256
-
+
974AA4C5-A8A9-41DB-ABD6-913DC09B6E39
约面反馈
AppointmentFeedback
@@ -44389,7 +44412,7 @@ Ghra_staff_InsureBase
nvarchar(256)
256
-
+
0F520988-F903-4077-B564-855703729339
录用反馈
OfferFeedback
@@ -44401,7 +44424,7 @@ Ghra_staff_InsureBase
nvarchar(256)
256
-
+
8560B4D2-F6AB-43E7-A05D-E37DFD78CD53
主面试人
IsPrimary
@@ -44412,7 +44435,7 @@ Ghra_staff_InsureBase
主面试人
bit
-
+
C736F621-9E1E-41DC-9115-C60B06CD54DA
状态
Status
@@ -44424,7 +44447,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
690F8DB4-C18A-453C-80D3-FEF13C5120AA
备注
RemarkSz
@@ -44439,7 +44462,7 @@ Ghra_staff_InsureBase
-
+
C9FF77A8-68C0-422C-AC7D-678D371A44B5
默认标志
IsDefault
@@ -44454,7 +44477,7 @@ Ghra_staff_InsureBase
-
+
5D7585F3-021E-4057-822B-68DD4DFE35C5
删除标志
IsEnable
@@ -44469,7 +44492,7 @@ Ghra_staff_InsureBase
-
+
77808567-C5E3-41C9-ADF2-946B288D6A7D
预留字段1
Reverse1
@@ -44481,7 +44504,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
5CC0BE47-B3B3-42D8-B062-163112BD1540
预留字段2
Reverse2
@@ -44493,7 +44516,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
BE3E005E-4715-4FE2-9448-49F45E15B61A
预留字段3
Reverse3
@@ -44505,7 +44528,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
C5ADDA06-013D-4671-8A9F-2A4BBB035769
预留字段4
Reverse4
@@ -44517,7 +44540,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
47638E15-E31D-4C81-89B3-20D45FC8D5CD
预留字段5
Reverse5
@@ -44529,7 +44552,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
62326CFB-192F-4A10-AAD2-ECFCC74B1489
预留字段6
Reverse6
@@ -44541,7 +44564,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
54454335-7E26-4583-9CED-35F63F68BBE3
预留字段7
Reverse7
@@ -44553,7 +44576,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
0EB510B9-5519-4DBC-A47F-56439571757B
预留字段8
Reverse8
@@ -44565,7 +44588,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
D5473D59-8EE1-4CBB-8753-443D1B99C938
预留字段9
Reverse9
@@ -44577,7 +44600,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
89BA5980-4DA8-4602-8481-C24A4283643E
预留字段10
Reverse10
@@ -44589,7 +44612,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
896BF59A-75D4-4E31-A422-AFD11E0C1BB6
预留字段I1
ReverseI1
@@ -44601,7 +44624,7 @@ Ghra_staff_InsureBase
0
int
-
+
7039D60D-7075-4523-B0A5-490C7393B79B
预留字段I2
ReverseI2
@@ -44615,7 +44638,7 @@ Ghra_staff_InsureBase
-
+
75123F88-F634-4127-86CF-8751327D3813
Key_1
Key_1
@@ -44624,15 +44647,15 @@ Ghra_staff_InsureBase
1731491242
Administrator
-
+
-
+
-
+
@@ -44646,7 +44669,7 @@ Ghra_staff_InsureBase
招聘参数配置
-
+
FA47EC8A-BE0E-479D-90C5-FC546BA8C0C0
Id
Id
@@ -44661,7 +44684,7 @@ Ghra_staff_InsureBase
-
+
F7C32731-F4DF-4897-8FCC-D97278AF8092
创建人
CreateBy
@@ -44675,7 +44698,7 @@ Ghra_staff_InsureBase
-
+
B652ADD1-B78D-4925-8F37-0CEA9287F3E2
创建时间
CreateTime
@@ -44689,7 +44712,7 @@ Ghra_staff_InsureBase
-
+
19001099-1A92-4EA9-B2EE-6ED180B69705
创建程序
CreateProg
@@ -44701,7 +44724,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
16B84665-C2D8-44B3-8175-20A23EA49623
创建人IP
CreateIP
@@ -44713,7 +44736,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
2223B861-2ADA-400E-A677-81540E434925
修改人
UpdateBy
@@ -44727,7 +44750,7 @@ Ghra_staff_InsureBase
-
+
E754876A-609C-46A9-95FF-B50D19755C8B
修改时间
UpdateTime
@@ -44741,7 +44764,7 @@ Ghra_staff_InsureBase
-
+
F107F837-718A-4A22-BE7C-518B0FD0D423
修改程序
UpdateProg
@@ -44753,7 +44776,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
0E7D5E17-5433-49A1-B2F9-EE3C151B8BED
修改人IP
UpdateIP
@@ -44765,7 +44788,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
ABF1DD8A-C5DC-4A61-A6A3-630198629297
操作日志ID
OperateLogID
@@ -44780,7 +44803,7 @@ Ghra_staff_InsureBase
-
+
9FE929F5-2E63-4D61-A5FF-9BD62A7A97C5
组别ID
GroupId
@@ -44791,7 +44814,7 @@ Ghra_staff_InsureBase
组别ID
bigint
-
+
57F78AFB-0D96-494A-9CB8-0D60322EF4BC
参数名称
ConfigName
@@ -44803,7 +44826,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
C333E4A0-4A12-439F-8350-6CE12C39AA9A
参数代码
ConfigCode
@@ -44815,7 +44838,7 @@ Ghra_staff_InsureBase
nvarchar(64)
64
-
+
D8AD4C14-95A0-497F-8358-4F4575B2C83E
参数值
ConfigValue
@@ -44827,7 +44850,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
ED9914E3-4005-4ABC-A6EF-324FC85FEF1F
参数类型
InputType
@@ -44839,7 +44862,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
ED256434-6EE3-4413-B436-6675E1886170
配置内容
AvailableValue
@@ -44851,7 +44874,7 @@ Ghra_staff_InsureBase
varchar(128)
128
-
+
47360BBE-C832-4E73-895D-827F4AFEC046
排序
Sequence
@@ -44862,7 +44885,7 @@ Ghra_staff_InsureBase
排序
int
-
+
7C32316F-BCE9-4E1B-8693-1B7ABFE02B44
是否多选
IsMultiple
@@ -44874,7 +44897,7 @@ Ghra_staff_InsureBase
0
bit
-
+
325340B7-7DA1-4D04-AB63-11649D13F588
备注
RemarkSz
@@ -44889,7 +44912,7 @@ Ghra_staff_InsureBase
-
+
640A401D-C4D6-487A-BBC0-513809E8772B
默认标志
IsDefault
@@ -44904,7 +44927,7 @@ Ghra_staff_InsureBase
-
+
0DCB6C17-4D72-442F-AF39-0D56BA898648
删除标志
IsEnable
@@ -44919,7 +44942,7 @@ Ghra_staff_InsureBase
-
+
5CF1B577-2965-4C1E-9A4D-B3C183565FC5
预留字段1
Reverse1
@@ -44931,7 +44954,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
4BA485D5-8FC1-40D9-B6C0-B40730083E90
预留字段2
Reverse2
@@ -44943,7 +44966,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
6BB26BB4-671C-4B3B-B4A2-657F5683809B
预留字段3
Reverse3
@@ -44955,7 +44978,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
4802A2BE-2D7C-41B1-BA9D-1DC17B3D2C35
预留字段4
Reverse4
@@ -44967,7 +44990,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
094739BA-9760-4D62-B016-6194B5706559
预留字段5
Reverse5
@@ -44979,7 +45002,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
39B07677-C35C-4BAD-BEA1-00CCC105CFAF
预留字段6
Reverse6
@@ -44991,7 +45014,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
89535125-694A-4206-9585-7B134930107D
预留字段7
Reverse7
@@ -45003,7 +45026,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
96FB59E3-A124-41A2-BFBC-225148B9992C
预留字段8
Reverse8
@@ -45015,7 +45038,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
5BF08E22-B975-41E4-A4E6-C3581033ED60
预留字段9
Reverse9
@@ -45027,7 +45050,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
29701F1F-79F3-46FF-BA16-9A53ACC5FF17
预留字段10
Reverse10
@@ -45039,7 +45062,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
C0394F90-AB3A-458B-A015-FB2A4C7D356D
预留字段I1
ReverseI1
@@ -45051,7 +45074,7 @@ Ghra_staff_InsureBase
0
int
-
+
1DDADD6A-340D-46B8-A846-141B0DD21732
预留字段I2
ReverseI2
@@ -45065,7 +45088,7 @@ Ghra_staff_InsureBase
-
+
5FC887C5-771A-40AE-A2A2-209839F27401
Key_1
Key_1
@@ -45074,15 +45097,15 @@ Ghra_staff_InsureBase
1732774754
Administrator
-
+
-
+
-
+
@@ -45096,7 +45119,7 @@ Ghra_staff_InsureBase
面试评估设定
-
+
87DB0F03-C89E-44C8-B14B-AC8284AC2B13
Id
Id
@@ -45111,7 +45134,7 @@ Ghra_staff_InsureBase
-
+
648E6FF1-AE3F-4734-8DCF-FB9E40F6AE91
创建人
CreateBy
@@ -45125,7 +45148,7 @@ Ghra_staff_InsureBase
-
+
29253780-F7CC-44C8-896A-B04D02A7C4C0
创建时间
CreateTime
@@ -45139,7 +45162,7 @@ Ghra_staff_InsureBase
-
+
B33AD89E-D131-4286-B5E7-7D2ABBB8E382
创建程序
CreateProg
@@ -45151,7 +45174,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
A9B9D05F-9764-4506-A698-6F4515CF9555
创建人IP
CreateIP
@@ -45163,7 +45186,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
7D559B44-FD60-4BAC-8083-AACCE3F7041C
修改人
UpdateBy
@@ -45177,7 +45200,7 @@ Ghra_staff_InsureBase
-
+
764B7D45-D6E6-4C9A-AE39-8B183B4F26E8
修改时间
UpdateTime
@@ -45191,7 +45214,7 @@ Ghra_staff_InsureBase
-
+
687CCD59-23B5-4C98-8307-D8CD80E6869E
修改程序
UpdateProg
@@ -45203,7 +45226,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
A31885EE-8045-474D-B1C5-D952D6F0859D
修改人IP
UpdateIP
@@ -45215,7 +45238,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
F5FCB2F4-42D0-4CBA-AFE9-4307145F8F80
操作日志ID
OperateLogID
@@ -45230,7 +45253,7 @@ Ghra_staff_InsureBase
-
+
78AE16F5-8CB4-4A95-A712-621A7C768FD5
指标分类
ItemClass
@@ -45242,7 +45265,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
C860200C-6507-42FE-965A-DB15B49381BA
指标名称
ItemName
@@ -45254,7 +45277,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
772EE712-1D7B-43AE-B86D-3E7EE74FED53
指标名称_英文
ItemName_EN
@@ -45266,7 +45289,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
A470086C-C13B-49C2-BCF0-71D466AE3CFF
备注
RemarkSz
@@ -45281,7 +45304,7 @@ Ghra_staff_InsureBase
-
+
5F096833-EA04-459A-A21C-D6923D754EF0
默认标志
IsDefault
@@ -45296,7 +45319,7 @@ Ghra_staff_InsureBase
-
+
0951C77A-AE5F-4B7A-91F7-C273F92EBCC7
删除标志
IsEnable
@@ -45311,7 +45334,7 @@ Ghra_staff_InsureBase
-
+
DE93B02D-AE5D-4627-AA0B-143F495CF8B6
预留字段1
Reverse1
@@ -45323,7 +45346,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
A9AFC529-0EB1-4C19-AA7B-11793D06142B
预留字段2
Reverse2
@@ -45335,7 +45358,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
AD009B9B-0F3E-4C75-9784-B26BAF51AA0F
预留字段3
Reverse3
@@ -45347,7 +45370,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
BE25AF14-8355-4246-81A4-3A361D7C946E
预留字段4
Reverse4
@@ -45359,7 +45382,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
3A3ADB34-AA95-4391-8D85-2B5C98A23904
预留字段5
Reverse5
@@ -45371,7 +45394,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
67AB777A-F284-44F3-8FD2-ED1C1EC10648
预留字段6
Reverse6
@@ -45383,7 +45406,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
8AB443B8-FB08-41E9-87E4-82FE3373C168
预留字段7
Reverse7
@@ -45395,7 +45418,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
12FC0135-844C-425F-8F60-76145B0E8BFE
预留字段8
Reverse8
@@ -45407,7 +45430,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
63CC4BFB-A6ED-4D54-BF3B-84B64460328D
预留字段9
Reverse9
@@ -45419,7 +45442,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
4FD43FC9-5504-4243-A3C2-D0A265C69339
预留字段10
Reverse10
@@ -45431,7 +45454,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
100D6B77-7E1B-41DA-8BA9-D02AC4727153
预留字段I1
ReverseI1
@@ -45443,7 +45466,7 @@ Ghra_staff_InsureBase
0
int
-
+
81F27231-F0F1-4CC7-B4F6-B126E662E4D3
预留字段I2
ReverseI2
@@ -45457,7 +45480,7 @@ Ghra_staff_InsureBase
-
+
CD8F62B7-4FE1-4625-A5EF-5981697CB023
Key_1
Key_1
@@ -45466,15 +45489,15 @@ Ghra_staff_InsureBase
1733131926
Administrator
-
+
-
+
-
+
@@ -45488,7 +45511,7 @@ Ghra_staff_InsureBase
面试单评估明细
-
+
836FF715-F44A-474B-B397-0A56F1FE0598
Id
Id
@@ -45503,7 +45526,7 @@ Ghra_staff_InsureBase
-
+
EAF6670A-DDC8-4409-8F74-6F8D5BD83940
创建人
CreateBy
@@ -45517,7 +45540,7 @@ Ghra_staff_InsureBase
-
+
8B9995FB-C350-4597-B1EB-EAAD166DDEC4
创建时间
CreateTime
@@ -45531,7 +45554,7 @@ Ghra_staff_InsureBase
-
+
3748D5CB-CB73-4C46-8407-693F00AD1E1E
创建程序
CreateProg
@@ -45543,7 +45566,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
64260358-E322-45FA-A1AE-B5AF2EFA12AB
创建人IP
CreateIP
@@ -45555,7 +45578,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
938F1C83-C0B2-447C-817C-AC8D71613940
修改人
UpdateBy
@@ -45569,7 +45592,7 @@ Ghra_staff_InsureBase
-
+
78F9518A-428F-4FD4-A86B-5C25B3BDE742
修改时间
UpdateTime
@@ -45583,7 +45606,7 @@ Ghra_staff_InsureBase
-
+
2BB70E4D-35D6-48D3-8317-152C11B8BEDD
修改程序
UpdateProg
@@ -45595,7 +45618,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
FA89CBD0-C1BE-4CFF-991C-6055677FDC02
修改人IP
UpdateIP
@@ -45607,7 +45630,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
652B832D-804C-493F-80C7-63BC649684D2
操作日志ID
OperateLogID
@@ -45622,7 +45645,7 @@ Ghra_staff_InsureBase
-
+
FE4DEBB4-B288-4771-A1B3-CD386FDB816F
面试评估ID
InterviewAssessId
@@ -45633,7 +45656,7 @@ Ghra_staff_InsureBase
面试评估ID
bigint
-
+
7D5054D2-7E4A-4B9B-B481-851540E73104
面试记录ID
InterviewRecordId
@@ -45644,7 +45667,7 @@ Ghra_staff_InsureBase
面试记录ID
bigint
-
+
4AF7BF94-B82B-424D-9431-64995D73A97E
面试官ID
StaffId
@@ -45655,7 +45678,7 @@ Ghra_staff_InsureBase
面试官ID
int
-
+
272EE095-DCA3-4C0E-A007-BAB257666C8D
面试评估设定ID
AssessConfigId
@@ -45667,7 +45690,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
A4321A7C-E6D4-402A-A992-F264BCC599D4
评估内容
AssessContent
@@ -45679,7 +45702,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
2960F7FD-784A-4C16-A8F3-06BD6938A111
状态
Status
@@ -45690,7 +45713,7 @@ Ghra_staff_InsureBase
状态,0:暂存;1:提交
int
-
+
905DA5DD-DB35-4F4C-81C0-7EAD4A8BB4C4
备注
RemarkSz
@@ -45705,7 +45728,7 @@ Ghra_staff_InsureBase
-
+
10DA8D6B-817A-410C-ADFB-F30407CBD1FD
默认标志
IsDefault
@@ -45720,7 +45743,7 @@ Ghra_staff_InsureBase
-
+
56942E01-5188-4A51-B730-43DDE61D1DB2
删除标志
IsEnable
@@ -45735,7 +45758,7 @@ Ghra_staff_InsureBase
-
+
09363B19-13B9-4FB6-828B-5B30EE465454
预留字段1
Reverse1
@@ -45747,7 +45770,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
5679156B-E00A-4C08-A847-F5711E8B7197
预留字段2
Reverse2
@@ -45759,7 +45782,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
61BBDF95-133A-47A3-BF98-8D6E517BA4D5
预留字段3
Reverse3
@@ -45771,7 +45794,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
4E8CF530-A969-4107-9CE2-5E33F5AC6667
预留字段4
Reverse4
@@ -45783,7 +45806,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
87AB8F5E-86F5-4009-B959-9E6E713B2B3A
预留字段5
Reverse5
@@ -45795,7 +45818,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
6067D35D-33A0-4C96-ACEA-8B1EE9F19595
预留字段6
Reverse6
@@ -45807,7 +45830,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
BCEF084B-7F9D-437C-87BA-9F72693B118A
预留字段7
Reverse7
@@ -45819,7 +45842,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
0A93753A-C4B8-40DA-B522-447268BCBBB8
预留字段8
Reverse8
@@ -45831,7 +45854,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
78BADBD8-D2E5-4EC8-9EF8-A867971287A7
预留字段9
Reverse9
@@ -45843,7 +45866,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
352D5F26-128B-486A-8E6C-259C29669665
预留字段10
Reverse10
@@ -45855,7 +45878,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
3EE73C5B-0160-4C34-B110-D46B839BCC44
预留字段I1
ReverseI1
@@ -45867,7 +45890,7 @@ Ghra_staff_InsureBase
0
int
-
+
366A0325-AF3C-4C92-9AA2-2676DEA83339
预留字段I2
ReverseI2
@@ -45881,7 +45904,7 @@ Ghra_staff_InsureBase
-
+
A12BB100-C223-4FCA-A95F-0A40EF40A32F
Key_1
Key_1
@@ -45890,15 +45913,15 @@ Ghra_staff_InsureBase
1733211472
Administrator
-
+
-
+
-
+
@@ -45912,7 +45935,7 @@ Ghra_staff_InsureBase
招聘模板
-
+
9168297F-E593-4137-B2E9-7D51D1568AF3
Id
Id
@@ -45927,7 +45950,7 @@ Ghra_staff_InsureBase
-
+
6BE43AFC-009D-4EE0-92EA-9E0310FFCF93
创建人
CreateBy
@@ -45941,7 +45964,7 @@ Ghra_staff_InsureBase
-
+
C7E0D8CA-67D9-451B-B0C6-BA26BD54E21A
创建时间
CreateTime
@@ -45955,7 +45978,7 @@ Ghra_staff_InsureBase
-
+
654B22E3-E1A5-4227-A9B1-96841957E605
创建程序
CreateProg
@@ -45967,7 +45990,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
4F00B502-D12D-43CC-97E4-491639361A63
创建人IP
CreateIP
@@ -45979,7 +46002,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
330F54B4-D030-43F0-9EC9-FFAE16798438
修改人
UpdateBy
@@ -45993,7 +46016,7 @@ Ghra_staff_InsureBase
-
+
7385F180-A7CE-4BB2-8F6C-330D72D1CE7A
修改时间
UpdateTime
@@ -46007,7 +46030,7 @@ Ghra_staff_InsureBase
-
+
93ABD969-2AB3-41EF-8DEB-9ABBEEE0A955
修改程序
UpdateProg
@@ -46019,7 +46042,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
0B95C609-8732-4AA5-B546-EF8861571224
修改人IP
UpdateIP
@@ -46031,7 +46054,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
D8CE4FCC-6404-4312-8E6E-B8986D68773C
操作日志ID
OperateLogID
@@ -46046,7 +46069,7 @@ Ghra_staff_InsureBase
-
+
24D89A2C-3FF2-4B75-BB54-FD032B6042B7
模板名称
TemplateName
@@ -46058,7 +46081,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
343F0FB3-23DC-4A49-9D0C-F17F96D87356
模板类型
TemplateType
@@ -46070,7 +46093,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
175E6DC4-D5CF-46D1-97DE-73A04BA31CF8
模板内容
TemplateContent
@@ -46084,7 +46107,7 @@ Ghra_staff_InsureBase
-
+
E02354B4-64E4-4F36-AB2B-BCB977243E5C
是否发布
IsPublish
@@ -46096,7 +46119,7 @@ Ghra_staff_InsureBase
0
int
-
+
A752ABE8-ECB7-4836-BED0-43AACE5FB151
备注
RemarkSz
@@ -46111,7 +46134,7 @@ Ghra_staff_InsureBase
-
+
1924051A-4154-454B-BA7C-F2B73B75173D
默认标志
IsDefault
@@ -46126,7 +46149,7 @@ Ghra_staff_InsureBase
-
+
9CCDF16D-4F07-4586-B1FF-5DAA3EB90E48
删除标志
IsEnable
@@ -46141,7 +46164,7 @@ Ghra_staff_InsureBase
-
+
36401937-0309-432E-BD7A-204F60050007
预留字段1
Reverse1
@@ -46153,7 +46176,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
7269039D-1D8D-4C3B-BB83-36A2C9868F69
预留字段2
Reverse2
@@ -46165,7 +46188,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
2BF0E391-110D-46C3-AAAB-37FC90A56313
预留字段3
Reverse3
@@ -46177,7 +46200,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
72A53463-127E-49CF-ADAD-94547C5F705F
预留字段4
Reverse4
@@ -46189,7 +46212,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
42396DB2-8ADB-4F00-B4FA-A794A978A50F
预留字段5
Reverse5
@@ -46201,7 +46224,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
D7EDA53A-9A3B-4618-920D-74EE96E2D7D5
预留字段6
Reverse6
@@ -46213,7 +46236,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
D2C93BF0-3B67-4113-AC97-81F70AD45BD9
预留字段7
Reverse7
@@ -46225,7 +46248,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
66E61D06-893D-4912-A6C0-F36F997AB45A
预留字段8
Reverse8
@@ -46237,7 +46260,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
E18BD41A-7FF3-4C7B-839E-C0944C40FB9A
预留字段9
Reverse9
@@ -46249,7 +46272,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
18F69AB7-FB30-47E6-82E5-A01B3F51F0B1
预留字段10
Reverse10
@@ -46261,7 +46284,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
359470CE-0720-4502-AE21-6714EAF2DAE4
预留字段I1
ReverseI1
@@ -46273,7 +46296,7 @@ Ghra_staff_InsureBase
0
int
-
+
553001ED-15F2-4D72-9722-3ECC3CEB70A4
预留字段I2
ReverseI2
@@ -46287,7 +46310,7 @@ Ghra_staff_InsureBase
-
+
70A47336-B9B7-48D5-A25D-A42AF6749C8E
Key_1
Key_1
@@ -46296,15 +46319,15 @@ Ghra_staff_InsureBase
1733296396
Administrator
-
+
-
+
-
+
@@ -46318,7 +46341,7 @@ Ghra_staff_InsureBase
录用审批单
-
+
EE99C192-DC36-4CB3-921B-E7B04D7DB8B0
Id
Id
@@ -46333,7 +46356,7 @@ Ghra_staff_InsureBase
-
+
3374FA06-C8B9-4A0D-B05C-B19FCF302237
创建人
CreateBy
@@ -46347,7 +46370,7 @@ Ghra_staff_InsureBase
-
+
0D083FAD-842E-4784-BB57-BF6DA6CD911A
创建时间
CreateTime
@@ -46361,7 +46384,7 @@ Ghra_staff_InsureBase
-
+
C2282723-7176-4319-BF00-09C53A706616
创建程序
CreateProg
@@ -46373,7 +46396,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
25141903-9BB6-49D3-8B1A-7C4D177C96BF
创建人IP
CreateIP
@@ -46385,7 +46408,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
2189A2A4-6A5B-423B-9BD8-BBD5B2035EB7
修改人
UpdateBy
@@ -46399,7 +46422,7 @@ Ghra_staff_InsureBase
-
+
05D5B501-22F0-4315-BF52-87954317DBD4
修改时间
UpdateTime
@@ -46413,7 +46436,7 @@ Ghra_staff_InsureBase
-
+
9CABBBD2-4EC7-43B3-A95B-41F7FEAEAE22
修改程序
UpdateProg
@@ -46425,7 +46448,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
1FAAE195-B0B4-476E-B159-6233B2135113
修改人IP
UpdateIP
@@ -46437,7 +46460,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
91E10DAB-3635-4810-A3E5-A621C3071706
操作日志ID
OperateLogID
@@ -46452,7 +46475,7 @@ Ghra_staff_InsureBase
-
+
A7FD51F6-71AB-4032-AF29-2E36D7B6F2D8
简历ID
ResumeId
@@ -46463,7 +46486,7 @@ Ghra_staff_InsureBase
简历ID
bigint
-
+
108D8C77-39A5-478F-B88B-C104EC3CF62D
订单号
OrderNo
@@ -46475,7 +46498,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
399E697E-52B4-465C-8FF1-281D1E52B6F0
公司ID
CompanyId
@@ -46486,7 +46509,7 @@ Ghra_staff_InsureBase
公司ID
int
-
+
002686EB-7F37-4EE2-AE9D-BBE8CDA645A4
部门ID
DeptId
@@ -46497,7 +46520,7 @@ Ghra_staff_InsureBase
录用部门
int
-
+
B82C0A79-3E63-4C5F-BED1-ADFE97616047
岗位ID
TitleId
@@ -46508,7 +46531,7 @@ Ghra_staff_InsureBase
录用岗位
int
-
+
7088D583-A5C5-43BA-BA0C-C8E8DFAECB6E
招聘渠道
Channel
@@ -46520,7 +46543,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
B17C8673-BCED-45CA-9291-564E1937348A
候选人姓名
StaffName
@@ -46532,7 +46555,7 @@ Ghra_staff_InsureBase
nvarchar(64)
64
-
+
55E0C3A9-6369-476B-BA49-399728D624C4
身份证号码
IdCardNo
@@ -46544,7 +46567,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
EDA330E3-C90E-4676-BD37-41C3BE2429AA
预计入职日期
InDate
@@ -46555,7 +46578,7 @@ Ghra_staff_InsureBase
预计入职日期
datetime
-
+
271ECF9C-78C1-4B6B-8C62-48C14EB34AFE
员工类别
StaffType
@@ -46567,7 +46590,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
307C32C1-29DA-4FDD-AFAB-1734F2AE164B
员工类别1
StaffType1
@@ -46579,7 +46602,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
9B6D3E7C-DFF6-4D92-A6D4-7008C130C355
职等
GradeId
@@ -46590,7 +46613,7 @@ Ghra_staff_InsureBase
职等
int
-
+
E6E47C0D-1A8A-4D0A-B32C-C49798B90A3F
职称
JobId
@@ -46601,7 +46624,7 @@ Ghra_staff_InsureBase
职称
int
-
+
7B00143D-1BC7-42A1-ACD5-FEE2D2C88B03
试用期月数
ProbationMonths
@@ -46612,7 +46635,7 @@ Ghra_staff_InsureBase
试用期月数
int
-
+
F10DB1B1-2AA1-417D-A83F-AC57448B4263
汇报对象ID
ReportId
@@ -46623,7 +46646,7 @@ Ghra_staff_InsureBase
汇报对象
int
-
+
2DE522F5-4CB9-4F71-90E7-BAB6A4EE9AE0
岗位职责
JobResponsibility
@@ -46635,7 +46658,7 @@ Ghra_staff_InsureBase
nvarchar(256)
256
-
+
8B948AE4-1DAC-4115-B6B9-88011D793B3D
工作地点
WorkAddress
@@ -46647,7 +46670,7 @@ Ghra_staff_InsureBase
nvarchar(128)
128
-
+
E2565A9A-0105-40A5-BEF8-0B1820016D96
厂区ID
ZoneId
@@ -46658,7 +46681,7 @@ Ghra_staff_InsureBase
厂区ID
int
-
+
A855F4D8-3D40-496B-A200-583E5D00AA41
试用期薪资
ProbationSalary
@@ -46671,7 +46694,7 @@ Ghra_staff_InsureBase
20
2
-
+
9E02B749-321C-40C5-A130-ADD0C55ACE0F
试用期满薪资
ProbationAfterSalary
@@ -46684,7 +46707,7 @@ Ghra_staff_InsureBase
20
2
-
+
34083EB0-E7B7-4B08-96F9-AB212495EEF4
计薪类别ID
PeriodMasterId
@@ -46695,7 +46718,7 @@ Ghra_staff_InsureBase
计薪类别ID
int
-
+
E25E5A6E-E61D-4A98-8F0E-9062F88DE86B
发起时间
ApplyTime
@@ -46706,7 +46729,7 @@ Ghra_staff_InsureBase
发起时间
datetime
-
+
BC33542C-E75A-4DF8-9AB6-D913EF07E2E8
发起人ID
ApplicantId
@@ -46717,7 +46740,7 @@ Ghra_staff_InsureBase
发起人ID
int
-
+
1B1388A4-13C4-444F-8B1F-5A42B528F302
WorkID
WorkID
@@ -46728,7 +46751,7 @@ Ghra_staff_InsureBase
WorkID
int
-
+
C04DA1FD-CD09-4D6E-B518-70D99E9B4F84
WorkNo
WorkNo
@@ -46740,7 +46763,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
C1B21FF7-11F4-44B2-89BF-00248A933B78
ToDoType
ToDoType
@@ -46752,7 +46775,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
AEC95CDA-B2DD-42A4-AC87-0CAF8D01809F
BatchSID
BatchSID
@@ -46764,7 +46787,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
7DF6E7D3-4DF1-46E0-8374-DE6871205050
WorkState
WorkState
@@ -46775,7 +46798,7 @@ Ghra_staff_InsureBase
WorkState
int
-
+
7782C060-DCC7-4ED6-8173-68482362CE35
ShiftID
ShiftID
@@ -46786,7 +46809,7 @@ Ghra_staff_InsureBase
ShiftID
int
-
+
BD30CC11-4B09-44AF-BF2C-1A0A2CA7B52B
ConfirmUserID
ConfirmUserID
@@ -46797,7 +46820,7 @@ Ghra_staff_InsureBase
ConfirmUserID
int
-
+
61E36943-7E79-4337-986D-CAD3D60FA221
ConfirmTime
ConfirmTime
@@ -46808,7 +46831,7 @@ Ghra_staff_InsureBase
ConfirmTime
datetime
-
+
93A33AEB-D808-4B40-A7FC-C37DC525AC47
ConfirmComment
ConfirmComment
@@ -46820,7 +46843,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
03CE0806-4DB3-4AE1-AC93-0FCDD3727C1E
同意人
AgreeUserId
@@ -46831,7 +46854,7 @@ Ghra_staff_InsureBase
同意人
bigint
-
+
E9DEB1B1-2C78-4F45-81E9-F4A38CF4F768
同意时间
AgreeTime
@@ -46842,7 +46865,7 @@ Ghra_staff_InsureBase
同意时间
datetime
-
+
B4636FAD-307A-46F1-A875-D21C9FD43CF7
同意理由
AgreeReason
@@ -46854,7 +46877,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
69197627-D79B-4EBD-A898-FEE55CA28E09
拒绝人
RefuseUserId
@@ -46865,7 +46888,7 @@ Ghra_staff_InsureBase
拒绝人
bigint
-
+
D6BB3F2C-0C51-407D-A713-B624803FDEBE
拒绝时间
RefuseTime
@@ -46876,7 +46899,7 @@ Ghra_staff_InsureBase
拒绝时间
datetime
-
+
CC4A6FFC-1C6B-421D-8B2E-4FBFA646FF66
拒绝理由
RefuseReason
@@ -46888,7 +46911,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
A798958A-544A-4D70-A706-E168A903912C
备注
RemarkSz
@@ -46903,7 +46926,7 @@ Ghra_staff_InsureBase
-
+
D5ECA7E2-F64D-4ABB-8BF7-C2017108A06F
默认标志
IsDefault
@@ -46918,7 +46941,7 @@ Ghra_staff_InsureBase
-
+
BC9646F7-8C4B-4218-A971-F142E010C560
删除标志
IsEnable
@@ -46933,7 +46956,7 @@ Ghra_staff_InsureBase
-
+
92C0ADA9-C1CD-4A7D-8B8A-94BECF54CEBE
预留字段1
Reverse1
@@ -46945,7 +46968,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
9D5372F1-7099-474D-A7CF-41C79E63E2B7
预留字段2
Reverse2
@@ -46957,7 +46980,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
38FBAD5B-07BC-407F-A825-F2120FE4FDE9
预留字段3
Reverse3
@@ -46969,7 +46992,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
C82E1066-A81A-4995-8471-A0A365CF95F1
预留字段4
Reverse4
@@ -46981,7 +47004,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
BE9592E4-0998-4530-9469-144337ECB621
预留字段5
Reverse5
@@ -46993,7 +47016,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
1D3326A6-F974-4F27-9825-A7CFA6F4BDFA
预留字段6
Reverse6
@@ -47005,7 +47028,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
98289D41-61FF-4ACF-8D18-F271232C6C7A
预留字段7
Reverse7
@@ -47017,7 +47040,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
9EACD3E4-E191-48C5-8A8A-F23C7CD54242
预留字段8
Reverse8
@@ -47029,7 +47052,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
0A2CF35D-DBC3-44EC-802A-9EB42D16FC2B
预留字段9
Reverse9
@@ -47041,7 +47064,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
10C68F99-12F8-48B5-9680-6ABA363D0F10
预留字段10
Reverse10
@@ -47053,7 +47076,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
D39F306D-6715-414C-8B34-42E7716DBC6A
预留字段I1
ReverseI1
@@ -47065,7 +47088,7 @@ Ghra_staff_InsureBase
0
int
-
+
0A003268-5D1E-4CF8-AC19-225EF12AE93C
预留字段I2
ReverseI2
@@ -47079,7 +47102,7 @@ Ghra_staff_InsureBase
-
+
C3D0963C-D2ED-437A-91A0-12CD84C53E99
Key_1
Key_1
@@ -47088,15 +47111,15 @@ Ghra_staff_InsureBase
1733368122
Administrator
-
+
-
+
-
+
@@ -47110,7 +47133,7 @@ Ghra_staff_InsureBase
录用审批单薪资
-
+
7B31109F-0C6F-4298-B1EB-5232F190866B
Id
Id
@@ -47125,7 +47148,7 @@ Ghra_staff_InsureBase
-
+
0D0C8C92-901C-4EA6-87C9-5B416CCC13FA
创建人
CreateBy
@@ -47139,7 +47162,7 @@ Ghra_staff_InsureBase
-
+
8DA5250A-AC53-4602-8D18-B1B2FE6A425F
创建时间
CreateTime
@@ -47153,7 +47176,7 @@ Ghra_staff_InsureBase
-
+
A1F13E37-4F07-483E-9703-FB7B4C624F5B
创建程序
CreateProg
@@ -47165,7 +47188,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
7D13B491-BEE0-44D9-804A-B8A78113BCD3
创建人IP
CreateIP
@@ -47177,7 +47200,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
BF283B3A-93D3-4258-833D-264C94DF7C1E
修改人
UpdateBy
@@ -47191,7 +47214,7 @@ Ghra_staff_InsureBase
-
+
410549EA-AD10-493D-BEFA-B06A213746AA
修改时间
UpdateTime
@@ -47205,7 +47228,7 @@ Ghra_staff_InsureBase
-
+
A1B984B4-15FD-4818-9EF6-0B8879A80A0C
修改程序
UpdateProg
@@ -47217,7 +47240,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
3DFB9C96-1EC4-4954-8DBE-83893AF1398F
修改人IP
UpdateIP
@@ -47229,7 +47252,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
5350B026-AEB2-4362-B6AB-F9FF79427D1E
操作日志ID
OperateLogID
@@ -47244,7 +47267,7 @@ Ghra_staff_InsureBase
-
+
CB0F8AC1-F91B-4903-A8A9-7E42A76EB36B
订单ID
OrderId
@@ -47255,7 +47278,7 @@ Ghra_staff_InsureBase
面试评估ID
bigint
-
+
40E44D7A-9B29-464C-B450-533095777240
项目ID
SalaryItemId
@@ -47266,7 +47289,7 @@ Ghra_staff_InsureBase
项目
int
-
+
1AAEE4F9-B051-46BB-AC23-5051DDA898E6
金额
Amount
@@ -47279,7 +47302,7 @@ Ghra_staff_InsureBase
20
2
-
+
D10D6A96-0081-4598-A686-955346442DF7
币别ID
CurrencyId
@@ -47290,7 +47313,7 @@ Ghra_staff_InsureBase
币别
int
-
+
6FE55493-43FB-451D-9045-8BCB6598A66F
备注
RemarkSz
@@ -47305,7 +47328,7 @@ Ghra_staff_InsureBase
-
+
927D05D9-A025-4113-81E8-900B4027A834
默认标志
IsDefault
@@ -47320,7 +47343,7 @@ Ghra_staff_InsureBase
-
+
FAD1F770-ED1F-42DF-B697-DF7A8C90C219
删除标志
IsEnable
@@ -47335,7 +47358,7 @@ Ghra_staff_InsureBase
-
+
8A343D29-ACF4-46AC-91F4-E2B44B4356E5
预留字段1
Reverse1
@@ -47347,7 +47370,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
74C009B4-E9D6-4664-80D2-B36981A262E7
预留字段2
Reverse2
@@ -47359,7 +47382,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
40673B7A-B358-4B6A-B25C-11FF408D99DB
预留字段3
Reverse3
@@ -47371,7 +47394,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
4D9EDF48-B0B5-467C-8F9A-43E9DCE5F9BA
预留字段4
Reverse4
@@ -47383,7 +47406,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
452AB635-25E6-4881-A1EB-BA2AFEEEF948
预留字段5
Reverse5
@@ -47395,7 +47418,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
ECA1A5A1-F5EA-4EF4-A61D-0EAD1D3400A3
预留字段6
Reverse6
@@ -47407,7 +47430,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
4EEB3B47-DDFE-42B7-AC15-9454188DF0EF
预留字段7
Reverse7
@@ -47419,7 +47442,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
C16A1CFB-73B7-4394-BED8-1EAFC8AE6029
预留字段8
Reverse8
@@ -47431,7 +47454,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
F269C583-72CE-4678-93F5-5769125B8382
预留字段9
Reverse9
@@ -47443,7 +47466,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
69815666-FB8B-4D01-90BD-6B69156A672A
预留字段10
Reverse10
@@ -47455,7 +47478,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
AF5046CF-D40A-4A02-9A2A-FABF5AC5AFA3
预留字段I1
ReverseI1
@@ -47467,7 +47490,7 @@ Ghra_staff_InsureBase
0
int
-
+
EBF9CFD5-4907-473C-B039-D7798A35DDE3
预留字段I2
ReverseI2
@@ -47481,7 +47504,7 @@ Ghra_staff_InsureBase
-
+
4E369AB2-E8D2-4C6A-B54D-A4D6C1E79022
Key_1
Key_1
@@ -47490,15 +47513,15 @@ Ghra_staff_InsureBase
1733369817
Administrator
-
+
-
+
-
+
@@ -47512,7 +47535,7 @@ Ghra_staff_InsureBase
年度人力配置
-
+
A244881F-1AF1-4885-90FB-D3F0E8D395E3
Id
Id
@@ -47527,7 +47550,7 @@ Ghra_staff_InsureBase
-
+
324A9595-C422-41EC-9B38-C3A5A7F89D50
创建人
CreateBy
@@ -47541,7 +47564,7 @@ Ghra_staff_InsureBase
-
+
1DE30191-6CFB-4DAB-8882-C818D40D9F34
创建时间
CreateTime
@@ -47555,7 +47578,7 @@ Ghra_staff_InsureBase
-
+
5948FD15-D6C1-4B78-A395-FB974253450B
创建程序
CreateProg
@@ -47567,7 +47590,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
BB723FA6-C5EB-4404-8D53-A4E4DD0B7A78
创建人IP
CreateIP
@@ -47579,7 +47602,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
824CD0F9-72D0-4694-B06B-FBB0E20D883C
修改人
UpdateBy
@@ -47593,7 +47616,7 @@ Ghra_staff_InsureBase
-
+
3FD81D67-F2CC-498A-82A6-15F228FA7D58
修改时间
UpdateTime
@@ -47607,7 +47630,7 @@ Ghra_staff_InsureBase
-
+
8CDE2419-5F2E-4C05-B59D-19B07B4A40C9
修改程序
UpdateProg
@@ -47619,7 +47642,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
4A3F150E-11EF-4D7C-9F6F-D9924D4506AD
修改人IP
UpdateIP
@@ -47631,7 +47654,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
6DC317A6-23CD-4749-8B55-C494118C6B8A
操作日志ID
OperateLogID
@@ -47646,7 +47669,7 @@ Ghra_staff_InsureBase
-
+
F0A1D5BC-0BAB-4625-9F7B-31D2919526F8
年度
Year
@@ -47657,7 +47680,7 @@ Ghra_staff_InsureBase
年度
int
-
+
920F13C1-7C12-405F-97F8-B7E40F05EE28
发起时间
ApplicantTime
@@ -47668,7 +47691,7 @@ Ghra_staff_InsureBase
发起时间
datetime
-
+
58F1761C-CD68-4BAC-A60F-84619918E0D4
发起人ID
ApplicantId
@@ -47679,7 +47702,7 @@ Ghra_staff_InsureBase
发起人ID
int
-
+
E3325347-96FD-4DEA-A06D-003F1E59BB62
WorkID
WorkID
@@ -47690,7 +47713,7 @@ Ghra_staff_InsureBase
WorkID
int
-
+
0BA1A962-A20A-42D4-B3B6-46AC9FF1A153
WorkNo
WorkNo
@@ -47702,7 +47725,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
8DB4298B-35D5-4C28-94B1-AC06AA888591
ToDoType
ToDoType
@@ -47714,7 +47737,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
A3C74F51-D4D1-4C79-83EF-5A06E0D4CD4E
BatchSID
BatchSID
@@ -47726,7 +47749,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
EB7FEE1A-603B-4CFF-B2A2-474E1D680955
WorkState
WorkState
@@ -47737,7 +47760,7 @@ Ghra_staff_InsureBase
WorkState
int
-
+
614EF087-E1A9-4DE8-893D-DC891C78AAB4
ShiftID
ShiftID
@@ -47748,7 +47771,7 @@ Ghra_staff_InsureBase
ShiftID
int
-
+
8E7BCC81-17A2-4A68-A9E7-706445603F57
ConfirmUserID
ConfirmUserID
@@ -47759,7 +47782,7 @@ Ghra_staff_InsureBase
ConfirmUserID
int
-
+
C8A90441-3044-4BAF-83B8-ADDC608BD480
ConfirmTime
ConfirmTime
@@ -47770,7 +47793,7 @@ Ghra_staff_InsureBase
ConfirmTime
datetime
-
+
8496F35B-C20A-4420-8B7B-73C70A7C2417
ConfirmComment
ConfirmComment
@@ -47782,7 +47805,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
0789F408-0235-4AF4-8046-AF58A468372A
同意人
AgreeUserId
@@ -47793,7 +47816,7 @@ Ghra_staff_InsureBase
同意人
bigint
-
+
A22644E2-B001-4021-9565-486D57D669CC
同意时间
AgreeTime
@@ -47804,7 +47827,7 @@ Ghra_staff_InsureBase
同意时间
datetime
-
+
95BFFF76-D2EA-49C9-A89D-1E2699A4A83D
同意理由
AgreeReason
@@ -47816,7 +47839,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
8510B308-B76E-4404-A86B-5EF0959023C5
拒绝人
RefuseUserId
@@ -47827,7 +47850,7 @@ Ghra_staff_InsureBase
拒绝人
bigint
-
+
7CFB49FD-120F-464C-B739-5E3A1100C152
拒绝时间
RefuseTime
@@ -47838,7 +47861,7 @@ Ghra_staff_InsureBase
拒绝时间
datetime
-
+
F7528809-CE8B-4011-8A53-4A3A1E1727D1
拒绝理由
RefuseReason
@@ -47850,7 +47873,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
714CDD0A-9175-4AD0-8073-8E339F785393
备注
RemarkSz
@@ -47865,7 +47888,7 @@ Ghra_staff_InsureBase
-
+
182D1902-4B79-41C8-AA51-53DA64202785
默认标志
IsDefault
@@ -47880,7 +47903,7 @@ Ghra_staff_InsureBase
-
+
F8BDCED5-A5F8-4378-9FAE-4C01B6CE6558
删除标志
IsEnable
@@ -47895,7 +47918,7 @@ Ghra_staff_InsureBase
-
+
25A3D194-10FF-41AB-8758-869C57EF647D
预留字段1
Reverse1
@@ -47907,7 +47930,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
0E6E25EE-FE23-4EFA-8A41-77FCD6D5235E
预留字段2
Reverse2
@@ -47919,7 +47942,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
98263A6D-22C5-47DF-9F22-2866280765FB
预留字段3
Reverse3
@@ -47931,7 +47954,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
DFD64558-76B1-4412-AE32-CEF11166B3D2
预留字段4
Reverse4
@@ -47943,7 +47966,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
CA6B77FE-306A-45BE-98C2-D395D2F8E168
预留字段5
Reverse5
@@ -47955,7 +47978,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
2093792B-6A23-4659-A528-75DFBF4404AA
预留字段6
Reverse6
@@ -47967,7 +47990,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
4C11E538-4CC1-4C70-B34A-FAA1F5D0C890
预留字段7
Reverse7
@@ -47979,7 +48002,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
BA8DD553-5846-45AF-AEFD-66DB00AAF41A
预留字段8
Reverse8
@@ -47991,7 +48014,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
A595E19F-4184-4764-AA8E-CF27B5121ECA
预留字段9
Reverse9
@@ -48003,7 +48026,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
DAECA6DB-236C-4573-A76D-7D9EBB5A23BA
预留字段10
Reverse10
@@ -48015,7 +48038,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
2F81DD61-7274-40E6-B9D2-FA6359040A72
预留字段I1
ReverseI1
@@ -48027,7 +48050,7 @@ Ghra_staff_InsureBase
0
int
-
+
CCF1C926-D057-41D5-B8CC-60D8E5FF497E
预留字段I2
ReverseI2
@@ -48041,7 +48064,7 @@ Ghra_staff_InsureBase
-
+
B5AF6E79-00E2-4A24-A400-05D20C1C3C61
Key_1
Key_1
@@ -48050,15 +48073,15 @@ Ghra_staff_InsureBase
1733909430
Administrator
-
+
-
+
-
+
@@ -48072,7 +48095,7 @@ Ghra_staff_InsureBase
人力需求维护明细
-
+
80FF69BD-9C90-416C-9354-A1E631988264
Id
Id
@@ -48087,7 +48110,7 @@ Ghra_staff_InsureBase
-
+
67C0E5EB-71D5-4C72-9551-B82DCBC59ACC
创建人
CreateBy
@@ -48101,7 +48124,7 @@ Ghra_staff_InsureBase
-
+
49F641DD-FD55-4DA0-9064-35A10B094C45
创建时间
CreateTime
@@ -48115,7 +48138,7 @@ Ghra_staff_InsureBase
-
+
DF9ECF59-6639-42B2-9716-27C6B20DBC9E
创建程序
CreateProg
@@ -48127,7 +48150,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
AFCC78D1-C01C-408E-A574-909F07224686
创建人IP
CreateIP
@@ -48139,7 +48162,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
E61D8748-58D6-4CE5-BD47-BC48E3EC055E
修改人
UpdateBy
@@ -48153,7 +48176,7 @@ Ghra_staff_InsureBase
-
+
8A728B36-6812-49E3-87D7-E89D0544FBC1
修改时间
UpdateTime
@@ -48167,7 +48190,7 @@ Ghra_staff_InsureBase
-
+
179145A0-E6D3-4ACF-A467-E8591833B917
修改程序
UpdateProg
@@ -48179,7 +48202,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
B80584D9-A8B3-49F8-BFF6-9FCF2003EA13
修改人IP
UpdateIP
@@ -48191,7 +48214,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
7439FA43-8B80-4F89-97DA-0E662C472EB1
操作日志ID
OperateLogID
@@ -48206,7 +48229,7 @@ Ghra_staff_InsureBase
-
+
2D8476FF-435F-4AAA-9893-D29501A76754
需求ID
RequestId
@@ -48217,7 +48240,7 @@ Ghra_staff_InsureBase
需求ID
bigint
-
+
896CFBBA-3B30-410D-884B-8E99A569B5F3
来源
Source
@@ -48229,7 +48252,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
93D353FF-13D6-4353-A8B4-8B5A7C09FDB3
明细名
DetailName
@@ -48241,7 +48264,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
854B7979-9CA6-4B1B-A82B-A3B0B5C70057
明细值
DetailValue
@@ -48253,7 +48276,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
812337B5-CFD3-4437-9110-E4276D432E0C
备注
RemarkSz
@@ -48268,7 +48291,7 @@ Ghra_staff_InsureBase
-
+
F68491EE-5AFF-4269-9C5E-6FB55DB69C6C
默认标志
IsDefault
@@ -48283,7 +48306,7 @@ Ghra_staff_InsureBase
-
+
DEC9D2AF-6E7D-49F1-8342-C9981A867DA1
删除标志
IsEnable
@@ -48298,7 +48321,7 @@ Ghra_staff_InsureBase
-
+
7595FBC7-F1E6-4822-9FEA-0FEA663492EE
预留字段1
Reverse1
@@ -48310,7 +48333,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
EA024007-2C05-4C7F-A2EE-7AC360139467
预留字段2
Reverse2
@@ -48322,7 +48345,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
2CBB4D82-68FF-4FE0-BB41-D6C3717A237F
预留字段3
Reverse3
@@ -48334,7 +48357,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
DD5A9892-2C9F-4AE4-8EA0-AAF6EEF334DA
预留字段4
Reverse4
@@ -48346,7 +48369,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
2AAD306C-0E91-4E3A-8441-EE5C4799EF37
预留字段5
Reverse5
@@ -48358,7 +48381,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
317CA93F-201E-46C8-AEBC-3AC08A1733CD
预留字段6
Reverse6
@@ -48370,7 +48393,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
913FB83D-9C0D-4EF0-AE9C-B0C76774855E
预留字段7
Reverse7
@@ -48382,7 +48405,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
4F77C15A-6349-4025-9A73-18B2D0E47646
预留字段8
Reverse8
@@ -48394,7 +48417,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
857DD617-3247-4D19-B50D-07F77FC191B8
预留字段9
Reverse9
@@ -48406,7 +48429,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
E910B4BD-4BA8-4E9F-8945-D28316302C2F
预留字段10
Reverse10
@@ -48418,7 +48441,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
08CEB870-A854-4BBB-BD3D-DFDEA4D44448
预留字段I1
ReverseI1
@@ -48430,7 +48453,7 @@ Ghra_staff_InsureBase
0
int
-
+
EEB40523-CD9B-438E-9362-58AC6D6A916A
预留字段I2
ReverseI2
@@ -48444,7 +48467,7 @@ Ghra_staff_InsureBase
-
+
CA6554A1-C57B-4359-BAC8-C39CA4FB1C5B
Key_1
Key_1
@@ -48453,15 +48476,15 @@ Ghra_staff_InsureBase
1734427811
Administrator
-
+
-
+
-
+
@@ -48475,7 +48498,7 @@ Ghra_staff_InsureBase
培训记录明细
-
+
8B0BBAAF-938C-4A59-BC6C-8BAC06765805
Id
Id
@@ -48490,7 +48513,7 @@ Ghra_staff_InsureBase
-
+
CCCE5408-3475-47E5-901A-0BD646739C46
创建人
CreateBy
@@ -48504,7 +48527,7 @@ Ghra_staff_InsureBase
-
+
58E4B42F-5CEC-4B8C-902F-C9B8FBC17D45
创建时间
CreateTime
@@ -48518,7 +48541,7 @@ Ghra_staff_InsureBase
-
+
8A783C8D-09A6-4D85-A0ED-EFA566A8BA65
创建程序
CreateProg
@@ -48530,7 +48553,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
6E349EAE-E98D-4BC0-AC57-262B71EA0D81
创建人IP
CreateIP
@@ -48542,7 +48565,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
D4087224-A836-4389-8373-FD1BFE4F4BCF
修改人
UpdateBy
@@ -48556,7 +48579,7 @@ Ghra_staff_InsureBase
-
+
6A31F929-4D48-4F63-8380-617ADFB61D97
修改时间
UpdateTime
@@ -48570,7 +48593,7 @@ Ghra_staff_InsureBase
-
+
D23C8920-A3D5-4BCD-8A7C-2B06C3FDF35D
修改程序
UpdateProg
@@ -48582,7 +48605,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
BCB819E7-843F-4C14-8002-D41AAB9843E5
修改人IP
UpdateIP
@@ -48594,7 +48617,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
04D712D7-184E-4EC4-ACDD-EEC2B1BFC7E1
操作日志ID
OperateLogID
@@ -48609,7 +48632,7 @@ Ghra_staff_InsureBase
-
+
4FC8AFE0-A732-4F33-94B5-3FF4F9E66A7C
学习记录ID
StudyRecordId
@@ -48620,7 +48643,7 @@ Ghra_staff_InsureBase
学习记录ID
bigint
-
+
D3678796-1C7C-4D00-A16F-5959F4F63C53
员工ID
StaffId
@@ -48631,7 +48654,7 @@ Ghra_staff_InsureBase
员工ID
int
-
+
305BEE21-86F8-4E33-AA38-2498AEF57435
课件ID
CourseWareId
@@ -48642,7 +48665,7 @@ Ghra_staff_InsureBase
课件ID
bigint
-
+
DE33BB7F-90B3-4394-9344-CABDB003E535
附件ID
CourseWareAttachmentId
@@ -48653,7 +48676,7 @@ Ghra_staff_InsureBase
附件ID
bigint
-
+
7E31E5B1-5FF6-40F6-BBBA-B9E7064BF2AE
学习时长
StudyDuration
@@ -48666,7 +48689,7 @@ Ghra_staff_InsureBase
20
2
-
+
C1C02AD6-66DA-4917-95F3-AAAB6985E7D6
备注
RemarkSz
@@ -48681,7 +48704,7 @@ Ghra_staff_InsureBase
-
+
4613C5D6-F97E-4F01-89EB-99C0736F153C
默认标志
IsDefault
@@ -48696,7 +48719,7 @@ Ghra_staff_InsureBase
-
+
C56CB457-36E6-47F5-B1E9-89F1BA06E3F6
删除标志
IsEnable
@@ -48711,7 +48734,7 @@ Ghra_staff_InsureBase
-
+
26F14C34-A04C-41E6-80EC-5C6613296D40
预留字段1
Reverse1
@@ -48723,7 +48746,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
FEFCFA50-0813-4D90-B267-E3C4C94395ED
预留字段2
Reverse2
@@ -48735,7 +48758,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
122DAAFE-7CEC-4E25-BCA1-F9DD8CE81B99
预留字段3
Reverse3
@@ -48747,7 +48770,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
DB6494C8-E9A0-446E-8F8A-CC276A607155
预留字段4
Reverse4
@@ -48759,7 +48782,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
F033ECAF-3436-4AA3-88E2-453EDF9CB17E
预留字段5
Reverse5
@@ -48771,7 +48794,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
1FCDD31D-F30B-4C22-8FA4-DB4BEB73541A
预留字段6
Reverse6
@@ -48783,7 +48806,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
37E64BCD-A115-4103-B6F2-588C9C23CF53
预留字段7
Reverse7
@@ -48795,7 +48818,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
90C221C8-0BE6-4014-9687-07CB2D9162D4
预留字段8
Reverse8
@@ -48807,7 +48830,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
CF229604-6CF4-48EE-98DA-33974841A0A4
预留字段9
Reverse9
@@ -48819,7 +48842,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
DAF3DF4D-8507-46B5-8736-38F18054EB84
预留字段10
Reverse10
@@ -48831,7 +48854,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
99988955-D91E-460A-9B41-4581DA3BADD5
预留字段I1
ReverseI1
@@ -48843,7 +48866,7 @@ Ghra_staff_InsureBase
0
int
-
+
53BA085F-951D-40EC-A86A-65B772FFDCE0
预留字段I2
ReverseI2
@@ -48857,7 +48880,7 @@ Ghra_staff_InsureBase
-
+
C4D18CFE-21A7-4D5D-A315-905B154C70DB
Key_1
Key_1
@@ -48866,15 +48889,15 @@ Ghra_staff_InsureBase
1737080349
Administrator
-
+
-
+
-
+
@@ -48888,7 +48911,7 @@ Ghra_staff_InsureBase
参数配置组
-
+
7E80AE45-A1CE-4B8A-90DA-4E42AF71F604
Id
Id
@@ -48903,7 +48926,7 @@ Ghra_staff_InsureBase
-
+
BEAAB2B5-2742-4732-B3C3-E67FFB04F450
创建人
CreateBy
@@ -48917,7 +48940,7 @@ Ghra_staff_InsureBase
-
+
FE526C20-1869-4529-BF61-95D8024BBF39
创建时间
CreateTime
@@ -48931,7 +48954,7 @@ Ghra_staff_InsureBase
-
+
F3DF9F87-03F5-49BC-9840-B8F615E90E5C
创建程序
CreateProg
@@ -48943,7 +48966,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
E47DD29F-746D-4EDD-BB5B-E09A9A211D08
创建人IP
CreateIP
@@ -48955,7 +48978,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
0B421323-F857-4DBE-BB46-2F2AA3D45E1A
修改人
UpdateBy
@@ -48969,7 +48992,7 @@ Ghra_staff_InsureBase
-
+
4C8C243F-237A-4C80-8F33-85BEE73F7293
修改时间
UpdateTime
@@ -48983,7 +49006,7 @@ Ghra_staff_InsureBase
-
+
3C3AAE42-9B38-4E7D-BCC5-5E1D04AE7563
修改程序
UpdateProg
@@ -48995,7 +49018,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
DE57F569-8A25-4456-A26E-975A0A495FD4
修改人IP
UpdateIP
@@ -49007,7 +49030,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
80260B0C-58E2-478D-B4A9-3E2AF1781808
操作日志ID
OperateLogID
@@ -49022,7 +49045,7 @@ Ghra_staff_InsureBase
-
+
0E779C71-33C5-4500-9957-F7D5F00E72E5
参数名称
GroupName
@@ -49034,7 +49057,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
58E4B17C-8A1F-4F99-9528-58209C53BCE6
排序
SortNo
@@ -49045,7 +49068,7 @@ Ghra_staff_InsureBase
排序
int
-
+
E046BC44-E7F5-42FF-B9A0-FDC3A1F3593E
备注
RemarkSz
@@ -49060,7 +49083,7 @@ Ghra_staff_InsureBase
-
+
2359E0C8-E23C-4D23-A9D8-C2AE66D8B7F5
默认标志
IsDefault
@@ -49075,7 +49098,7 @@ Ghra_staff_InsureBase
-
+
8DA88C5A-A411-4FB9-911C-C6F42A9D4C48
删除标志
IsEnable
@@ -49090,7 +49113,7 @@ Ghra_staff_InsureBase
-
+
0620973B-3091-4B06-BABF-E2AFBE150B52
预留字段1
Reverse1
@@ -49102,7 +49125,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
C2BA7CE3-428F-42D8-93D0-26F17F63642A
预留字段2
Reverse2
@@ -49114,7 +49137,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
B86CF650-165F-4C42-A244-AE4A72B3179B
预留字段3
Reverse3
@@ -49126,7 +49149,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
A68E4174-6DA9-46F2-A66F-155CE9A365AA
预留字段4
Reverse4
@@ -49138,7 +49161,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
688A84EB-EAAD-4F32-90C3-F562B53CD3C9
预留字段5
Reverse5
@@ -49150,7 +49173,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
284B2A9B-6BC0-4161-9D9E-CB16AF1B7AC1
预留字段6
Reverse6
@@ -49162,7 +49185,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
EBC433E6-BD3B-4D9A-BC67-45485A2C0254
预留字段7
Reverse7
@@ -49174,7 +49197,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
87040A83-4845-4620-AB74-761A04E89879
预留字段8
Reverse8
@@ -49186,7 +49209,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
F97620AA-A06B-4129-A6F9-5DFF214F5A21
预留字段9
Reverse9
@@ -49198,7 +49221,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
40E2529F-A22F-4AA0-A5BE-2B8760A74A22
预留字段10
Reverse10
@@ -49210,7 +49233,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
943B4024-BC6B-49B0-8B5C-2443C45A048B
预留字段I1
ReverseI1
@@ -49222,7 +49245,7 @@ Ghra_staff_InsureBase
0
int
-
+
91F1A9D6-3CFA-4B43-A92F-C7FEE2A68718
预留字段I2
ReverseI2
@@ -49236,7 +49259,7 @@ Ghra_staff_InsureBase
-
+
00D997D7-2981-490A-B396-EFE334083097
Key_1
Key_1
@@ -49245,15 +49268,15 @@ Ghra_staff_InsureBase
1737085179
Administrator
-
+
-
+
-
+
@@ -49267,7 +49290,7 @@ Ghra_staff_InsureBase
招聘参数配置组
-
+
76628D84-E1AB-4F83-8C99-53FE17EBE9A9
Id
Id
@@ -49282,7 +49305,7 @@ Ghra_staff_InsureBase
-
+
A669D7C9-503D-42C1-AA5E-6AE587530A42
创建人
CreateBy
@@ -49296,7 +49319,7 @@ Ghra_staff_InsureBase
-
+
AAB0D952-AEE5-4D8C-A217-176E69FE2358
创建时间
CreateTime
@@ -49310,7 +49333,7 @@ Ghra_staff_InsureBase
-
+
2D117C55-7533-4C34-8823-795ACBF708E4
创建程序
CreateProg
@@ -49322,7 +49345,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
148FA5AB-E308-4BFA-8DE2-3F45502CC36F
创建人IP
CreateIP
@@ -49334,7 +49357,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
09960A36-76F3-41DA-8372-33A7CB385556
修改人
UpdateBy
@@ -49348,7 +49371,7 @@ Ghra_staff_InsureBase
-
+
223E0F55-6826-49DD-BF04-77D2333429C4
修改时间
UpdateTime
@@ -49362,7 +49385,7 @@ Ghra_staff_InsureBase
-
+
8CFD3DA7-E15D-4006-9179-4D2DC5CD60E6
修改程序
UpdateProg
@@ -49374,7 +49397,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
A8561CB6-7673-4382-8A20-16B4FF94AFE2
修改人IP
UpdateIP
@@ -49386,7 +49409,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
A1563E22-56AC-4A29-B2C3-D5F659C7BA84
操作日志ID
OperateLogID
@@ -49401,7 +49424,7 @@ Ghra_staff_InsureBase
-
+
52F380C8-DC3F-4F78-A40C-30BC146F43FE
参数名称
GroupName
@@ -49413,7 +49436,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
F9BB8757-5D52-4FA5-BEAA-21C4C534BA7E
排序
SortNo
@@ -49424,7 +49447,7 @@ Ghra_staff_InsureBase
排序
int
-
+
EE19BA79-2AFF-41A8-A2FF-D64AB458BB7F
备注
RemarkSz
@@ -49439,7 +49462,7 @@ Ghra_staff_InsureBase
-
+
52C39ACD-9514-48F3-84FF-97DE65B8A776
默认标志
IsDefault
@@ -49454,7 +49477,7 @@ Ghra_staff_InsureBase
-
+
FFF0E72C-E044-4BC2-A25B-9AF50117E371
删除标志
IsEnable
@@ -49469,7 +49492,7 @@ Ghra_staff_InsureBase
-
+
4C7D10F6-87AA-4D8E-A4CF-CBEDFD7A3F62
预留字段1
Reverse1
@@ -49481,7 +49504,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
673483DC-5B4C-4F99-B930-11CAFD323D3E
预留字段2
Reverse2
@@ -49493,7 +49516,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
6B8EDC27-AE6C-4192-B7F8-1C009A2DAB9D
预留字段3
Reverse3
@@ -49505,7 +49528,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
0A72B1A0-404B-4D3D-85EF-4A8C9D3FA092
预留字段4
Reverse4
@@ -49517,7 +49540,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
1CB98756-A670-4F25-8865-9E2B8CCE3C9B
预留字段5
Reverse5
@@ -49529,7 +49552,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
4195508F-8F1F-4480-9EB2-9306BA1A48E2
预留字段6
Reverse6
@@ -49541,7 +49564,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
187238F8-ABFA-4078-AC24-E3819C8AA263
预留字段7
Reverse7
@@ -49553,7 +49576,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
E4F8ADE6-FEA4-46A1-AB20-F7E122A40B21
预留字段8
Reverse8
@@ -49565,7 +49588,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
D716E799-6708-451A-980D-66C767045E1A
预留字段9
Reverse9
@@ -49577,7 +49600,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
D3C0D882-23E9-489D-A9F2-BC2322AB9FFD
预留字段10
Reverse10
@@ -49589,7 +49612,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
563C89DE-11F7-422C-9FB7-180A4D87F2CA
预留字段I1
ReverseI1
@@ -49601,7 +49624,7 @@ Ghra_staff_InsureBase
0
int
-
+
882BEF30-5AB5-4864-8506-0712F5E2F0C9
预留字段I2
ReverseI2
@@ -49615,7 +49638,7 @@ Ghra_staff_InsureBase
-
+
B87BA824-1817-4479-BB55-4009CE454DF6
Key_1
Key_1
@@ -49624,15 +49647,15 @@ Ghra_staff_InsureBase
1737085718
Administrator
-
+
-
+
-
+
@@ -49646,7 +49669,7 @@ Ghra_staff_InsureBase
开班管理
-
+
5B69EB6D-BF50-4F52-8D46-C61F276EA4DB
Id
Id
@@ -49661,7 +49684,7 @@ Ghra_staff_InsureBase
-
+
1F0EF964-AF01-4669-B715-BF2D5B637A88
创建人
CreateBy
@@ -49675,7 +49698,7 @@ Ghra_staff_InsureBase
-
+
98E6E9AE-6728-413D-9BB3-FEA8F62EA252
创建时间
CreateTime
@@ -49689,7 +49712,7 @@ Ghra_staff_InsureBase
-
+
F4629867-2023-48AF-8F97-68037BFEF6C9
创建程序
CreateProg
@@ -49701,7 +49724,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
36057080-EF5E-4A4B-AEC3-0212826E4343
创建人IP
CreateIP
@@ -49713,7 +49736,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
4CAC9E3B-E42C-46C9-AACB-7E353DFE3E1E
修改人
UpdateBy
@@ -49727,7 +49750,7 @@ Ghra_staff_InsureBase
-
+
32617CBE-2748-4BE6-AA98-23F2A0158F10
修改时间
UpdateTime
@@ -49741,7 +49764,7 @@ Ghra_staff_InsureBase
-
+
0D28F91F-014C-4171-8FE3-06E4417E789D
修改程序
UpdateProg
@@ -49753,7 +49776,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
9C62C738-6166-4D49-8461-5D002FA96FC7
修改人IP
UpdateIP
@@ -49765,7 +49788,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
E813E66B-D734-40C0-AD20-5EBDC23E8A9C
操作日志ID
OperateLogID
@@ -49780,7 +49803,7 @@ Ghra_staff_InsureBase
-
+
8F95F476-6D73-40A5-B3B3-3FF72026D989
集团数据归属
DataBelongID
@@ -49791,7 +49814,7 @@ Ghra_staff_InsureBase
集团数据归属
int
-
+
4378C5B4-C5A7-4964-A11E-8DDDF98E93F6
开班编号
OpenClassNo
@@ -49803,7 +49826,7 @@ Ghra_staff_InsureBase
nvarchar(64)
64
-
+
688AB85A-5FDF-43D7-AE27-E04604348052
开班名称
OpenClassName
@@ -49815,7 +49838,7 @@ Ghra_staff_InsureBase
nvarchar(64)
64
-
+
FCF0C74D-F8BC-4B55-BDFA-A0328F0680FE
开班类别
OpenClassType
@@ -49827,7 +49850,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
948706CE-D216-4C47-BFF5-A5A7594685D0
开班形式
OpenClassWay
@@ -49839,7 +49862,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
8E631477-9D75-43B0-9CD4-A9AA618BCE90
培训计划ID
PlanId
@@ -49850,7 +49873,7 @@ Ghra_staff_InsureBase
培训计划ID
bigint
-
+
9A3FC4D0-422F-4471-ABAB-4F09FDFD4CA6
课程/场景
LinkType
@@ -49862,7 +49885,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
0EDB3F62-5264-45A3-AD84-CB8F71C021CC
课程/场景ID
LinkId
@@ -49873,7 +49896,7 @@ Ghra_staff_InsureBase
课程/场景ID
bigint
-
+
EC031E9C-F6BD-486D-82CD-FD567BE7B742
试卷ID
ExamPaperId
@@ -49884,7 +49907,7 @@ Ghra_staff_InsureBase
试卷ID
bigint
-
+
14EEED43-9B5A-41B6-A23C-C192E4814632
反馈单ID
FeedbackId
@@ -49895,7 +49918,7 @@ Ghra_staff_InsureBase
反馈单ID
bigint
-
+
1421427C-D2DB-4C45-ACF1-28FC62058820
开班负责人ID
ManagerId
@@ -49906,7 +49929,7 @@ Ghra_staff_InsureBase
开班负责人ID
int
-
+
A3795970-C8D3-4BED-8025-65131B99F026
讲师ID
TeacherId
@@ -49917,7 +49940,7 @@ Ghra_staff_InsureBase
讲师ID
bigint
-
+
92E0A3E4-C41F-4342-BF5E-2393523E3CBD
讲师上级ID
ParentTeacherId
@@ -49928,7 +49951,7 @@ Ghra_staff_InsureBase
讲师上级ID
int
-
+
DDF061E7-9787-4B88-9BDE-B2F6D718A890
上级反馈单ID
ParentFeedbackId
@@ -49939,7 +49962,7 @@ Ghra_staff_InsureBase
上级反馈单ID
bigint
-
+
2192FEFA-F66D-4858-8225-D6D947F2B552
培训地点
Address
@@ -49951,7 +49974,7 @@ Ghra_staff_InsureBase
nvarchar(256)
256
-
+
2D26AC78-2A2F-4D18-95D4-4347FEAE9EF0
开班开始日期
StartTime
@@ -49962,7 +49985,7 @@ Ghra_staff_InsureBase
开班开始日期
datetime
-
+
F44DFCA6-337D-4D11-975A-319DE80595CB
开班结束日期
EndTime
@@ -49973,7 +49996,7 @@ Ghra_staff_InsureBase
开班结束日期
datetime
-
+
DFB038BC-BF5D-4A7F-95D5-F84FDF102A78
报名开始日期
RegisterStartTime
@@ -49984,7 +50007,7 @@ Ghra_staff_InsureBase
报名开始日期
datetime
-
+
B5AAD450-09AE-4F8A-9284-C66B8087C555
报名结束日期
RegisterEndTime
@@ -49995,7 +50018,7 @@ Ghra_staff_InsureBase
报名结束日期
datetime
-
+
7029463F-11F6-40DF-8908-2281ABB1D9D3
考试开始日期
ExamStartTime
@@ -50006,7 +50029,7 @@ Ghra_staff_InsureBase
考试开始日期
datetime
-
+
7A1040C5-C442-4697-8605-8A1D04F6E484
考试结束日期
ExamEndTime
@@ -50017,7 +50040,7 @@ Ghra_staff_InsureBase
考试结束日期
datetime
-
+
81C41941-7EBD-455D-B14E-280AEBF4BB72
开班人数
StudentCount
@@ -50028,7 +50051,7 @@ Ghra_staff_InsureBase
开班人数
int
-
+
A1610CB0-0275-4C96-B519-EA950E6BB2B4
课时数
StandardHour
@@ -50041,7 +50064,7 @@ Ghra_staff_InsureBase
20
2
-
+
D2A3BC75-4BDB-43AC-A67F-A22C1B8C31C0
评估方式
ScoringMethod
@@ -50053,7 +50076,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
4B3F7594-AA3F-4CC2-9EBB-AC802CEB6BC1
评估方式2
ScoringMethodId
@@ -50064,7 +50087,7 @@ Ghra_staff_InsureBase
评估方式2
bigint
-
+
AABCF347-B3A4-4FAB-AC25-0AA6726F0D16
学员群组ID
StaffGroupId
@@ -50075,7 +50098,7 @@ Ghra_staff_InsureBase
学员群组ID
bigint
-
+
6FACD6FB-BEB0-4373-9D44-515D6D9360AC
开班通知模板ID
MessageTemplateId
@@ -50086,7 +50109,7 @@ Ghra_staff_InsureBase
开班通知模板ID
bigint
-
+
D4AB74BD-B73F-42B2-9E33-A99C0FB21603
开班通知内容
NoticeContent
@@ -50098,7 +50121,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
25CCD772-341E-40EB-9028-7630E643DBF4
讲师开班通知模板ID
TeacherMessageTemplateId
@@ -50109,7 +50132,7 @@ Ghra_staff_InsureBase
讲师开班通知模板ID
bigint
-
+
57ED7F9F-84F6-4FBA-A43C-B84B6559CB7B
讲师开班通知内容
TeacherNoticeContent
@@ -50121,7 +50144,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
62D9AED8-CF03-4750-81D4-A0DD228B1C09
总结
Summary
@@ -50133,7 +50156,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
9A8116E1-5E28-45DE-966F-E278FCC7A63B
是否需要学习
IsRequireStudy
@@ -50145,7 +50168,7 @@ Ghra_staff_InsureBase
'true'
bit
-
+
8546D3E3-138B-4B28-8700-2EF315FD12A1
发布状态
ReleaseStatus
@@ -50156,7 +50179,7 @@ Ghra_staff_InsureBase
发布状态
int
-
+
B920FC6C-6D61-45FE-BB84-97A25AC3337F
开课状态
OpenStatus
@@ -50167,7 +50190,7 @@ Ghra_staff_InsureBase
开课状态
int
-
+
F592B7F6-A6A7-47DA-A246-EA24C5E7211E
结案状态
CloseStatus
@@ -50178,7 +50201,7 @@ Ghra_staff_InsureBase
结案状态
int
-
+
79F654CE-D151-48B2-BF58-6C9F6364D63A
考试ID
ExamId
@@ -50189,7 +50212,7 @@ Ghra_staff_InsureBase
考试ID
bigint
-
+
6C5F930E-9199-4B96-99A5-CE82BD4C8D63
线上考试分数占比
OnlineScorePercentage
@@ -50200,7 +50223,7 @@ Ghra_staff_InsureBase
线上考试分数占比
int
-
+
BFA2EFA5-A1AF-45CF-A95A-A2348C14539E
线下实操分数占比
OfflineScorePercentage
@@ -50211,7 +50234,7 @@ Ghra_staff_InsureBase
线下实操分数占比
int
-
+
E96D0D64-7A61-41C1-8428-842C33889A07
状态
Status
@@ -50223,7 +50246,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
05ED4366-B794-4A5F-9CE7-8E1DF3DD5678
考试成绩规则
ScoreRule
@@ -50235,7 +50258,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
F9890D8D-F72F-4D5B-B293-258BE5F33222
学习完成规则
StudyFinishedRule
@@ -50247,7 +50270,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
FD152DBC-BB80-4600-81E0-FD8BA11B7D4D
是否允许查看答案和解析
IsViewResult
@@ -50258,7 +50281,7 @@ Ghra_staff_InsureBase
是否允许查看答案和解析
bit
-
+
AF873CD0-08C1-404E-9FEC-87E4D422F9B6
查看答案和解析后,是否允许重新考试
IsAfterViewResultRetake
@@ -50269,7 +50292,7 @@ Ghra_staff_InsureBase
查看答案和解析后,是否允许重新考试
bit
-
+
7D60414D-D620-49F7-B25E-7DF700D070EE
Column_68
Column_68
@@ -50278,7 +50301,7 @@ Ghra_staff_InsureBase
1745980941
Administrator
-
+
579B859D-4CC8-4747-B78B-6481A447898D
Column_67
Column_67
@@ -50287,7 +50310,7 @@ Ghra_staff_InsureBase
1745980940
Administrator
-
+
C13F5358-F90A-4052-88A7-F39EF8E5BE1B
Column_66
Column_66
@@ -50296,7 +50319,7 @@ Ghra_staff_InsureBase
1745980940
Administrator
-
+
6CD68BD0-F0C1-434C-A2BE-8292700997B4
备注
RemarkSz
@@ -50311,7 +50334,7 @@ Ghra_staff_InsureBase
-
+
5FE7310A-8502-4EDC-B51A-35BAC75572EC
默认标志
IsDefault
@@ -50326,7 +50349,7 @@ Ghra_staff_InsureBase
-
+
51FB3979-A704-4E66-9D71-F3BAC1579E95
删除标志
IsEnable
@@ -50341,7 +50364,7 @@ Ghra_staff_InsureBase
-
+
D7C2EB6B-52B4-453D-91EA-336150268EB7
预留字段1
Reverse1
@@ -50353,7 +50376,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
793D5E0C-9138-4073-88A3-4EA5F1903107
预留字段2
Reverse2
@@ -50365,7 +50388,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
EF990952-0E4D-4C3E-80D7-2528CC6AAADA
预留字段3
Reverse3
@@ -50377,7 +50400,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
255687E1-CF46-4B2A-9040-A006AFBEC313
预留字段4
Reverse4
@@ -50389,7 +50412,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
7DDAFE15-7B3B-4EDE-997D-F5EA346B7D52
预留字段5
Reverse5
@@ -50401,7 +50424,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
6F508887-0233-4049-8139-E49EF4BC5440
预留字段6
Reverse6
@@ -50413,7 +50436,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
3381F6C5-0355-4DA7-8BCD-C8622221ED72
预留字段7
Reverse7
@@ -50425,7 +50448,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
87B9CFB6-905A-41C3-ADA1-68423B6D60C1
预留字段8
Reverse8
@@ -50437,7 +50460,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
15F582A4-0552-4562-8513-EDBA76110496
预留字段9
Reverse9
@@ -50449,7 +50472,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
CA03F17C-C9F3-45F6-9D36-D79F58844E36
预留字段10
Reverse10
@@ -50461,7 +50484,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
B9ECB959-EDFE-40F0-B35D-FA787DF96BC6
预留字段I1
ReverseI1
@@ -50473,7 +50496,7 @@ Ghra_staff_InsureBase
0
int
-
+
D675638B-B052-4A3E-BBB7-690882A27D8E
预留字段I2
ReverseI2
@@ -50487,7 +50510,7 @@ Ghra_staff_InsureBase
-
+
DE7C445C-E6CD-4D71-A1D8-645EA1452359
Key_1
Key_1
@@ -50496,15 +50519,15 @@ Ghra_staff_InsureBase
1738913117
Administrator
-
+
-
+
-
+
@@ -50518,7 +50541,7 @@ Ghra_staff_InsureBase
开班课表
-
+
B571C523-EF94-4B85-B286-B224DB70121E
Id
Id
@@ -50533,7 +50556,7 @@ Ghra_staff_InsureBase
-
+
13A408C8-DEA2-4A65-87CD-491ECC7856A2
创建人
CreateBy
@@ -50547,7 +50570,7 @@ Ghra_staff_InsureBase
-
+
19594B3F-24C0-489E-B603-9E73330AF32A
创建时间
CreateTime
@@ -50561,7 +50584,7 @@ Ghra_staff_InsureBase
-
+
9706FFBA-86C1-4452-ABFD-6F99B4986A1B
创建程序
CreateProg
@@ -50573,7 +50596,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
3CE7C8AD-B80B-4D96-BB2E-DB4BADA85AF1
创建人IP
CreateIP
@@ -50585,7 +50608,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
44968DF7-5DF0-445C-A3F3-6ECD799CFCD8
修改人
UpdateBy
@@ -50599,7 +50622,7 @@ Ghra_staff_InsureBase
-
+
87AC4904-B7A8-448E-A217-830ECB11AEBE
修改时间
UpdateTime
@@ -50613,7 +50636,7 @@ Ghra_staff_InsureBase
-
+
7088333D-1F9D-4926-B8BC-C1675C4ABA44
修改程序
UpdateProg
@@ -50625,7 +50648,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
E85D70CD-5C4C-452D-9FB9-29E0959CF892
修改人IP
UpdateIP
@@ -50637,7 +50660,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
D35CB67E-2BCA-4794-85A9-0E9E46BF5CAB
操作日志ID
OperateLogID
@@ -50652,7 +50675,7 @@ Ghra_staff_InsureBase
-
+
57CB0465-8AE1-4A14-9630-023D9170AB69
开班ID
OpenClassId
@@ -50663,7 +50686,7 @@ Ghra_staff_InsureBase
开班ID
bigint
-
+
FC2C50BB-A0BA-4B59-AEF5-31564460023F
课程ID
CourseId
@@ -50674,7 +50697,7 @@ Ghra_staff_InsureBase
课程ID
bigint
-
+
18B5E2AC-249E-4CD8-8842-945B87B4918C
讲师ID
TeacherId
@@ -50685,7 +50708,7 @@ Ghra_staff_InsureBase
讲师ID
bigint
-
+
3012A035-5681-4EAD-A72D-C54EC003EE2C
讲师上级ID
ParentTeacherId
@@ -50696,7 +50719,7 @@ Ghra_staff_InsureBase
讲师上级ID
int
-
+
31CDA5C8-B74A-4397-91E1-FF029655DF76
培训地点
Address
@@ -50708,7 +50731,7 @@ Ghra_staff_InsureBase
nvarchar(256)
256
-
+
C56E2C31-34CF-46A5-A7A9-6B9DEEE94589
开始时间
StartTime
@@ -50719,7 +50742,7 @@ Ghra_staff_InsureBase
开始时间
datetime
-
+
0BD422E2-0C76-44A2-83CA-4D3972BBAE8E
结束时间
EndTime
@@ -50730,7 +50753,7 @@ Ghra_staff_InsureBase
结束时间
datetime
-
+
F978DB96-A55C-4341-A99E-D66667ACBE1E
备注
RemarkSz
@@ -50745,7 +50768,7 @@ Ghra_staff_InsureBase
-
+
C855E42A-272E-4D89-8C4B-7F797997220D
默认标志
IsDefault
@@ -50760,7 +50783,7 @@ Ghra_staff_InsureBase
-
+
88531FDD-E81F-4207-8D41-28936C5A5007
删除标志
IsEnable
@@ -50775,7 +50798,7 @@ Ghra_staff_InsureBase
-
+
7585A799-9A45-4AD9-888F-A25BE9FCD9E9
预留字段1
Reverse1
@@ -50787,7 +50810,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
33FDAE18-CB92-4B79-881C-8D482F8890B2
预留字段2
Reverse2
@@ -50799,7 +50822,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
73D06AF5-EB50-46C2-94BF-3BF192EE479B
预留字段3
Reverse3
@@ -50811,7 +50834,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
FBBC4CFB-04FE-4F16-A663-14100AEA568B
预留字段4
Reverse4
@@ -50823,7 +50846,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
46A7C87F-FC3F-4C14-8413-B4AA4B1794C0
预留字段5
Reverse5
@@ -50835,7 +50858,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
6C845072-A2EB-48C6-BEAB-A07F7814D469
预留字段6
Reverse6
@@ -50847,7 +50870,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
5559037A-FB53-4C69-9D79-652AE0290DDB
预留字段7
Reverse7
@@ -50859,7 +50882,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
9E74E93F-5D6B-4BDA-A47A-134970E5171C
预留字段8
Reverse8
@@ -50871,7 +50894,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
DB52E6D0-7545-45D5-9429-4AF979076082
预留字段9
Reverse9
@@ -50883,7 +50906,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
8BEA896B-F1A7-45BE-9F06-1920CE605285
预留字段10
Reverse10
@@ -50895,7 +50918,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
A9ED377B-2264-4847-9E80-A0C36BDFD9BE
预留字段I1
ReverseI1
@@ -50907,7 +50930,7 @@ Ghra_staff_InsureBase
0
int
-
+
88A1381A-80BF-4C0E-8DA5-0777DEB25797
预留字段I2
ReverseI2
@@ -50921,7 +50944,7 @@ Ghra_staff_InsureBase
-
+
27A80489-58F9-4C8A-8E80-0FDD1572759F
Key_1
Key_1
@@ -50930,15 +50953,15 @@ Ghra_staff_InsureBase
1738913568
Administrator
-
+
-
+
-
+
@@ -50952,7 +50975,7 @@ Ghra_staff_InsureBase
开班学员
-
+
6BEE5383-C154-43DD-894C-4A554506873E
Id
Id
@@ -50967,7 +50990,7 @@ Ghra_staff_InsureBase
-
+
4F0A2D57-4569-4F81-85CC-C59CA2008BDB
创建人
CreateBy
@@ -50981,7 +51004,7 @@ Ghra_staff_InsureBase
-
+
A357338A-29E8-4D9D-8964-4644E6D8F959
创建时间
CreateTime
@@ -50995,7 +51018,7 @@ Ghra_staff_InsureBase
-
+
A6874CC3-EE01-4625-9E40-32A9DFCECB2E
创建程序
CreateProg
@@ -51007,7 +51030,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
3205F553-8B06-4FBC-98DC-9A3EEA572A66
创建人IP
CreateIP
@@ -51019,7 +51042,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
48E5AA1B-1706-40E3-B286-E1C07C3A2C1F
修改人
UpdateBy
@@ -51033,7 +51056,7 @@ Ghra_staff_InsureBase
-
+
8729B268-2F5B-4E73-B24D-5A42C16F0CDF
修改时间
UpdateTime
@@ -51047,7 +51070,7 @@ Ghra_staff_InsureBase
-
+
07BCD8DA-C481-4D35-B50D-52A6701AA51E
修改程序
UpdateProg
@@ -51059,7 +51082,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
7132F6E0-68F8-4656-9005-144FAF85D564
修改人IP
UpdateIP
@@ -51071,7 +51094,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
F642A661-ECFF-4BC7-9D4C-BF1F24FC772D
操作日志ID
OperateLogID
@@ -51086,7 +51109,7 @@ Ghra_staff_InsureBase
-
+
48785A7C-6D79-4A19-BB89-B4BBC31FCC0C
开班ID
OpenClassId
@@ -51097,7 +51120,7 @@ Ghra_staff_InsureBase
开班ID
bigint
-
+
5BAECAF8-2033-4399-A21F-91D6081CC4AF
员工ID
StaffId
@@ -51108,7 +51131,7 @@ Ghra_staff_InsureBase
员工ID
int
-
+
7CDD3244-CAAD-49DC-B098-DA35D2387E20
来源
Source
@@ -51120,7 +51143,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
BA624B61-EB20-40E2-8233-E5408CA1A38C
备注
RemarkSz
@@ -51135,7 +51158,7 @@ Ghra_staff_InsureBase
-
+
8F4F78B6-906E-4E54-B412-9AC623F3FC39
默认标志
IsDefault
@@ -51150,7 +51173,7 @@ Ghra_staff_InsureBase
-
+
2EB5F6F4-2B1A-4E57-8B8D-7D9B2B11E612
删除标志
IsEnable
@@ -51165,7 +51188,7 @@ Ghra_staff_InsureBase
-
+
B8FADBB5-E595-457E-B04F-6758D2EDCFEB
预留字段1
Reverse1
@@ -51177,7 +51200,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
406669DD-5157-4B6E-B867-E31105A24887
预留字段2
Reverse2
@@ -51189,7 +51212,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
60D59D4C-E726-4690-B4F4-1236D42C869C
预留字段3
Reverse3
@@ -51201,7 +51224,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
278DEE2F-62A1-4810-BCBD-8CE95AB657F1
预留字段4
Reverse4
@@ -51213,7 +51236,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
E69286CA-E207-4018-959F-D0A8AD0D1F19
预留字段5
Reverse5
@@ -51225,7 +51248,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
EBEB012F-4A0A-4D66-96D5-7CDA54D3F256
预留字段6
Reverse6
@@ -51237,7 +51260,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
6BD4C16B-F88D-4859-9A42-A9B555A1B16C
预留字段7
Reverse7
@@ -51249,7 +51272,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
1F3EAC53-6819-4DBD-9112-A96AA05063E4
预留字段8
Reverse8
@@ -51261,7 +51284,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
D81F5A1F-AE36-4E27-8B34-919D4F522EB5
预留字段9
Reverse9
@@ -51273,7 +51296,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
87FBD7EA-2577-4C43-A3A5-B03A312B9876
预留字段10
Reverse10
@@ -51285,7 +51308,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
C60123C1-CBA6-467A-8C0F-08DDD433FDAD
预留字段I1
ReverseI1
@@ -51297,7 +51320,7 @@ Ghra_staff_InsureBase
0
int
-
+
9BBEF96A-9516-4050-BA07-811111C972D6
预留字段I2
ReverseI2
@@ -51311,7 +51334,7 @@ Ghra_staff_InsureBase
-
+
F58D0592-C801-4FAF-9BD7-300C4A083D07
Key_1
Key_1
@@ -51320,15 +51343,15 @@ Ghra_staff_InsureBase
1738915573
Administrator
-
+
-
+
-
+
@@ -51342,7 +51365,7 @@ Ghra_staff_InsureBase
开班费用
-
+
9EDD6ABA-70EA-4294-826D-EDCCD6C9C456
Id
Id
@@ -51357,7 +51380,7 @@ Ghra_staff_InsureBase
-
+
F8C29CB3-F137-4020-9CE1-B99DB85A01A8
创建人
CreateBy
@@ -51371,7 +51394,7 @@ Ghra_staff_InsureBase
-
+
F08C66D0-8197-4905-926E-09F5406A2A7F
创建时间
CreateTime
@@ -51385,7 +51408,7 @@ Ghra_staff_InsureBase
-
+
9EC71EB7-6D20-4F8C-958C-80F54C05306C
创建程序
CreateProg
@@ -51397,7 +51420,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
8983587C-13DD-40A4-B8C8-9AA735F8F0BC
创建人IP
CreateIP
@@ -51409,7 +51432,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
05C05A24-F3E2-4862-9011-7A12CBEAC1F9
修改人
UpdateBy
@@ -51423,7 +51446,7 @@ Ghra_staff_InsureBase
-
+
B788A8DB-691D-458A-83EF-3EE29F486202
修改时间
UpdateTime
@@ -51437,7 +51460,7 @@ Ghra_staff_InsureBase
-
+
68B17D95-2405-41A2-9BD8-DEDEB80B1E06
修改程序
UpdateProg
@@ -51449,7 +51472,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
CF6F028E-A830-4236-955F-E3008DC96401
修改人IP
UpdateIP
@@ -51461,7 +51484,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
043EBB6B-EC0A-4155-A6B3-3EA2CE68613F
操作日志ID
OperateLogID
@@ -51476,7 +51499,7 @@ Ghra_staff_InsureBase
-
+
5647E1B2-D9FB-458D-8C49-CCD86832B170
开班ID
OpenClassId
@@ -51487,7 +51510,7 @@ Ghra_staff_InsureBase
开班ID
bigint
-
+
CC2FD9AE-5AB7-462C-AAD7-9FF460C1EFBB
员工ID
StaffId
@@ -51498,7 +51521,7 @@ Ghra_staff_InsureBase
员工ID
int
-
+
C55369A6-3ABE-435C-B237-0CC46CDE71DD
费用项目
ItemCode
@@ -51510,7 +51533,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
B0A3FDFA-12BF-431A-8138-6842C69328BA
金额
Amount
@@ -51523,7 +51546,7 @@ Ghra_staff_InsureBase
20
2
-
+
8CDF227C-FDF7-40E3-9927-1993F9423420
备注
RemarkSz
@@ -51538,7 +51561,7 @@ Ghra_staff_InsureBase
-
+
71098292-CAFC-4569-BEB7-D9310C23CA78
默认标志
IsDefault
@@ -51553,7 +51576,7 @@ Ghra_staff_InsureBase
-
+
F8E68421-E83E-45D5-AF7B-341079AF3909
删除标志
IsEnable
@@ -51568,7 +51591,7 @@ Ghra_staff_InsureBase
-
+
3F72FDAE-57E5-4296-957D-A6028742A034
预留字段1
Reverse1
@@ -51580,7 +51603,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
0E0F552B-1063-45FB-BAE8-C56351065E39
预留字段2
Reverse2
@@ -51592,7 +51615,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
16D434D8-A5AE-40D9-8B74-DA1FBE8FC5B4
预留字段3
Reverse3
@@ -51604,7 +51627,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
22657DC4-4FA0-4BF5-83CE-173B7CC5EAEE
预留字段4
Reverse4
@@ -51616,7 +51639,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
9DFD291A-5FA4-46E8-A286-24FC83E517D6
预留字段5
Reverse5
@@ -51628,7 +51651,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
61A0853B-A879-470B-AA95-73A2B8E88477
预留字段6
Reverse6
@@ -51640,7 +51663,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
A667ED59-7AC0-4387-98EC-58ACE370ADF5
预留字段7
Reverse7
@@ -51652,7 +51675,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
0597DA45-9893-415D-96F6-5F97D4AAD75D
预留字段8
Reverse8
@@ -51664,7 +51687,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
36A76DA5-ABC2-4394-940D-D580D1C964A3
预留字段9
Reverse9
@@ -51676,7 +51699,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
864057EC-9E51-4991-AF49-B1C86311E77D
预留字段10
Reverse10
@@ -51688,7 +51711,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
62F798B2-9090-4DA6-A8EB-CA32625B4BBE
预留字段I1
ReverseI1
@@ -51700,7 +51723,7 @@ Ghra_staff_InsureBase
0
int
-
+
FA25B06E-3323-4564-BB7F-60A8C1B966B4
预留字段I2
ReverseI2
@@ -51714,7 +51737,7 @@ Ghra_staff_InsureBase
-
+
4C131EA0-9228-4304-A4DA-DA4DD5055C24
Key_1
Key_1
@@ -51723,15 +51746,15 @@ Ghra_staff_InsureBase
1738915608
Administrator
-
+
-
+
-
+
@@ -51745,7 +51768,7 @@ Ghra_staff_InsureBase
开班成绩
-
+
0902478B-6FBC-4A72-AA87-4CAB1DF0ED61
Id
Id
@@ -51760,7 +51783,7 @@ Ghra_staff_InsureBase
-
+
95F84ED2-D302-4793-A22A-03BF6D4150D4
创建人
CreateBy
@@ -51774,7 +51797,7 @@ Ghra_staff_InsureBase
-
+
6949DCB1-8418-457F-BD56-F25ED7554C45
创建时间
CreateTime
@@ -51788,7 +51811,7 @@ Ghra_staff_InsureBase
-
+
47733175-2A19-4A71-9AD2-5149DE9EA2CA
创建程序
CreateProg
@@ -51800,7 +51823,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
BE1692E9-4797-4B63-933F-33249AB37254
创建人IP
CreateIP
@@ -51812,7 +51835,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
F1CB086B-5C6A-4308-A393-A56CB61A4B44
修改人
UpdateBy
@@ -51826,7 +51849,7 @@ Ghra_staff_InsureBase
-
+
3810264A-9410-4742-A4A0-080CED8D8E30
修改时间
UpdateTime
@@ -51840,7 +51863,7 @@ Ghra_staff_InsureBase
-
+
01D5BF47-CF61-43CF-AAC8-684C81E16C85
修改程序
UpdateProg
@@ -51852,7 +51875,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
3F88B9EF-06BE-4970-8B06-4005038EADFF
修改人IP
UpdateIP
@@ -51864,7 +51887,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
BFA78B47-7315-4586-97E3-011167AC7580
操作日志ID
OperateLogID
@@ -51879,7 +51902,7 @@ Ghra_staff_InsureBase
-
+
0DD6FF73-777A-4FE0-A982-A2F0AADFF45F
开班ID
OpenClassId
@@ -51890,7 +51913,7 @@ Ghra_staff_InsureBase
开班ID
bigint
-
+
2572F471-E490-4A16-B906-9B06F91C3984
出席状态
AttendStatus
@@ -51902,7 +51925,7 @@ Ghra_staff_InsureBase
nvarchar(256)
256
-
+
776F5441-0BAF-4D3E-8DDD-4B05F7AC1572
缺席原因
AbsentReason
@@ -51914,7 +51937,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
074D11E9-4274-46E4-811C-79C5349AEC7B
打卡时间
AttendTime
@@ -51925,7 +51948,7 @@ Ghra_staff_InsureBase
打卡时间
datetime
-
+
4A110A2C-390F-4B7B-AAA0-A94045E60ADB
课程快照ID
CourseSnapId
@@ -51936,7 +51959,7 @@ Ghra_staff_InsureBase
课程快照ID
bigint
-
+
46721AF1-246E-4FE6-808F-B8A459343193
课程ID
CourseId
@@ -51947,7 +51970,7 @@ Ghra_staff_InsureBase
课程ID
bigint
-
+
18D0FC4D-0F64-43FC-B1AA-2A65FD0E43E0
学习ID
StudyRecordId
@@ -51958,7 +51981,7 @@ Ghra_staff_InsureBase
学习ID
bigint
-
+
3B8A12DB-931F-429F-969C-313B6F1FA3A8
考试ID
ExamId
@@ -51969,7 +51992,7 @@ Ghra_staff_InsureBase
考试ID
bigint
-
+
62EF7E1A-597E-4416-84EE-065FA44133B7
考试记录ID
ExamRecordId
@@ -51980,7 +52003,7 @@ Ghra_staff_InsureBase
考试记录ID
bigint
-
+
7F1D6F0A-9DD3-4EBA-9153-EA090C264F63
备注
RemarkSz
@@ -51995,7 +52018,7 @@ Ghra_staff_InsureBase
-
+
90986332-AF26-4237-A29B-650FCD5093E9
默认标志
IsDefault
@@ -52010,7 +52033,7 @@ Ghra_staff_InsureBase
-
+
3434C14A-461E-4828-839A-DE79EF65BF8B
删除标志
IsEnable
@@ -52025,7 +52048,7 @@ Ghra_staff_InsureBase
-
+
399182C7-504E-4DFA-90B8-06EF02362715
预留字段1
Reverse1
@@ -52037,7 +52060,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
2A9A36A2-A19F-4FCB-AD85-F4350D9299C5
预留字段2
Reverse2
@@ -52049,7 +52072,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
3096BD70-A70F-47F1-841E-597C519C7577
预留字段3
Reverse3
@@ -52061,7 +52084,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
349846BE-BF84-428A-AE00-987038057CCC
预留字段4
Reverse4
@@ -52073,7 +52096,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
1C85EBB5-DDAB-4A14-B239-C0E808FC1938
预留字段5
Reverse5
@@ -52085,7 +52108,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
601C0EE0-68B9-434D-9B02-69D8132DCCB5
预留字段6
Reverse6
@@ -52097,7 +52120,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
E4AFC65A-2311-4687-AD4F-D817B09D143F
预留字段7
Reverse7
@@ -52109,7 +52132,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
0C76FF98-0A55-4437-BA01-D7776906E163
预留字段8
Reverse8
@@ -52121,7 +52144,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
5EE333B8-8982-471E-9CF0-9B6F43173827
预留字段9
Reverse9
@@ -52133,7 +52156,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
118D65EC-A8CE-46C0-AA8E-3486425043DB
预留字段10
Reverse10
@@ -52145,7 +52168,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
57FEF14C-6B91-4599-BD73-9DA23DE7B6F8
预留字段I1
ReverseI1
@@ -52157,7 +52180,7 @@ Ghra_staff_InsureBase
0
int
-
+
9CFA0296-717C-4D23-AF0B-34EBB903A401
预留字段I2
ReverseI2
@@ -52171,7 +52194,7 @@ Ghra_staff_InsureBase
-
+
1D61DBC5-B7C6-4B27-90EB-A09586724E15
Key_1
Key_1
@@ -52180,15 +52203,15 @@ Ghra_staff_InsureBase
1738915836
Administrator
-
+
-
+
-
+
@@ -52202,7 +52225,7 @@ Ghra_staff_InsureBase
开班打卡
-
+
349B9707-538C-46A1-AF13-29C8BBE49151
Id
Id
@@ -52217,7 +52240,7 @@ Ghra_staff_InsureBase
-
+
528562CD-D92D-48E7-8D7A-F704D6DBEE4F
创建人
CreateBy
@@ -52231,7 +52254,7 @@ Ghra_staff_InsureBase
-
+
21383B5E-50CD-48AF-82E9-AD71BAF1498E
创建时间
CreateTime
@@ -52245,7 +52268,7 @@ Ghra_staff_InsureBase
-
+
CF1522E2-68FA-4DCA-894E-50A8D2BC2E69
创建程序
CreateProg
@@ -52257,7 +52280,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
2EC25D6D-8E33-4549-8AAA-A65560C427FA
创建人IP
CreateIP
@@ -52269,7 +52292,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
53FD25A5-269E-420A-A3DD-D3EE1C385003
修改人
UpdateBy
@@ -52283,7 +52306,7 @@ Ghra_staff_InsureBase
-
+
7D564062-60D6-43EC-9E97-77808DCC9008
修改时间
UpdateTime
@@ -52297,7 +52320,7 @@ Ghra_staff_InsureBase
-
+
E7C79939-4938-403A-A89A-418B500A4817
修改程序
UpdateProg
@@ -52309,7 +52332,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
79DDD191-3832-4CED-8ADB-5A4489E82AF6
修改人IP
UpdateIP
@@ -52321,7 +52344,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
7A9C21F2-FC4F-47B3-9BC0-7EA5032BD56D
操作日志ID
OperateLogID
@@ -52336,7 +52359,7 @@ Ghra_staff_InsureBase
-
+
A89BE43B-CA2A-4E0C-B62B-E273EB492DFE
开班ID
OpenClassId
@@ -52347,7 +52370,7 @@ Ghra_staff_InsureBase
开班ID
bigint
-
+
07422969-9DA3-4D23-92DA-C2F050763C8F
员工ID
员工ID
@@ -52358,7 +52381,7 @@ Ghra_staff_InsureBase
员工ID
int
-
+
8A04EA12-EFFB-46BF-A527-009CD614358E
打卡时间
AttendTime
@@ -52369,7 +52392,7 @@ Ghra_staff_InsureBase
打卡时间
datetime
-
+
A0C2CF49-55E0-4560-ADA7-25BD0CF9B216
课表ID
ScheduleId
@@ -52380,7 +52403,7 @@ Ghra_staff_InsureBase
课表ID
bigint
-
+
47426C54-3E97-4F73-9965-8817E77D4EEE
备注
RemarkSz
@@ -52395,7 +52418,7 @@ Ghra_staff_InsureBase
-
+
2C8F6CAD-594F-4EEF-9808-B45380E6720C
默认标志
IsDefault
@@ -52410,7 +52433,7 @@ Ghra_staff_InsureBase
-
+
86308482-776F-471B-BBF0-DC6CF702EC25
删除标志
IsEnable
@@ -52425,7 +52448,7 @@ Ghra_staff_InsureBase
-
+
E180F4D7-B97D-46D7-9F89-E8399CF4512A
预留字段1
Reverse1
@@ -52437,7 +52460,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
E6634B9C-C6B5-4DA1-93B9-86EB9DEF57EC
预留字段2
Reverse2
@@ -52449,7 +52472,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
223C1542-E90E-4CD8-8982-AC4E5881ACDC
预留字段3
Reverse3
@@ -52461,7 +52484,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
993EE043-9C2B-4B8B-8BEC-63879662AD45
预留字段4
Reverse4
@@ -52473,7 +52496,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
F30B6FB5-401D-4197-A6E4-3E51E087F86D
预留字段5
Reverse5
@@ -52485,7 +52508,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
23009DFB-1AE6-4F09-BFD3-CA15918FE50A
预留字段6
Reverse6
@@ -52497,7 +52520,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
934145E9-A369-4EC9-B9B8-BC9FE520079C
预留字段7
Reverse7
@@ -52509,7 +52532,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
7884BA05-AF57-4B16-A38A-32473D658203
预留字段8
Reverse8
@@ -52521,7 +52544,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
C383C886-F669-4A91-B0C4-328B6ACACA41
预留字段9
Reverse9
@@ -52533,7 +52556,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
30533EDC-D394-4054-B3FF-FD003EF0F5CA
预留字段10
Reverse10
@@ -52545,7 +52568,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
7D0E2246-3E08-4077-90A3-ED2C711389C0
预留字段I1
ReverseI1
@@ -52557,7 +52580,7 @@ Ghra_staff_InsureBase
0
int
-
+
4EFA8061-049B-4D6B-A15B-A777DB66D97F
预留字段I2
ReverseI2
@@ -52571,7 +52594,7 @@ Ghra_staff_InsureBase
-
+
D7B63CD2-56B9-4E0A-B303-961BDEC9BE94
Key_1
Key_1
@@ -52580,18 +52603,18 @@ Ghra_staff_InsureBase
1738915951
Administrator
-
+
-
+
-
+
-
+
C883C99F-BDEB-4A6D-9487-B62DB00E0E8A
开班费用项目
Ghre_OpenClassFeeItem
@@ -52602,7 +52625,7 @@ Ghra_staff_InsureBase
开班费用项目
-
+
8E8B7AC2-4F2E-43AE-BDCE-4F3B943363F9
Id
Id
@@ -52617,7 +52640,7 @@ Ghra_staff_InsureBase
-
+
41AE0FBE-E541-41FE-9CA9-3BDEC488592B
创建人
CreateBy
@@ -52631,7 +52654,7 @@ Ghra_staff_InsureBase
-
+
066603EE-7A3B-45A7-A0AB-6D7F035A1F41
创建时间
CreateTime
@@ -52645,7 +52668,7 @@ Ghra_staff_InsureBase
-
+
29805605-1E1B-4CAC-92D5-F9C82145F20F
创建程序
CreateProg
@@ -52657,7 +52680,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
D9F32047-3DB8-42A2-99D3-22E9155B3C9A
创建人IP
CreateIP
@@ -52669,7 +52692,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
C40548CA-AF4B-4D99-BBEF-155518448EB5
修改人
UpdateBy
@@ -52683,7 +52706,7 @@ Ghra_staff_InsureBase
-
+
AB1F1189-E4CC-461B-B256-342D0B052E15
修改时间
UpdateTime
@@ -52697,7 +52720,7 @@ Ghra_staff_InsureBase
-
+
5610D6A2-2C7D-4A6A-AEC9-F9CB97D33636
修改程序
UpdateProg
@@ -52709,7 +52732,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
60A5DD3C-C20E-48C8-AEA7-8F3BACD3BFD8
修改人IP
UpdateIP
@@ -52721,7 +52744,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
266FAEDB-C374-4671-9A0B-6DDF537DB1DF
操作日志ID
OperateLogID
@@ -52736,7 +52759,7 @@ Ghra_staff_InsureBase
-
+
686D73D8-556B-4E72-8E6E-2734510D2D98
项目编号
ItemNo
@@ -52748,7 +52771,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
BC00C22A-2BB4-4866-B25C-842976626EB8
项目名称
ItemName
@@ -52760,7 +52783,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
5283BAFE-4FEC-467C-92D4-F339CA3731FA
备注
RemarkSz
@@ -52775,7 +52798,7 @@ Ghra_staff_InsureBase
-
+
28B4980E-2496-4560-8B67-9957DA6BFBF9
默认标志
IsDefault
@@ -52790,7 +52813,7 @@ Ghra_staff_InsureBase
-
+
7CCEBEA5-0A7F-4EE2-BC28-DD3B9358D7E7
删除标志
IsEnable
@@ -52805,7 +52828,7 @@ Ghra_staff_InsureBase
-
+
EF590BAF-B1E5-47A3-8348-7274BB342DC1
预留字段1
Reverse1
@@ -52817,7 +52840,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
8FD2F41D-AFD8-44DC-9ADC-DF48C669B26C
预留字段2
Reverse2
@@ -52829,7 +52852,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
488C21AB-89C8-4A69-AA67-8E1F42F84E5B
预留字段3
Reverse3
@@ -52841,7 +52864,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
E794178A-5C20-4078-B31F-95271149BF6D
预留字段4
Reverse4
@@ -52853,7 +52876,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
37EA4A93-AA1C-47F3-8599-0FAEC7DAEEEB
预留字段5
Reverse5
@@ -52865,7 +52888,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
B048E817-B319-44A5-95A8-4BADD8EEAD4D
预留字段6
Reverse6
@@ -52877,7 +52900,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
ECA22D22-7B3A-4F5E-B66B-A53D24D4BAAA
预留字段7
Reverse7
@@ -52889,7 +52912,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
6EA2C628-125F-4353-8C6F-513838853A87
预留字段8
Reverse8
@@ -52901,7 +52924,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
99BEA0A1-5C4D-4847-9531-7C1BCACFE02B
预留字段9
Reverse9
@@ -52913,7 +52936,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
E9A375D7-BB16-4750-BC79-CBC5F47314A6
预留字段10
Reverse10
@@ -52925,7 +52948,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
B315C324-0C75-4D2B-9E3D-EABAD36D7C16
预留字段I1
ReverseI1
@@ -52937,7 +52960,7 @@ Ghra_staff_InsureBase
0
int
-
+
D3A9389D-C2CE-4FAC-8042-9CD86E20477B
预留字段I2
ReverseI2
@@ -52951,7 +52974,7 @@ Ghra_staff_InsureBase
-
+
853C1448-4AA8-4386-A352-A5741CA8F53D
Key_1
Key_1
@@ -52960,15 +52983,15 @@ Ghra_staff_InsureBase
1738977006
Administrator
-
+
-
+
-
+
@@ -52982,7 +53005,7 @@ Ghra_staff_InsureBase
员工群组
-
+
6A8934E4-C8FA-43FE-B75B-BC7218AC2AF7
Id
Id
@@ -52997,7 +53020,7 @@ Ghra_staff_InsureBase
-
+
8701A16C-F30F-422F-9185-D335EDED041B
创建人
CreateBy
@@ -53011,7 +53034,7 @@ Ghra_staff_InsureBase
-
+
9E4F8653-C12C-4066-9F56-F890EB82FA15
创建时间
CreateTime
@@ -53025,7 +53048,7 @@ Ghra_staff_InsureBase
-
+
6F50D773-C260-4F98-9F03-C6D7276DFB7B
创建程序
CreateProg
@@ -53037,7 +53060,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
C1E8F3B3-59DA-42BB-99AF-7D298DAB5B63
创建人IP
CreateIP
@@ -53049,7 +53072,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
851F5B63-A39C-4EBB-A021-0A5527F902D4
修改人
UpdateBy
@@ -53063,7 +53086,7 @@ Ghra_staff_InsureBase
-
+
4F8311C9-3939-4D69-AF1B-278ED1847DD0
修改时间
UpdateTime
@@ -53077,7 +53100,7 @@ Ghra_staff_InsureBase
-
+
186340E3-6F39-43EA-BD2D-6326E5E0CA8D
修改程序
UpdateProg
@@ -53089,7 +53112,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
7E1F0ECE-382C-4041-8514-4322B949411D
修改人IP
UpdateIP
@@ -53101,7 +53124,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
476347C2-A6E9-48D1-9587-30AE6F9EF5E6
操作日志ID
OperateLogID
@@ -53116,7 +53139,7 @@ Ghra_staff_InsureBase
-
+
76907D3D-18A0-4EB6-998A-3AD2C3BE7A3F
集团数据归属
DataBelongID
@@ -53127,7 +53150,7 @@ Ghra_staff_InsureBase
集团数据归属
int
-
+
08636064-C5CA-4F13-8BC2-76136041DD0D
群组编号
GroupNo
@@ -53139,7 +53162,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
8A675488-22D7-44AE-BABC-4CC25E0DB49D
群组名称
GroupName
@@ -53151,7 +53174,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
32A3AF7E-0C0F-4545-B262-3ECE73D4980C
群组类别
GroupType
@@ -53163,7 +53186,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
5A18EA0F-CFC0-406B-AC29-18639ECBECFE
直间接
StaffType1
@@ -53175,7 +53198,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
55BB5ED4-9EB5-4774-9CFC-E461CDE2C7B6
用工形式
StaffType2
@@ -53187,7 +53210,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
D8713866-9F0A-49DA-A433-8B2A7E0701ED
厂区
ZoneId
@@ -53199,7 +53222,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
1A3B042B-7DA0-4498-B94C-ED021100C1F5
不包含厂区
ExclZoneId
@@ -53211,7 +53234,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
2F62F65F-D8CB-48CA-B1D2-FAF5F9D4740D
部门
DeptId
@@ -53223,7 +53246,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
E9EBDB03-C8AE-4300-9371-6123EEA94350
不包含部门
ExclDeptId
@@ -53235,7 +53258,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
8E166CA0-0397-4D94-8497-8557FDA2CD96
岗位
TitleId
@@ -53247,7 +53270,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
F87B0D6A-4385-472F-B2CF-992C48D848D9
不包含岗位
ExclTitleId
@@ -53259,7 +53282,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
1E2EC414-5BF9-4D34-B3CC-8760F7C3BEC0
职等
GradeId
@@ -53271,7 +53294,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
750337E6-B69C-4623-8E6D-BE51C426EDE7
不包含职等
ExclGradeId
@@ -53283,7 +53306,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
88DA0B0E-9166-4FC4-9053-73F5113A6296
职称
JobId
@@ -53295,7 +53318,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
3EA07096-D21C-467A-BC59-7581EF0B4C56
不包含职称
ExclJobId
@@ -53307,7 +53330,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
96C1541C-1EAF-40AE-ACBF-A342F69DE9B9
员工
StaffId
@@ -53319,7 +53342,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
E2CAC9C0-62D5-488C-9DD3-0359772098C2
不包含员工
ExclStaffId
@@ -53331,7 +53354,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
9F56D603-1D80-4A83-B6AB-41A655D72806
备注
RemarkSz
@@ -53346,7 +53369,7 @@ Ghra_staff_InsureBase
-
+
4D24D3E2-A268-4F29-8FEC-D8D20464A0BE
默认标志
IsDefault
@@ -53361,7 +53384,7 @@ Ghra_staff_InsureBase
-
+
1E1B53FD-39AB-4213-8652-8A7BCFCDAAF5
删除标志
IsEnable
@@ -53376,7 +53399,7 @@ Ghra_staff_InsureBase
-
+
EA4EE987-8E98-45D6-9C5E-7597061AE189
预留字段1
Reverse1
@@ -53388,7 +53411,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
28954F64-4B51-4B8E-8975-C2F590030682
预留字段2
Reverse2
@@ -53400,7 +53423,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
DBB28F41-7379-4F95-83C6-B85FD3C4F1D8
预留字段3
Reverse3
@@ -53412,7 +53435,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
ADFD9356-DA41-4EB4-A05C-8B9B089165E2
预留字段4
Reverse4
@@ -53424,7 +53447,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
7CFEBF27-D293-46E8-81EF-3BC54E7E0FE4
预留字段5
Reverse5
@@ -53436,7 +53459,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
D0FF6A25-D09E-4FC3-ACB2-4B11AF2D3807
预留字段6
Reverse6
@@ -53448,7 +53471,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
EE9E1191-7FFB-4122-83F5-E7BD8DC07DC5
预留字段7
Reverse7
@@ -53460,7 +53483,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
A04D1BD6-2ED0-4381-82BF-DA09BE3963E9
预留字段8
Reverse8
@@ -53472,7 +53495,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
D6984224-B6FD-4ED3-B1E5-00CB8FDE1106
预留字段9
Reverse9
@@ -53484,7 +53507,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
8DB98F5E-C7AF-4B9C-B947-9799976F2EF7
预留字段10
Reverse10
@@ -53496,7 +53519,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
C5C5F15D-920E-4CD4-8BB5-F307A2381EC3
预留字段I1
ReverseI1
@@ -53508,7 +53531,7 @@ Ghra_staff_InsureBase
0
int
-
+
24DD1E8E-57FF-4FA4-BC05-96F22DD0BE80
预留字段I2
ReverseI2
@@ -53522,7 +53545,7 @@ Ghra_staff_InsureBase
-
+
6E1796D7-7545-43C3-A0F2-65DD7C951FE5
Key_1
Key_1
@@ -53531,15 +53554,15 @@ Ghra_staff_InsureBase
1739758076
Administrator
-
+
-
+
-
+
@@ -53553,7 +53576,7 @@ Ghra_staff_InsureBase
培训计划
-
+
9D7B3E2D-C826-4A78-8636-B425D0203C64
Id
Id
@@ -53568,7 +53591,7 @@ Ghra_staff_InsureBase
-
+
1F1DBA10-55E8-4241-87A9-95892EECCCA5
创建人
CreateBy
@@ -53582,7 +53605,7 @@ Ghra_staff_InsureBase
-
+
81F87287-6529-43FC-8A39-8D27109527FB
创建时间
CreateTime
@@ -53596,7 +53619,7 @@ Ghra_staff_InsureBase
-
+
22C7ED5E-D94A-42FB-8F68-19AE61F26B3C
创建程序
CreateProg
@@ -53608,7 +53631,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
75775DA7-5AC5-4A77-A5B1-0BCD6D8B0E7D
创建人IP
CreateIP
@@ -53620,7 +53643,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
ED681CBD-18EA-4796-AE3E-4E5A829BA69B
修改人
UpdateBy
@@ -53634,7 +53657,7 @@ Ghra_staff_InsureBase
-
+
3EB53010-4320-43EF-A09D-5B7E7A0DDB51
修改时间
UpdateTime
@@ -53648,7 +53671,7 @@ Ghra_staff_InsureBase
-
+
856FAD80-A42F-46BC-8F1C-5B1DC6C259BE
修改程序
UpdateProg
@@ -53660,7 +53683,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
0372447B-5F47-4A5F-9477-93B208001DA3
修改人IP
UpdateIP
@@ -53672,7 +53695,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
AAF272D1-6390-4D5C-844B-96C1C4A8C1CF
操作日志ID
OperateLogID
@@ -53687,7 +53710,7 @@ Ghra_staff_InsureBase
-
+
09E974CE-4DE7-462B-8D11-38BD6203A38C
集团数据归属
DataBelongID
@@ -53698,7 +53721,7 @@ Ghra_staff_InsureBase
集团数据归属
int
-
+
5B886F8B-D467-4167-B3B8-9D37AE180FAD
年份
Year
@@ -53709,7 +53732,7 @@ Ghra_staff_InsureBase
年份
int
-
+
024B4C8E-5ABD-4280-9BBE-B62E1F16CC16
类别
TrainCategory
@@ -53721,7 +53744,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
122AABF9-403D-4F1E-B161-8E8ABD93F443
部门ID
DeptId
@@ -53732,7 +53755,7 @@ Ghra_staff_InsureBase
部门ID
int
-
+
51720C4B-BE07-4BEB-8777-EAFB4F0A8AD9
课程ID
CourseId
@@ -53743,7 +53766,7 @@ Ghra_staff_InsureBase
课程ID
bigint
-
+
12DD47D7-0EB1-48BB-807D-BA86DD38A3FA
课程
CourseName
@@ -53755,7 +53778,7 @@ Ghra_staff_InsureBase
nvarchar(64)
64
-
+
A83ADBF4-DFB4-4C7D-8722-C012A3CDD729
培训对象
StaffIds
@@ -53767,7 +53790,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
DFEC7F26-3148-40ED-8FCF-B30BE102606B
培训机构ID
SchoolId
@@ -53778,7 +53801,7 @@ Ghra_staff_InsureBase
培训机构ID
bigint
-
+
3D8E0D60-1BA0-46AB-8281-8D77638898F4
合计预算
TotalBudget
@@ -53791,7 +53814,7 @@ Ghra_staff_InsureBase
20
2
-
+
04D750BE-F52D-430E-AC38-BE0111E65340
内外训
InOrOut
@@ -53803,7 +53826,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
73448474-C542-44B5-BAD8-347C9517EFE4
计划实施月份
Month
@@ -53815,7 +53838,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
43AB2414-92BA-46FE-93F6-CF854CE3DFED
培训人数
TrainNum
@@ -53826,7 +53849,7 @@ Ghra_staff_InsureBase
需求人数
int
-
+
7EF93974-BB02-4BF4-8DEC-064C20639C86
培训天数
TrainDays
@@ -53839,7 +53862,7 @@ Ghra_staff_InsureBase
20
2
-
+
B5D1CCE2-A6E0-4F25-A176-9DBF0385326C
现状
StatusQuo
@@ -53851,7 +53874,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
D81B07BC-B388-4762-9E38-A364053599B9
培训预期效果
DesiredResult
@@ -53863,7 +53886,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
9CB1EF82-B56F-4864-BE92-6D02BC7080B9
指导者
Leader
@@ -53875,7 +53898,7 @@ Ghra_staff_InsureBase
nvarchar(64)
64
-
+
6FCFCC7F-C626-4C6B-9EB9-16D3F1E89EC6
状态
Status
@@ -53887,7 +53910,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
3C55E2C1-4AB8-4D33-A47F-4A2892A296D3
同意人
AgreeUserId
@@ -53898,7 +53921,7 @@ Ghra_staff_InsureBase
同意人
bigint
-
+
F7BD8575-0EA0-432A-B902-4D15E3832C4F
同意时间
AgreeTime
@@ -53909,7 +53932,7 @@ Ghra_staff_InsureBase
同意时间
datetime
-
+
CC326BDB-1E8B-4D30-8B49-E3F573F1B393
同意理由
AgreeReason
@@ -53921,7 +53944,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
72149770-1678-4278-BEED-0439896231E1
拒绝人
RefuseUserId
@@ -53932,7 +53955,7 @@ Ghra_staff_InsureBase
拒绝人
bigint
-
+
B3135D5B-4BC5-4F06-BD4B-1A4C1192D776
拒绝时间
RefuseTime
@@ -53943,7 +53966,7 @@ Ghra_staff_InsureBase
拒绝时间
datetime
-
+
1381DE3A-9CFF-4820-BAA0-F07804301D93
拒绝理由
RefuseReason
@@ -53955,7 +53978,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
E8F2C265-4CDF-4F4F-9300-4184195234CB
内置
BuiltIn
@@ -53966,7 +53989,7 @@ Ghra_staff_InsureBase
内置
int
-
+
95F2921A-8086-4D49-BAF6-4102AFD49031
外训机构
OutSideOrg
@@ -53978,7 +54001,7 @@ Ghra_staff_InsureBase
nvarchar(256)
256
-
+
C586C958-08D3-433B-A070-AC1F62621880
备注
RemarkSz
@@ -53993,7 +54016,7 @@ Ghra_staff_InsureBase
-
+
1CB94A5D-CC16-4DD8-85CA-DB5AD371530D
默认标志
IsDefault
@@ -54008,7 +54031,7 @@ Ghra_staff_InsureBase
-
+
FB7531C3-6960-48C7-B776-E283C974F558
删除标志
IsEnable
@@ -54023,7 +54046,7 @@ Ghra_staff_InsureBase
-
+
B647564F-9813-4B21-9F69-DAF6DFED9F6E
预留字段1
Reverse1
@@ -54035,7 +54058,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
146A8246-E926-4CE4-91C2-4AA99A128772
预留字段2
Reverse2
@@ -54047,7 +54070,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
BCF32FCB-A775-4ADF-8023-843D0D12EBCA
预留字段3
Reverse3
@@ -54059,7 +54082,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
731EA6D9-3D08-4FC2-848D-45AEE2BADCD0
预留字段4
Reverse4
@@ -54071,7 +54094,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
25FA1D46-3ABD-4A23-B5F2-38D11C9A9AAE
预留字段5
Reverse5
@@ -54083,7 +54106,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
7C321E77-EEAD-4E56-B8E6-2776995AF5FD
预留字段6
Reverse6
@@ -54095,7 +54118,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
0AF59C89-205B-47EE-865A-596F9B834E2A
预留字段7
Reverse7
@@ -54107,7 +54130,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
61F0ABE3-9D64-41E4-9247-BF8F9BBE2FC4
预留字段8
Reverse8
@@ -54119,7 +54142,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
F605D27E-3306-42E1-A65A-F2CA0122FCA2
预留字段9
Reverse9
@@ -54131,7 +54154,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
E43B7DD8-6216-481C-A4D0-C374BC0B4BB2
预留字段10
Reverse10
@@ -54143,7 +54166,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
404E9E33-D5EE-4C4D-930C-D2010CC2BB5B
预留字段I1
ReverseI1
@@ -54155,7 +54178,7 @@ Ghra_staff_InsureBase
0
int
-
+
FECFDDF0-E3D2-4EAB-AEE5-CF718274088C
预留字段I2
ReverseI2
@@ -54169,7 +54192,7 @@ Ghra_staff_InsureBase
-
+
A02DAC9D-C207-4F4F-8991-AB032B344856
Key_1
Key_1
@@ -54178,18 +54201,18 @@ Ghra_staff_InsureBase
1740635904
Administrator
-
+
-
+
-
+
-
+
57B43466-1623-414A-A6E6-19B3BBD34903
【牛尾】培训计划
Ghre_UshioPlan
@@ -54200,7 +54223,7 @@ Ghra_staff_InsureBase
【牛尾】培训计划
-
+
36FEF06F-80E9-450D-921F-FFA860D58CD7
Id
Id
@@ -54215,7 +54238,7 @@ Ghra_staff_InsureBase
-
+
B93280FB-7973-4F99-9E0E-AF6345A54598
创建人
CreateBy
@@ -54229,7 +54252,7 @@ Ghra_staff_InsureBase
-
+
F96C29C1-95C8-43C0-BC1A-96E5539F07FA
创建时间
CreateTime
@@ -54243,7 +54266,7 @@ Ghra_staff_InsureBase
-
+
A8B79D2B-3343-48F1-A0B1-74FDADF81D3C
创建程序
CreateProg
@@ -54255,7 +54278,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
8F751A85-43C0-49DA-9CA3-20F98A8BB69A
创建人IP
CreateIP
@@ -54267,7 +54290,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
E77D0367-C1F3-427F-8CB7-25A23308C61E
修改人
UpdateBy
@@ -54281,7 +54304,7 @@ Ghra_staff_InsureBase
-
+
41FF8658-627D-457C-9CCD-2F4FFD59293E
修改时间
UpdateTime
@@ -54295,7 +54318,7 @@ Ghra_staff_InsureBase
-
+
38CBD47A-8D00-4250-BCED-97A501DC1C53
修改程序
UpdateProg
@@ -54307,7 +54330,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
63F6705D-180F-432A-9169-B61E2102BD52
修改人IP
UpdateIP
@@ -54319,7 +54342,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
AA5355EB-C140-4C5C-96DE-A32E7102ED58
操作日志ID
OperateLogID
@@ -54334,7 +54357,7 @@ Ghra_staff_InsureBase
-
+
77E63104-9BCD-435B-81F5-7C321810A3D5
合计预算
TotalBudget
@@ -54347,7 +54370,7 @@ Ghra_staff_InsureBase
20
2
-
+
C29F2ECE-A424-4E3C-B369-30859BFAF6A0
计划实施月份
Month
@@ -54359,7 +54382,7 @@ Ghra_staff_InsureBase
nvarchar(128)
128
-
+
7CCFC433-1F7A-43EF-8101-159D564EEEE0
状态
Status
@@ -54371,7 +54394,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
53A2589A-273D-4EED-8A6C-8B7D50631C0B
备注
RemarkSz
@@ -54386,7 +54409,7 @@ Ghra_staff_InsureBase
-
+
E7907AC9-3FC6-4FF8-8875-69762AC3B886
默认标志
IsDefault
@@ -54401,7 +54424,7 @@ Ghra_staff_InsureBase
-
+
E01B0DF0-249B-4A13-B1CB-842676DBA8A7
删除标志
IsEnable
@@ -54416,7 +54439,7 @@ Ghra_staff_InsureBase
-
+
C46E45A0-7FF5-4AD5-A1D8-EBEA29860633
预留字段1
Reverse1
@@ -54428,7 +54451,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
3B7AA73D-5020-427B-8728-28FD59CBA0B6
预留字段2
Reverse2
@@ -54440,7 +54463,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
B3223000-2A89-458D-8649-DC61A6835684
预留字段3
Reverse3
@@ -54452,7 +54475,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
85345327-61A6-4921-974D-F0F606249F12
预留字段4
Reverse4
@@ -54464,7 +54487,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
4CE7EA3B-010D-4ED2-8F91-CD8AA763CC12
预留字段5
Reverse5
@@ -54476,7 +54499,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
C68BFF2F-769B-4FB0-8F52-149EAD8B6ACE
预留字段6
Reverse6
@@ -54488,7 +54511,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
DA3CAC54-ADE9-4F94-B537-83D99198BF53
预留字段7
Reverse7
@@ -54500,7 +54523,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
B9D87AA7-FFB5-4B49-A7B2-4F12A97F25EB
预留字段8
Reverse8
@@ -54512,7 +54535,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
5AB02821-3534-4CEA-8CEF-D24FB96C6F04
预留字段9
Reverse9
@@ -54524,7 +54547,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
6CF5FCFB-AB61-42DD-9BB4-68557A3F8573
预留字段10
Reverse10
@@ -54536,7 +54559,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
488D28B3-ADB6-4039-BDC6-E7E5D6D5A300
预留字段I1
ReverseI1
@@ -54548,7 +54571,7 @@ Ghra_staff_InsureBase
0
int
-
+
CC0E1EAD-9F62-49CE-97C3-4B5C1A06CF7B
预留字段I2
ReverseI2
@@ -54562,7 +54585,7 @@ Ghra_staff_InsureBase
-
+
3A0A4861-B948-46C6-A286-36BF919DE073
Key_1
Key_1
@@ -54571,15 +54594,15 @@ Ghra_staff_InsureBase
1741137932
Administrator
-
+
-
+
-
+
@@ -54593,7 +54616,7 @@ Ghra_staff_InsureBase
问卷调查
-
+
200C05A2-B543-4071-8A9F-194749B401B9
Id
Id
@@ -54608,7 +54631,7 @@ Ghra_staff_InsureBase
-
+
C05BF1A2-2356-4993-96E9-1DF0F0D07267
创建人
CreateBy
@@ -54622,7 +54645,7 @@ Ghra_staff_InsureBase
-
+
E856787D-4358-4DF9-9B06-775C155DD392
创建时间
CreateTime
@@ -54636,7 +54659,7 @@ Ghra_staff_InsureBase
-
+
6C007AAE-AF41-421D-BD4B-91D923DD13C0
创建程序
CreateProg
@@ -54648,7 +54671,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
DFD6A46C-8A87-42C7-8F10-08410B5AAE79
创建人IP
CreateIP
@@ -54660,7 +54683,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
FAF81843-758E-410F-87A2-648DD7D6A598
修改人
UpdateBy
@@ -54674,7 +54697,7 @@ Ghra_staff_InsureBase
-
+
02B734CD-C608-45BD-973B-363123AE79C8
修改时间
UpdateTime
@@ -54688,7 +54711,7 @@ Ghra_staff_InsureBase
-
+
3A77764B-7953-4521-9587-329A42DD9F34
修改程序
UpdateProg
@@ -54700,7 +54723,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
6C645C12-99B9-4649-A5E0-696C9425E6EC
修改人IP
UpdateIP
@@ -54712,7 +54735,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
691491E3-F483-4339-936B-4CC81A73FD56
操作日志ID
OperateLogID
@@ -54727,7 +54750,7 @@ Ghra_staff_InsureBase
-
+
0D86611F-346C-4516-898D-60CD8EC04DFB
封面图
CoverImageUrl
@@ -54739,7 +54762,7 @@ Ghra_staff_InsureBase
nvarchar(128)
128
-
+
BA5B7197-F7A9-40CD-801E-C149B0C4E8F0
问卷编号
SurveyNo
@@ -54751,7 +54774,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
D0E899D4-1A21-46C7-8E8D-8CBA759F383A
问卷名称
SurveyName
@@ -54763,7 +54786,7 @@ Ghra_staff_InsureBase
nvarchar(64)
64
-
+
7DC5387E-3F52-45F1-B987-96629114C6BF
问卷显示名称
SurveyDisplayName
@@ -54775,7 +54798,7 @@ Ghra_staff_InsureBase
nvarchar(64)
64
-
+
EFA00847-0ABA-4F10-B083-0A2FC0BCA7C1
分类
SurveyClass
@@ -54787,7 +54810,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
D7DCE7AE-B50B-4FFF-B739-8F60402D1E6B
开始时间
BeginTime
@@ -54798,7 +54821,7 @@ Ghra_staff_InsureBase
开始时间
datetime
-
+
37749187-66F1-4C4D-825E-84D2DD5B2EFE
结束时间
EndTime
@@ -54809,7 +54832,7 @@ Ghra_staff_InsureBase
结束时间
datetime
-
+
BBEC2F31-7AD0-4C6C-97B2-FF3BFE3FA88F
结束语
ClosingRemark
@@ -54821,7 +54844,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
BAC368B6-B5BF-4786-B1F8-80EB7117E81A
是否允许查看结果
IsAllowViewResult
@@ -54832,7 +54855,7 @@ Ghra_staff_InsureBase
是否允许查看结果
bit
-
+
4DFF1C3F-1CC9-4FAC-9128-0A07EB686AB6
是否需要登录
IsRequireLogin
@@ -54843,7 +54866,7 @@ Ghra_staff_InsureBase
是否需要登录
bit
-
+
55D0D406-E0CF-4852-831A-03653500A92C
是否匿名
IsAnonymous
@@ -54854,7 +54877,7 @@ Ghra_staff_InsureBase
是否匿名
bit
-
+
F4722C33-E9C5-43B3-8B7A-A155A6BEEFA9
是否积分奖励
IsRewardPoint
@@ -54865,7 +54888,7 @@ Ghra_staff_InsureBase
是否积分奖励
bit
-
+
C6C1FDAF-2C6B-4D82-9268-01855672EA81
奖励积分
PointRewardCount
@@ -54876,7 +54899,7 @@ Ghra_staff_InsureBase
奖励积分
int
-
+
3363C3F6-E9B4-4A7B-AA5F-B6CA63981DB7
部门范围
DeptId
@@ -54888,7 +54911,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
D4370C24-F26A-407E-B144-3B6BCF8FCF74
员工范围
StaffId
@@ -54900,7 +54923,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
A0EAFE6B-75F2-4E5D-B59F-D11532EE6231
风格
PaperStyle
@@ -54912,7 +54935,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
D7F013DC-7D3E-4174-8680-8F587A13848C
说明
DescText
@@ -54924,7 +54947,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
1E086FDB-189B-42E8-8027-48526B989755
标题对齐方式
TitleAlign
@@ -54936,7 +54959,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
30460E81-3CAF-4D9E-9D8C-ACE06B09D3DF
说明对齐方式
DescAlign
@@ -54948,7 +54971,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
7511734D-E43E-44F5-9AEE-CCBA38728898
是否显示序号
ShowSortNo
@@ -54959,7 +54982,7 @@ Ghra_staff_InsureBase
是否显示序号
bit
-
+
C4424FF8-8847-4EDA-BC82-D792A8E5AA09
是否允许多次提交
IsAllowMutiSubmit
@@ -54970,7 +54993,7 @@ Ghra_staff_InsureBase
是否允许多次提交
bit
-
+
63FCD180-CEC3-4CC1-923A-E941719101B2
状态
Status
@@ -54982,7 +55005,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
1974F248-CDCF-4752-9D6F-1BEBE109E7FB
内置
BuiltIn
@@ -54993,7 +55016,7 @@ Ghra_staff_InsureBase
内置
int
-
+
415121D3-7A37-467D-B284-10C892DE6410
备注
RemarkSz
@@ -55008,7 +55031,7 @@ Ghra_staff_InsureBase
-
+
5444AA0A-E823-4B3B-B4E7-41325D041C8C
默认标志
IsDefault
@@ -55023,7 +55046,7 @@ Ghra_staff_InsureBase
-
+
D2683402-2136-4A60-9EE2-F4715633ADE3
删除标志
IsEnable
@@ -55038,7 +55061,7 @@ Ghra_staff_InsureBase
-
+
34B4A2B4-C827-40F7-BACC-C731A5E5FA1B
预留字段1
Reverse1
@@ -55050,7 +55073,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
A287E537-9278-4259-9CCA-4FA964980688
预留字段2
Reverse2
@@ -55062,7 +55085,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
4C650F84-1178-4B33-9F8D-DA3DF6E0EC4B
预留字段3
Reverse3
@@ -55074,7 +55097,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
7E4BBF27-8254-42F9-901D-C2419D50A85E
预留字段4
Reverse4
@@ -55086,7 +55109,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
1D420085-F39D-47B8-9EDC-FC35C6BF5BD9
预留字段5
Reverse5
@@ -55098,7 +55121,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
1EDCC3F3-7B99-4A33-B4CA-26090F12BE0F
预留字段6
Reverse6
@@ -55110,7 +55133,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
5DCF521C-80F3-4C89-8A04-5359C5B621D1
预留字段7
Reverse7
@@ -55122,7 +55145,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
2C24C8F1-72A6-42E2-AF49-558AFAE4DEF9
预留字段8
Reverse8
@@ -55134,7 +55157,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
DE7F61F5-70FD-41DD-B41E-9DA977F3CC23
预留字段9
Reverse9
@@ -55146,7 +55169,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
EA00D525-532D-46F8-81A8-1ED66D516791
预留字段10
Reverse10
@@ -55158,7 +55181,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
A0554CC1-B3B4-4269-BCFB-4B51B73F68D6
预留字段I1
ReverseI1
@@ -55170,7 +55193,7 @@ Ghra_staff_InsureBase
0
int
-
+
11256DFB-928D-4E85-9D18-FB1678AEAC3D
预留字段I2
ReverseI2
@@ -55184,7 +55207,7 @@ Ghra_staff_InsureBase
-
+
5911C7C6-F151-42A4-A4DD-5E014FA9BC96
Key_1
Key_1
@@ -55193,15 +55216,15 @@ Ghra_staff_InsureBase
1741165477
Administrator
-
+
-
+
-
+
@@ -55215,7 +55238,7 @@ Ghra_staff_InsureBase
问卷调查题目
-
+
A1B70EE4-14B1-410B-9E0C-E9A6F7AB9DD3
Id
Id
@@ -55230,7 +55253,7 @@ Ghra_staff_InsureBase
-
+
D93AA204-FB3D-476A-9169-08572EA1269A
创建人
CreateBy
@@ -55244,7 +55267,7 @@ Ghra_staff_InsureBase
-
+
016C034F-EE90-4C59-B12A-4384A0DF70DB
创建时间
CreateTime
@@ -55258,7 +55281,7 @@ Ghra_staff_InsureBase
-
+
997A77ED-E3C7-4293-9034-2C1BD2DF51C7
创建程序
CreateProg
@@ -55270,7 +55293,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
9C240EB1-4940-45BC-A828-54F40A141D04
创建人IP
CreateIP
@@ -55282,7 +55305,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
91F05CA2-4DC0-456B-9F12-746DEA42D5C4
修改人
UpdateBy
@@ -55296,7 +55319,7 @@ Ghra_staff_InsureBase
-
+
45693DFC-54CC-4434-900C-9DA6EBA9D1F0
修改时间
UpdateTime
@@ -55310,7 +55333,7 @@ Ghra_staff_InsureBase
-
+
3E4B9D52-53C4-422C-A510-0EB2564F361C
修改程序
UpdateProg
@@ -55322,7 +55345,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
7620C76D-59D9-4EEC-AA33-C6E53051152D
修改人IP
UpdateIP
@@ -55334,7 +55357,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
0B7C2A4B-2C72-4EBF-B70C-DCFBE0CBA65E
操作日志ID
OperateLogID
@@ -55349,7 +55372,7 @@ Ghra_staff_InsureBase
-
+
2EB5851C-D5F6-4CDF-9A76-0CBFA3A371BC
问卷调查ID
SurveyId
@@ -55360,7 +55383,7 @@ Ghra_staff_InsureBase
问卷调查ID
bigint
-
+
0FC0F647-08A6-4B82-97F6-83D16CC71CE3
题目类型
QuestionType
@@ -55372,7 +55395,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
C067F658-4CA7-416F-9EF0-6C1CC46FEC2E
题目内容
QuestionContent
@@ -55384,7 +55407,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
DFD31E3B-4D79-4A8E-B3A3-E87E17FF2893
题目解析
QuestionAnalysis
@@ -55396,7 +55419,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
E36C5CEC-B48C-4E0F-ADAE-8B90A3E35C55
题目属性
QuestionAttribute
@@ -55408,7 +55431,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
BEF895C9-8288-40A2-BF48-9EDAC8FDC871
是否必填
IsRequired
@@ -55419,7 +55442,7 @@ Ghra_staff_InsureBase
是否必填
bit
-
+
72C1091D-94EF-4BE5-BF2B-CDB3E3DC395E
开始提示
StartTips
@@ -55431,7 +55454,7 @@ Ghra_staff_InsureBase
nvarchar(64)
64
-
+
9213767A-E324-4DEC-85C3-08D6FC6600E4
结束提示
EndTips
@@ -55443,7 +55466,7 @@ Ghra_staff_InsureBase
nvarchar(64)
64
-
+
E7B8ABBC-5078-47A7-BB63-4F494AEC9AD5
图标
QuestionIcon
@@ -55455,7 +55478,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
395BC7E5-D048-40D1-880A-BB332FDD27E9
排序
SortNo
@@ -55466,7 +55489,7 @@ Ghra_staff_InsureBase
排序
int
-
+
693F96BF-DDA4-43CF-A786-8C814BBFEBE4
词云图关键字
WordCloudKeywords
@@ -55478,7 +55501,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
13A697EB-62AF-492F-B621-ECF65141EA40
备注
RemarkSz
@@ -55493,7 +55516,7 @@ Ghra_staff_InsureBase
-
+
691AFA24-65CB-40E5-ADC8-5875CA4D4298
默认标志
IsDefault
@@ -55508,7 +55531,7 @@ Ghra_staff_InsureBase
-
+
A6AA8A78-422C-4782-AAFC-27B21B152D45
删除标志
IsEnable
@@ -55523,7 +55546,7 @@ Ghra_staff_InsureBase
-
+
BEAFD9B7-FB06-4A2B-94FC-EBD7AB1E1094
预留字段1
Reverse1
@@ -55535,7 +55558,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
C0CC2D68-70E8-455B-BAD3-4D87EBF5F71A
预留字段2
Reverse2
@@ -55547,7 +55570,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
3B333C2E-0346-4658-9B7C-A6BC86FC7212
预留字段3
Reverse3
@@ -55559,7 +55582,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
8B666A23-A5EA-458C-AB0E-C73979428D3A
预留字段4
Reverse4
@@ -55571,7 +55594,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
121A806F-97CE-44BC-96D2-A166859D19F8
预留字段5
Reverse5
@@ -55583,7 +55606,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
6F7A009D-8559-4711-B12F-E4FC3762DE79
预留字段6
Reverse6
@@ -55595,7 +55618,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
49566DE5-01A6-4517-B56F-0F9B698B89F0
预留字段7
Reverse7
@@ -55607,7 +55630,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
5A509EDC-0E8D-48A9-9230-33884C12FFD9
预留字段8
Reverse8
@@ -55619,7 +55642,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
D69919BF-27CC-417A-A3D0-F0785B61C438
预留字段9
Reverse9
@@ -55631,7 +55654,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
5FFCAD85-70AB-4684-9DAD-9C01B349595F
预留字段10
Reverse10
@@ -55643,7 +55666,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
7ABC6D3A-5413-4072-B62F-D34ED5CEA2ED
预留字段I1
ReverseI1
@@ -55655,7 +55678,7 @@ Ghra_staff_InsureBase
0
int
-
+
A4ED7A35-4754-4800-9DBF-F3C51D07A4C8
预留字段I2
ReverseI2
@@ -55669,7 +55692,7 @@ Ghra_staff_InsureBase
-
+
581F1855-A4F6-41EC-9876-C04380385E58
Key_1
Key_1
@@ -55678,15 +55701,15 @@ Ghra_staff_InsureBase
1741250200
Administrator
-
+
-
+
-
+
@@ -55700,7 +55723,7 @@ Ghra_staff_InsureBase
问卷调查选项
-
+
AC5EA157-B853-4579-8338-C95474199247
Id
Id
@@ -55715,7 +55738,7 @@ Ghra_staff_InsureBase
-
+
64DFAB4A-2AE3-4E54-80B0-DFA45AF0080B
创建人
CreateBy
@@ -55729,7 +55752,7 @@ Ghra_staff_InsureBase
-
+
5375E8BC-B537-4F71-AA1D-FCE6AA78A71B
创建时间
CreateTime
@@ -55743,7 +55766,7 @@ Ghra_staff_InsureBase
-
+
02E39C1B-CFF8-4F05-8994-6762F4D74379
创建程序
CreateProg
@@ -55755,7 +55778,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
8A983BEA-166D-46C1-914D-B6CF30D0FDA6
创建人IP
CreateIP
@@ -55767,7 +55790,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
32C41845-FAD2-4CE4-AD3B-52A3FEE0EDC6
修改人
UpdateBy
@@ -55781,7 +55804,7 @@ Ghra_staff_InsureBase
-
+
F75EE2E6-70CE-4FA7-A51A-390668D2D50A
修改时间
UpdateTime
@@ -55795,7 +55818,7 @@ Ghra_staff_InsureBase
-
+
C81480EB-E664-4B66-A252-8E4D96C1C9D7
修改程序
UpdateProg
@@ -55807,7 +55830,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
9621138A-6248-4D9E-BE40-B5F6BAC2C657
修改人IP
UpdateIP
@@ -55819,7 +55842,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
C35F2E7B-B189-4E74-96FB-ACE864B0E2C1
操作日志ID
OperateLogID
@@ -55834,7 +55857,7 @@ Ghra_staff_InsureBase
-
+
1D34D924-1F9D-4F9E-AE1E-1957BA549331
问卷调查ID
SurveyId
@@ -55845,7 +55868,7 @@ Ghra_staff_InsureBase
问卷调查ID
bigint
-
+
7FEE2A9C-71AA-4A8E-90CA-2A3B9F752F3E
问卷调查题目ID
SurveyQuestionId
@@ -55856,7 +55879,7 @@ Ghra_staff_InsureBase
问卷调查题目ID
bigint
-
+
2729145A-9B73-401C-AC84-8F1BC962F4B3
选项编号
OptionNo
@@ -55868,7 +55891,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
B7DB1271-6203-408D-B573-2FD25691A3BB
选项内容
OptionContent
@@ -55880,7 +55903,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
65FFAF44-4C16-468E-B671-339C53E8712B
是否必填
IsRequired
@@ -55892,7 +55915,7 @@ Ghra_staff_InsureBase
'false'
bit
-
+
90E83EF9-063D-4D3D-991B-987802A79CDC
分数
Score
@@ -55905,7 +55928,7 @@ Ghra_staff_InsureBase
20
2
-
+
E97B4BF8-27B0-48A7-8F4B-CB061BBC548D
是否其他选项
IsOther
@@ -55917,7 +55940,7 @@ Ghra_staff_InsureBase
'false'
bit
-
+
EBF5CBBD-4A45-4E38-AA66-CF2A4CB4A3D1
其他选项内容
OtherContent
@@ -55929,7 +55952,7 @@ Ghra_staff_InsureBase
nvarchar(128)
128
-
+
DC87AF78-EF75-4767-B6C5-04620C3631F4
图片地址
ImageUrl
@@ -55941,7 +55964,7 @@ Ghra_staff_InsureBase
nvarchar(128)
128
-
+
A2B39468-F80D-405D-B5D9-54550B6681CD
图片宽度
ImageWidthPc
@@ -55953,7 +55976,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
ED645C3F-863E-4E58-BD0A-4F485264FA81
图片宽度APP
ImageWidthApp
@@ -55965,7 +55988,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
FF80963D-FA54-43FA-849C-2DBB112AA1CD
排序号
TaxisNo
@@ -55976,7 +55999,7 @@ Ghra_staff_InsureBase
排序号
int
-
+
611145E3-A4D2-48C3-B50B-DB56B19E54CD
排序
SortNo
@@ -55987,7 +56010,7 @@ Ghra_staff_InsureBase
排序
int
-
+
3FD2722D-25D1-43B7-A409-F588A844AB26
备注
RemarkSz
@@ -56002,7 +56025,7 @@ Ghra_staff_InsureBase
-
+
871F27C5-E40D-4242-B783-0468C082C2D3
默认标志
IsDefault
@@ -56017,7 +56040,7 @@ Ghra_staff_InsureBase
-
+
E0123FE1-AF1B-41C4-A98E-862F6550C553
删除标志
IsEnable
@@ -56032,7 +56055,7 @@ Ghra_staff_InsureBase
-
+
C2DA56AE-163B-4B05-93A9-332E3E301603
预留字段1
Reverse1
@@ -56044,7 +56067,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
5B9CD63D-BE5F-41F2-B5B5-C9CF29BFEEE5
预留字段2
Reverse2
@@ -56056,7 +56079,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
2B9DEB1E-CBED-4E04-ACF8-BEB2E141B42D
预留字段3
Reverse3
@@ -56068,7 +56091,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
CA5D01E4-EFC4-4C10-8DC9-B4396BC89075
预留字段4
Reverse4
@@ -56080,7 +56103,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
D68D8AAF-7BCC-405F-8683-3218493E7519
预留字段5
Reverse5
@@ -56092,7 +56115,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
999241B4-7A8A-43B3-8D6E-E11CDB7373F0
预留字段6
Reverse6
@@ -56104,7 +56127,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
97287D82-FF11-4C4A-9164-C9B4262A580C
预留字段7
Reverse7
@@ -56116,7 +56139,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
38608FC6-A95A-4D94-8D98-4EC0F3C8A68E
预留字段8
Reverse8
@@ -56128,7 +56151,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
460CC9D3-302E-4F4F-854A-8D8FED4E77E6
预留字段9
Reverse9
@@ -56140,7 +56163,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
11952B3C-B9DB-4DC1-AD5D-2099D0C919A5
预留字段10
Reverse10
@@ -56152,7 +56175,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
A9799A45-3A9E-4569-976E-E3A17612AAD3
预留字段I1
ReverseI1
@@ -56164,7 +56187,7 @@ Ghra_staff_InsureBase
0
int
-
+
FCABE4B7-A171-4AEC-9FDE-44C3B78E8A52
预留字段I2
ReverseI2
@@ -56178,7 +56201,7 @@ Ghra_staff_InsureBase
-
+
81FDFFD1-DEF4-4062-AA86-0414963F0F7D
Key_1
Key_1
@@ -56187,15 +56210,15 @@ Ghra_staff_InsureBase
1741251764
Administrator
-
+
-
+
-
+
@@ -56209,7 +56232,7 @@ Ghra_staff_InsureBase
问卷调查记录
-
+
B7F842A3-4D12-46D6-A152-331B057BA019
Id
Id
@@ -56224,7 +56247,7 @@ Ghra_staff_InsureBase
-
+
ED681E2E-7CF4-40E6-BD03-A6ECA9BEDEB7
创建人
CreateBy
@@ -56238,7 +56261,7 @@ Ghra_staff_InsureBase
-
+
21DCE7CA-497F-4A41-AE04-281CB4A9EEC5
创建时间
CreateTime
@@ -56252,7 +56275,7 @@ Ghra_staff_InsureBase
-
+
379BFD62-D4FF-4789-9F03-F495C31F99C6
创建程序
CreateProg
@@ -56264,7 +56287,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
B9CEA403-5A26-400D-8141-D63B585EA71B
创建人IP
CreateIP
@@ -56276,7 +56299,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
E998BEE3-582E-4A2C-8ADB-159629814065
修改人
UpdateBy
@@ -56290,7 +56313,7 @@ Ghra_staff_InsureBase
-
+
E9A965F7-CCF5-4E92-BBE7-7EDEA2847943
修改时间
UpdateTime
@@ -56304,7 +56327,7 @@ Ghra_staff_InsureBase
-
+
31C493A7-2F12-447F-A0D1-497DE8CB5230
修改程序
UpdateProg
@@ -56316,7 +56339,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
F63A3713-727E-4377-AB84-3FBEF13CFE19
修改人IP
UpdateIP
@@ -56328,7 +56351,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
76121A8E-906C-4A55-B9CA-C51A7B706093
操作日志ID
OperateLogID
@@ -56343,7 +56366,7 @@ Ghra_staff_InsureBase
-
+
08C1C752-5296-45F8-804E-CC961D1E54C2
问卷调查ID
SurveyId
@@ -56354,7 +56377,7 @@ Ghra_staff_InsureBase
问卷调查ID
bigint
-
+
BF0E45B1-DCB7-4F8C-A824-2D0534412F71
员工ID
StaffId
@@ -56365,7 +56388,7 @@ Ghra_staff_InsureBase
员工ID
int
-
+
73926CCB-C21D-401B-8FD5-6565B7ACF6B9
得分
Score
@@ -56378,7 +56401,7 @@ Ghra_staff_InsureBase
20
2
-
+
3ADE3301-6633-4DC2-948E-B6828A6A5B60
调整得分
AdjustScore
@@ -56392,7 +56415,7 @@ Ghra_staff_InsureBase
20
2
-
+
21CBE51E-7770-4FDB-824A-B486DDF7E911
提交时间
SubmitDate
@@ -56403,7 +56426,7 @@ Ghra_staff_InsureBase
提交时间
datetime
-
+
53396E40-347E-4DB4-8CBE-4A5B218037D7
开始时间
BeginTime
@@ -56414,7 +56437,7 @@ Ghra_staff_InsureBase
开始时间
datetime
-
+
2A7143CA-A2AF-445B-8A2F-3A8F45DAD95D
结束时间
EndTime
@@ -56425,7 +56448,7 @@ Ghra_staff_InsureBase
结束时间
datetime
-
+
0503ED2C-6AAD-457A-B715-6F19370963D6
实际开始时间
ActualBeginTime
@@ -56436,7 +56459,7 @@ Ghra_staff_InsureBase
实际开始时间
datetime
-
+
B8827AF3-D881-463F-9736-B8E02A7ACCDF
实际结束时间
ActualEndTime
@@ -56447,7 +56470,7 @@ Ghra_staff_InsureBase
实际结束时间
datetime
-
+
D273A77A-9568-430E-B7BC-B414122C2D46
是否查看结果
IsView
@@ -56459,7 +56482,7 @@ Ghra_staff_InsureBase
'false'
bit
-
+
90EE80F0-F135-4CA8-91CE-98C99C8E1911
查看结果时间
ViewTime
@@ -56470,7 +56493,7 @@ Ghra_staff_InsureBase
查看结果时间
datetime
-
+
95F31767-BDCE-4F95-BDE1-325F9BE43361
开班ID
OpenClassId
@@ -56481,7 +56504,7 @@ Ghra_staff_InsureBase
开班ID
bigint
-
+
ADB36163-6475-499E-9613-FFD47F259698
开班反馈单ID
OpenClassFeedbackId
@@ -56492,7 +56515,7 @@ Ghra_staff_InsureBase
开班反馈单ID
bigint
-
+
975F7761-265F-4D0E-B41F-54C90D095966
备注
RemarkSz
@@ -56507,7 +56530,7 @@ Ghra_staff_InsureBase
-
+
F1AB09E9-8137-4EE0-8375-9A74C163DEEC
默认标志
IsDefault
@@ -56522,7 +56545,7 @@ Ghra_staff_InsureBase
-
+
1926AFA8-EFE5-4B44-9FE0-E672AFB6E957
删除标志
IsEnable
@@ -56537,7 +56560,7 @@ Ghra_staff_InsureBase
-
+
54DEA7D2-716D-4491-9B25-4E1476B6AE57
预留字段1
Reverse1
@@ -56549,7 +56572,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
DC20FCAC-95AA-41B5-9514-4EB21CAA460D
预留字段2
Reverse2
@@ -56561,7 +56584,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
ED965667-48E5-4761-8190-7A7744F663FF
预留字段3
Reverse3
@@ -56573,7 +56596,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
2AE96564-26F9-452B-B57D-93F100DA0BCB
预留字段4
Reverse4
@@ -56585,7 +56608,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
448AE760-1FAB-45FA-A0DC-37822376F3D1
预留字段5
Reverse5
@@ -56597,7 +56620,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
6CEB8C69-9841-4BCB-B265-97CB0F71837A
预留字段6
Reverse6
@@ -56609,7 +56632,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
A9FA7D31-9F0E-428E-A55E-3B798718C70B
预留字段7
Reverse7
@@ -56621,7 +56644,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
82249AF9-B2BD-43CB-BF41-29DB7DF1F930
预留字段8
Reverse8
@@ -56633,7 +56656,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
1EBA4BD9-EA02-4D8F-8556-5A0E8DDAC361
预留字段9
Reverse9
@@ -56645,7 +56668,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
FF1DDD87-61C4-4812-8DE4-A68D34F4E3E8
预留字段10
Reverse10
@@ -56657,7 +56680,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
7B998E35-D96C-4D70-ABE0-6F22D8B687F6
预留字段I1
ReverseI1
@@ -56669,7 +56692,7 @@ Ghra_staff_InsureBase
0
int
-
+
53DBE27B-0711-4709-9905-3E52904BC4E6
预留字段I2
ReverseI2
@@ -56683,7 +56706,7 @@ Ghra_staff_InsureBase
-
+
69572951-D015-46FF-9E7A-3B63A5983805
Key_1
Key_1
@@ -56692,15 +56715,15 @@ Ghra_staff_InsureBase
1741253408
Administrator
-
+
-
+
-
+
@@ -56714,7 +56737,7 @@ Ghra_staff_InsureBase
问卷调查记录明细
-
+
4A0B88E7-1992-4161-8105-24CB731B1CD0
Id
Id
@@ -56729,7 +56752,7 @@ Ghra_staff_InsureBase
-
+
3F37E63E-9AEE-466D-898B-3EC1CF1B171C
创建人
CreateBy
@@ -56743,7 +56766,7 @@ Ghra_staff_InsureBase
-
+
A5233AEE-7408-4667-A06A-92BD6E8630D0
创建时间
CreateTime
@@ -56757,7 +56780,7 @@ Ghra_staff_InsureBase
-
+
5D735D91-425D-43F1-8D28-F4C92A13530A
创建程序
CreateProg
@@ -56769,7 +56792,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
F680F0A9-7ECB-4F47-9B51-726BBE6D9357
创建人IP
CreateIP
@@ -56781,7 +56804,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
FC255477-FC7B-4AE6-BE7F-8EBAC7ED3F93
修改人
UpdateBy
@@ -56795,7 +56818,7 @@ Ghra_staff_InsureBase
-
+
9FD24622-8A7F-45EF-8421-DB71B6186E00
修改时间
UpdateTime
@@ -56809,7 +56832,7 @@ Ghra_staff_InsureBase
-
+
C12A33DD-79DA-4BE2-A65B-A9DFA9DDFA10
修改程序
UpdateProg
@@ -56821,7 +56844,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
443E69B0-1CCC-4218-B56A-894BFEC650DB
修改人IP
UpdateIP
@@ -56833,7 +56856,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
C7C5BC63-C847-4704-B1E7-5EA754A31BB9
操作日志ID
OperateLogID
@@ -56848,7 +56871,7 @@ Ghra_staff_InsureBase
-
+
7A7E9AB6-268B-471A-92EC-4D637D142A8E
问卷调查ID
SurveyId
@@ -56859,7 +56882,7 @@ Ghra_staff_InsureBase
问卷调查ID
bigint
-
+
8B5C8257-C7D4-43D5-8732-ACDF3F5C21F5
问卷调查记录ID
SurveyRecordId
@@ -56870,7 +56893,7 @@ Ghra_staff_InsureBase
问卷调查记录ID
bigint
-
+
7AFC4881-7504-4D02-B7AB-EB9257254107
问卷调查题目ID
SurveyQuestionId
@@ -56881,7 +56904,7 @@ Ghra_staff_InsureBase
问卷调查题目ID
bigint
-
+
0EEC4E34-139A-49F3-93B5-3CA9616DF076
员工ID
StaffId
@@ -56892,7 +56915,7 @@ Ghra_staff_InsureBase
员工ID
bigint
-
+
023215A1-8B83-42A4-928F-13FF4F3BACFA
得分
Score
@@ -56905,7 +56928,7 @@ Ghra_staff_InsureBase
20
2
-
+
DF47A743-9814-4447-8B01-24545B224D61
备注
RemarkSz
@@ -56920,7 +56943,7 @@ Ghra_staff_InsureBase
-
+
E8E6A350-65B3-4AAB-B396-711E1C96F943
默认标志
IsDefault
@@ -56935,7 +56958,7 @@ Ghra_staff_InsureBase
-
+
F5A3B104-24C3-47DF-B620-8335651E780A
删除标志
IsEnable
@@ -56950,7 +56973,7 @@ Ghra_staff_InsureBase
-
+
E1C539E3-694D-482C-A7AA-F31A910DD815
预留字段1
Reverse1
@@ -56962,7 +56985,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
F1F31147-456B-450B-9587-F226B53BC05A
预留字段2
Reverse2
@@ -56974,7 +56997,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
347F05FC-2999-4E81-8C7B-332AF87741F2
预留字段3
Reverse3
@@ -56986,7 +57009,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
35FBCDB4-2051-4077-B1FE-71D49ACFD7C1
预留字段4
Reverse4
@@ -56998,7 +57021,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
0B5EA59A-DDAC-4E94-A1DC-B1783CB806D8
预留字段5
Reverse5
@@ -57010,7 +57033,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
E483D955-513C-4018-BEEA-389DA25F2E5A
预留字段6
Reverse6
@@ -57022,7 +57045,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
3D9FEE0F-42EA-4131-A5AD-CAD8FDCEC9C3
预留字段7
Reverse7
@@ -57034,7 +57057,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
C3A4BB23-9ECA-400D-A77E-30A78D2407AE
预留字段8
Reverse8
@@ -57046,7 +57069,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
00AABF20-7104-4B67-B234-62B11B7700BC
预留字段9
Reverse9
@@ -57058,7 +57081,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
6646B7D7-2103-4FCA-988E-6EF74756D440
预留字段10
Reverse10
@@ -57070,7 +57093,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
8E3425AB-3F9E-455C-9B44-079CF80159D7
预留字段I1
ReverseI1
@@ -57082,7 +57105,7 @@ Ghra_staff_InsureBase
0
int
-
+
A279236F-5FA8-4F8A-A0B0-B7C45D8E3B02
预留字段I2
ReverseI2
@@ -57096,7 +57119,7 @@ Ghra_staff_InsureBase
-
+
2BBE0E62-932C-4042-BCDE-BCA4550F0BD3
Key_1
Key_1
@@ -57105,15 +57128,15 @@ Ghra_staff_InsureBase
1741253490
Administrator
-
+
-
+
-
+
@@ -57127,7 +57150,7 @@ Ghra_staff_InsureBase
问卷调查记录选项
-
+
89675DE6-5605-472B-BD6A-6006E6595065
Id
Id
@@ -57142,7 +57165,7 @@ Ghra_staff_InsureBase
-
+
32351E55-59AC-4B2A-BB22-47395539DD98
创建人
CreateBy
@@ -57156,7 +57179,7 @@ Ghra_staff_InsureBase
-
+
2D85D402-DA77-40E9-BA15-1286B0D9A8EA
创建时间
CreateTime
@@ -57170,7 +57193,7 @@ Ghra_staff_InsureBase
-
+
986FD562-1411-4FB1-8EA2-F6ACFE2EE96E
创建程序
CreateProg
@@ -57182,7 +57205,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
B391AA52-B47A-4B8B-A1E1-DF14B542E21C
创建人IP
CreateIP
@@ -57194,7 +57217,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
43C816DF-B02B-4F40-A78F-3CEA5537D4D1
修改人
UpdateBy
@@ -57208,7 +57231,7 @@ Ghra_staff_InsureBase
-
+
D1BAEAC1-D081-45F9-8D47-81F80937AE79
修改时间
UpdateTime
@@ -57222,7 +57245,7 @@ Ghra_staff_InsureBase
-
+
DC4F0377-6DB0-4818-AE8A-A4B6AF59BA4A
修改程序
UpdateProg
@@ -57234,7 +57257,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
18B792A7-DFBB-469B-8607-39FF37B74601
修改人IP
UpdateIP
@@ -57246,7 +57269,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
B8C99D9E-4BF1-40C4-9E24-28E54113D959
操作日志ID
OperateLogID
@@ -57261,7 +57284,7 @@ Ghra_staff_InsureBase
-
+
3843C423-C9AD-42BD-80EE-A47A50862548
问卷调查ID
SurveyId
@@ -57272,7 +57295,7 @@ Ghra_staff_InsureBase
问卷调查ID
bigint
-
+
905F459E-86AA-4B67-AD7A-37B6A1E525D3
问卷调查记录ID
SurveyRecordId
@@ -57283,7 +57306,7 @@ Ghra_staff_InsureBase
问卷调查记录ID
bigint
-
+
50D7E5E4-3927-4EED-A3FD-0F8BEFDE1A31
问卷调查记录明细ID
SurveyRecordDetailId
@@ -57294,7 +57317,7 @@ Ghra_staff_InsureBase
问卷调查记录明细ID
bigint
-
+
0B206621-75DA-426D-8C11-D6F3ED0B5E9B
问卷调查题目ID
SurveyQuestionId
@@ -57305,7 +57328,7 @@ Ghra_staff_InsureBase
问卷调查题目ID
bigint
-
+
BCE32D94-40E4-4648-A772-E8A888319E7A
题目选项ID
SurveyQuestionOptionId
@@ -57316,7 +57339,7 @@ Ghra_staff_InsureBase
题目选项ID
bigint
-
+
96791EB4-236F-462C-AFEA-EBFC9C0BB4C4
员工ID
StaffId
@@ -57327,7 +57350,7 @@ Ghra_staff_InsureBase
员工ID
bigint
-
+
264479B2-A6B0-4F11-A4DF-4BD02082BA9C
题目选项内容
OptionContent
@@ -57339,7 +57362,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
9331587C-F162-461B-B87D-5CF58FC73384
得分
Score
@@ -57352,7 +57375,7 @@ Ghra_staff_InsureBase
20
2
-
+
7B3BE267-CB6F-405F-AA7A-C3FE9DCD9DF7
备注
RemarkSz
@@ -57367,7 +57390,7 @@ Ghra_staff_InsureBase
-
+
F9B6BF5D-0855-49C1-BB4D-3A75AC4DEA6E
默认标志
IsDefault
@@ -57382,7 +57405,7 @@ Ghra_staff_InsureBase
-
+
7AD4C719-4479-4EFC-9E45-4EC57F9BCE0C
删除标志
IsEnable
@@ -57397,7 +57420,7 @@ Ghra_staff_InsureBase
-
+
4D7CB260-5FF3-4490-83D2-56C21CC4FCFA
预留字段1
Reverse1
@@ -57409,7 +57432,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
AC25B578-EE0C-46A9-AC0D-D7B6CD5E2AD3
预留字段2
Reverse2
@@ -57421,7 +57444,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
09118C0D-4978-44A0-B330-E387124CF5BB
预留字段3
Reverse3
@@ -57433,7 +57456,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
0DE372FA-ECDB-48A6-A3A0-7022B9E5EFCF
预留字段4
Reverse4
@@ -57445,7 +57468,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
1C91AC09-898B-4AEE-B612-732A0B8D4B37
预留字段5
Reverse5
@@ -57457,7 +57480,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
EFF72D2F-D85F-485B-B965-5F16883AAE18
预留字段6
Reverse6
@@ -57469,7 +57492,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
6284017F-4676-4E8A-B2DF-98AABF29B885
预留字段7
Reverse7
@@ -57481,7 +57504,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
02D01379-06E2-4A8B-A4EF-78DFB2DD8976
预留字段8
Reverse8
@@ -57493,7 +57516,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
270EF6F1-07BB-4782-97B5-65118D684F5B
预留字段9
Reverse9
@@ -57505,7 +57528,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
9B935AAC-81E4-43FF-B7FD-6716BA76450C
预留字段10
Reverse10
@@ -57517,7 +57540,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
60748544-C110-4C64-AC21-2CA50C6858E3
预留字段I1
ReverseI1
@@ -57529,7 +57552,7 @@ Ghra_staff_InsureBase
0
int
-
+
8E319F74-9749-4CE2-8D5E-7AAE565B999C
预留字段I2
ReverseI2
@@ -57543,7 +57566,7 @@ Ghra_staff_InsureBase
-
+
97671D60-84B9-4462-8968-3AA64044B823
Key_1
Key_1
@@ -57552,15 +57575,15 @@ Ghra_staff_InsureBase
1741254772
Administrator
-
+
-
+
-
+
@@ -57574,7 +57597,7 @@ Ghra_staff_InsureBase
问卷题库
-
+
C08A7D2A-4A37-41C0-8B34-3D5449D61E06
Id
Id
@@ -57589,7 +57612,7 @@ Ghra_staff_InsureBase
-
+
3BFAA9C7-5CAB-4D77-8339-BF94042B7A5B
创建人
CreateBy
@@ -57603,7 +57626,7 @@ Ghra_staff_InsureBase
-
+
492CBD87-316E-4C94-B793-9029DABC5640
创建时间
CreateTime
@@ -57617,7 +57640,7 @@ Ghra_staff_InsureBase
-
+
72E0BFAB-87EE-4F3A-B910-800811BA2332
创建程序
CreateProg
@@ -57629,7 +57652,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
CFC95343-155A-4C81-B4BC-B44D24269532
创建人IP
CreateIP
@@ -57641,7 +57664,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
9F2DBC3D-0103-49B3-99FC-569DFF0346E4
修改人
UpdateBy
@@ -57655,7 +57678,7 @@ Ghra_staff_InsureBase
-
+
F457BEBF-FBD4-4107-9BA3-FCB3BF19D1C8
修改时间
UpdateTime
@@ -57669,7 +57692,7 @@ Ghra_staff_InsureBase
-
+
79F57B96-1CCF-45F4-935B-AF8E6D18CBEB
修改程序
UpdateProg
@@ -57681,7 +57704,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
9B2A02A8-F546-498A-966B-CDC40A16A91C
修改人IP
UpdateIP
@@ -57693,7 +57716,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
60948929-0A03-49B4-B0CD-03B90CF82EE3
操作日志ID
OperateLogID
@@ -57708,7 +57731,7 @@ Ghra_staff_InsureBase
-
+
89793AFC-3A03-4302-807F-622B97B95A3E
问卷调查ID
SurveyId
@@ -57719,7 +57742,7 @@ Ghra_staff_InsureBase
问卷调查ID
bigint
-
+
590DD355-975F-4DF5-8816-EEAA82BC45FA
问卷调查题目ID
SurveyQuestionId
@@ -57730,7 +57753,7 @@ Ghra_staff_InsureBase
问卷调查题目ID
bigint
-
+
45888244-9B47-4128-80C9-1F00C587F044
题目编号
QuestionNo
@@ -57742,7 +57765,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
9B67197F-8388-436C-BADA-CE771C8A07B6
题目类型
QuestionType
@@ -57754,7 +57777,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
6CA1ECDB-EC43-48F9-85DA-5991219A61DD
题目内容
QuestionContent
@@ -57766,7 +57789,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
5D493212-64E5-4C19-80EE-1D0B765B6A3B
题目解析
QuestionAnalysis
@@ -57778,7 +57801,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
389350EA-674D-4DFD-80D8-38A45E0E0EB8
是否必填
IsRequired
@@ -57789,7 +57812,7 @@ Ghra_staff_InsureBase
是否必填
bit
-
+
6AB35D5E-7AEA-43E3-B3E7-02D664B7843F
开始提示
StartTips
@@ -57801,7 +57824,7 @@ Ghra_staff_InsureBase
nvarchar(64)
64
-
+
AA6B1285-A14E-44D7-9981-6851181620C7
结束提示
EndTips
@@ -57813,7 +57836,7 @@ Ghra_staff_InsureBase
nvarchar(64)
64
-
+
68247BD8-21C4-428F-A2DD-2A5617294F3D
图标
QuestionIcon
@@ -57825,7 +57848,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
597FD412-C703-461F-9F22-BC3A7822D124
排序
SortNo
@@ -57836,7 +57859,7 @@ Ghra_staff_InsureBase
排序
int
-
+
C53B60E9-3FED-49A8-B2EC-84E89EC2CE48
词云图关键字
WordCloudKeywords
@@ -57848,7 +57871,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
32DAF291-50EC-40DD-8EAB-08DC0625AFDF
状态
Status
@@ -57860,7 +57883,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
E7CF8993-9E11-4A75-8635-D07AC937B84C
内置
BuiltIn
@@ -57871,7 +57894,7 @@ Ghra_staff_InsureBase
内置
int
-
+
39F88343-9A88-4DBA-ACC4-27EDE74E4394
备注
RemarkSz
@@ -57886,7 +57909,7 @@ Ghra_staff_InsureBase
-
+
68DF481D-DC64-4BAD-B386-8D57010F611C
默认标志
IsDefault
@@ -57901,7 +57924,7 @@ Ghra_staff_InsureBase
-
+
A051E0EF-981F-4112-9FC0-D5CFDDCF2B18
删除标志
IsEnable
@@ -57916,7 +57939,7 @@ Ghra_staff_InsureBase
-
+
D1264951-6FFB-4080-A205-3E72A726F9EE
预留字段1
Reverse1
@@ -57928,7 +57951,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
DFBE22C1-9060-4A51-8A01-8A217BD00744
预留字段2
Reverse2
@@ -57940,7 +57963,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
F736058A-05B5-46DF-A821-3A46AB7A5B8E
预留字段3
Reverse3
@@ -57952,7 +57975,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
7ACF8F19-7B87-4764-99FE-13F1F79540AA
预留字段4
Reverse4
@@ -57964,7 +57987,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
5EDE5AFE-F73A-4661-B037-98234E4A1884
预留字段5
Reverse5
@@ -57976,7 +57999,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
DF4E6D22-09D5-49FA-8CFE-6FCC3C805FBE
预留字段6
Reverse6
@@ -57988,7 +58011,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
63B939EF-A249-418F-AA19-C9B4207E2943
预留字段7
Reverse7
@@ -58000,7 +58023,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
40996A39-DF6B-468C-8AA9-812983A030CD
预留字段8
Reverse8
@@ -58012,7 +58035,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
61320949-7A5F-40B3-99E7-16CFBC82AD3A
预留字段9
Reverse9
@@ -58024,7 +58047,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
828E3758-F454-4089-9A4B-927C4AEB9729
预留字段10
Reverse10
@@ -58036,7 +58059,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
B433726D-9B6D-4859-997F-7F8D51A215DB
预留字段I1
ReverseI1
@@ -58048,7 +58071,7 @@ Ghra_staff_InsureBase
0
int
-
+
44D2FD9E-657C-4C2A-BAED-4B0ED03C80A7
预留字段I2
ReverseI2
@@ -58062,7 +58085,7 @@ Ghra_staff_InsureBase
-
+
507FC4F9-560B-42E7-A317-147C84F6D60A
Key_1
Key_1
@@ -58071,15 +58094,15 @@ Ghra_staff_InsureBase
1741255608
Administrator
-
+
-
+
-
+
@@ -58093,7 +58116,7 @@ Ghra_staff_InsureBase
问卷题库选项
-
+
805CAC7E-4760-4C51-B9A7-228318223A71
Id
Id
@@ -58108,7 +58131,7 @@ Ghra_staff_InsureBase
-
+
A7318262-55BC-46F9-AD71-41DE85CD912D
创建人
CreateBy
@@ -58122,7 +58145,7 @@ Ghra_staff_InsureBase
-
+
2E4E75D4-67EF-47E4-A98A-8CBA77B0E3C8
创建时间
CreateTime
@@ -58136,7 +58159,7 @@ Ghra_staff_InsureBase
-
+
7FE912B5-8120-4407-AD45-AFD8C9A44F01
创建程序
CreateProg
@@ -58148,7 +58171,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
E8B747C1-D20D-40E5-B1D8-6A9102C1A9E2
创建人IP
CreateIP
@@ -58160,7 +58183,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
F115C332-9F82-4D72-909D-FE5D63B53749
修改人
UpdateBy
@@ -58174,7 +58197,7 @@ Ghra_staff_InsureBase
-
+
FBCB4403-9582-473D-B5D1-BDE7EC06D76D
修改时间
UpdateTime
@@ -58188,7 +58211,7 @@ Ghra_staff_InsureBase
-
+
6BBF68F4-B19B-420E-A959-BB1E5490432C
修改程序
UpdateProg
@@ -58200,7 +58223,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
22F10EBA-1A44-48E5-9184-7643DF0BBB65
修改人IP
UpdateIP
@@ -58212,7 +58235,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
EF55AF05-7FC7-4E6B-B52D-AEB884F5B45B
操作日志ID
OperateLogID
@@ -58227,7 +58250,7 @@ Ghra_staff_InsureBase
-
+
A41C03DE-018F-4511-9B17-11D97C130E5F
问卷题库ID
SurveyQuestionPoolId
@@ -58238,7 +58261,7 @@ Ghra_staff_InsureBase
问卷调查ID
bigint
-
+
2106B10A-AD2D-4710-BE65-8BEBE11001E9
选项编号
OptionNo
@@ -58250,7 +58273,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
FB3A6BDB-D4A9-40CC-AF9A-20296F510C8D
选项内容
OptionContent
@@ -58262,7 +58285,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
C7AED9AE-0A5E-4BBD-974B-0ED33F544B23
是否必填
IsRequired
@@ -58274,7 +58297,7 @@ Ghra_staff_InsureBase
'false'
bit
-
+
D14A5A58-6EB2-4EFE-9AC6-1675484A571D
分数
Score
@@ -58287,7 +58310,7 @@ Ghra_staff_InsureBase
20
2
-
+
81FB90DB-ACC0-4C6F-9092-33C83D105D51
是否其他选项
IsOther
@@ -58299,7 +58322,7 @@ Ghra_staff_InsureBase
'false'
bit
-
+
E38223D9-8B58-4D03-8784-D97CD68D2C51
图片地址
ImageUrl
@@ -58311,7 +58334,7 @@ Ghra_staff_InsureBase
nvarchar(128)
128
-
+
8938B4AF-3633-4DF1-ABF8-E6A8365B9D04
图片宽度
ImageWidthPc
@@ -58323,7 +58346,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
48D575A0-A7FD-4640-99CD-EF709B3D2340
图片宽度APP
ImageWidthApp
@@ -58335,7 +58358,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
E37F5EFD-B67E-4EFE-B4E2-B0B4D88154AF
排序号
TaxisNo
@@ -58346,7 +58369,7 @@ Ghra_staff_InsureBase
排序号
int
-
+
AE6C6EAA-AB7B-4812-B68E-AD01E10FDDE8
排序
SortNo
@@ -58357,7 +58380,7 @@ Ghra_staff_InsureBase
排序
int
-
+
440E3896-B9A2-49DC-8645-E79C55DC727C
状态
Status
@@ -58369,7 +58392,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
1DACAB9B-4A26-4727-8201-DCA1E4F741C8
备注
RemarkSz
@@ -58384,7 +58407,7 @@ Ghra_staff_InsureBase
-
+
54BE55DB-EB5E-4910-8EE8-6FD484D8B59C
默认标志
IsDefault
@@ -58399,7 +58422,7 @@ Ghra_staff_InsureBase
-
+
59ACD81C-896A-4ABC-927A-8C7B208705B5
删除标志
IsEnable
@@ -58414,7 +58437,7 @@ Ghra_staff_InsureBase
-
+
E9880662-7BEE-4EA0-AE27-C7A5940C875C
预留字段1
Reverse1
@@ -58426,7 +58449,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
DF79ABCA-C549-4EC8-9F11-EA94E869514A
预留字段2
Reverse2
@@ -58438,7 +58461,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
C37FBF53-43E8-4508-9B4C-120D8B26E51B
预留字段3
Reverse3
@@ -58450,7 +58473,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
6929D32E-F654-46DF-A5A3-3C59F05AA727
预留字段4
Reverse4
@@ -58462,7 +58485,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
35CE2AFB-BA05-48CF-B66C-8E751B2CF304
预留字段5
Reverse5
@@ -58474,7 +58497,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
1EA7D449-246B-4B4C-8F78-03CF4481C301
预留字段6
Reverse6
@@ -58486,7 +58509,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
00DC805D-CFE5-4D62-89E6-05F350758444
预留字段7
Reverse7
@@ -58498,7 +58521,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
B25BAC0D-3AD0-4046-A39C-5EB794234219
预留字段8
Reverse8
@@ -58510,7 +58533,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
85E4EEEF-43BF-4B6E-A7C6-A105B9FFB318
预留字段9
Reverse9
@@ -58522,7 +58545,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
CED6148F-39A2-4A95-885F-23A2BF937709
预留字段10
Reverse10
@@ -58534,7 +58557,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
39242EB5-E6B8-47A8-B15E-79950E74D1E0
预留字段I1
ReverseI1
@@ -58546,7 +58569,7 @@ Ghra_staff_InsureBase
0
int
-
+
6B19C692-9ED5-4547-95AE-2ED250DB2AA4
预留字段I2
ReverseI2
@@ -58560,7 +58583,7 @@ Ghra_staff_InsureBase
-
+
4D749826-8421-42CF-87EE-955BF1A7C06B
Key_1
Key_1
@@ -58569,15 +58592,15 @@ Ghra_staff_InsureBase
1741255827
Administrator
-
+
-
+
-
+
@@ -58591,7 +58614,7 @@ Ghra_staff_InsureBase
多岗维护
-
+
5902C123-D4B6-4B16-B049-956C5B3C54E0
Id
Id
@@ -58606,7 +58629,7 @@ Ghra_staff_InsureBase
-
+
C2FB1AA0-A795-4D54-830C-AEE25F8AF70C
创建人
CreateBy
@@ -58620,7 +58643,7 @@ Ghra_staff_InsureBase
-
+
BD1181C6-C5A8-4853-A2F0-444AE1B25767
创建时间
CreateTime
@@ -58634,7 +58657,7 @@ Ghra_staff_InsureBase
-
+
E813B2F3-86BC-4F56-B03A-430D72756530
创建程序
CreateProg
@@ -58646,7 +58669,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
090E367D-8F91-4EAE-8735-AAE68A06BB5A
创建人IP
CreateIP
@@ -58658,7 +58681,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
1E6C3D7E-6D21-4657-83C3-3FDD3F1752E2
修改人
UpdateBy
@@ -58672,7 +58695,7 @@ Ghra_staff_InsureBase
-
+
52BD1C1D-5622-48FF-A907-707F00A04904
修改时间
UpdateTime
@@ -58686,7 +58709,7 @@ Ghra_staff_InsureBase
-
+
4526C0B6-2129-4B4A-8050-D93475372A2D
修改程序
UpdateProg
@@ -58698,7 +58721,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
03BAC553-C76E-400A-A58E-F64BA2C1C0E0
修改人IP
UpdateIP
@@ -58710,7 +58733,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
1F2A0F75-BEC2-4126-ACD8-2142BDD54FD7
操作日志ID
OperateLogID
@@ -58725,7 +58748,7 @@ Ghra_staff_InsureBase
-
+
3DAC2129-E120-4FF4-B0EC-2F032C71C25A
集团数据归属
DataBelongID
@@ -58736,7 +58759,7 @@ Ghra_staff_InsureBase
集团数据归属
int
-
+
8E505182-A01A-4ECA-8CB5-8BAE4AD0459C
员工ID
StaffId
@@ -58747,7 +58770,7 @@ Ghra_staff_InsureBase
员工ID
int
-
+
ACA873EA-7F49-432C-BD2E-E722B803C165
生效日
EffectiveDate
@@ -58758,7 +58781,7 @@ Ghra_staff_InsureBase
生效日
datetime
-
+
2D5CBF11-35B3-4C37-8950-626AFE0CB7E3
岗位1
TitleId1
@@ -58769,7 +58792,7 @@ Ghra_staff_InsureBase
岗位1
int
-
+
ED3CE348-6349-4432-9460-5D1495548F3A
岗位2
TitleId2
@@ -58780,7 +58803,7 @@ Ghra_staff_InsureBase
岗位2
int
-
+
C1FFBB19-F744-42AD-AC8E-96A73B0448BD
岗位3
TitleId3
@@ -58791,7 +58814,7 @@ Ghra_staff_InsureBase
岗位3
int
-
+
DF469CE5-1B3E-4738-BAAD-304B4994170B
岗位4
TitleId4
@@ -58802,7 +58825,7 @@ Ghra_staff_InsureBase
岗位4
int
-
+
92331D66-92E8-4815-8127-4E9AF37D2926
岗位5
TitleId5
@@ -58813,7 +58836,7 @@ Ghra_staff_InsureBase
岗位5
int
-
+
09BFF5E5-5925-456A-B0A3-D45F6D002F5B
备注
RemarkSz
@@ -58828,7 +58851,7 @@ Ghra_staff_InsureBase
-
+
4182DC1E-0C20-40D1-93E7-093C198EB6FB
默认标志
IsDefault
@@ -58843,7 +58866,7 @@ Ghra_staff_InsureBase
-
+
B5BFFEBB-9A25-4C87-82BE-344DF92BB311
删除标志
IsEnable
@@ -58858,7 +58881,7 @@ Ghra_staff_InsureBase
-
+
E9CE257A-F6A5-4ED6-8CDD-1E33E05EEE3C
预留字段1
Reverse1
@@ -58870,7 +58893,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
D8D79CDF-D94D-43DA-8A27-3C487F030BC7
预留字段2
Reverse2
@@ -58882,7 +58905,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
4EB71FAF-A238-43C2-9A9B-B4079511CFFA
预留字段3
Reverse3
@@ -58894,7 +58917,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
E8D94C01-B5E9-4B44-9E81-BA5FBDCB14F8
预留字段4
Reverse4
@@ -58906,7 +58929,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
92685D36-2E88-4FF8-A31C-3B4C5A609C3A
预留字段5
Reverse5
@@ -58918,7 +58941,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
D833AAA8-4057-4578-9180-D1D528D0CAAE
预留字段6
Reverse6
@@ -58930,7 +58953,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
B5D7DEE6-8569-486D-A36F-4FB139211FE3
预留字段7
Reverse7
@@ -58942,7 +58965,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
163F02A1-5F44-413F-A022-7FD106E49FC3
预留字段8
Reverse8
@@ -58954,7 +58977,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
C8E50BBB-10DD-4E2A-BCC1-C92096374ED9
预留字段9
Reverse9
@@ -58966,7 +58989,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
640E2A7B-FC70-4E4C-8CEE-3F988E6439AC
预留字段10
Reverse10
@@ -58978,7 +59001,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
6F7C848B-8AC6-459F-8C69-34B52FE82652
预留字段I1
ReverseI1
@@ -58990,7 +59013,7 @@ Ghra_staff_InsureBase
0
int
-
+
8254EF56-727C-46A5-858D-0C4DB19F45B1
预留字段I2
ReverseI2
@@ -59004,7 +59027,7 @@ Ghra_staff_InsureBase
-
+
1AD1AC04-727D-43C0-B5C4-447FBAC327E9
Key_1
Key_1
@@ -59013,15 +59036,15 @@ Ghra_staff_InsureBase
1743658091
Administrator
-
+
-
+
-
+
@@ -59035,7 +59058,7 @@ Ghra_staff_InsureBase
CreditRule
-
+
5A2FF80D-194C-4FF3-A55A-61E9DA83DAF6
Id
Id
@@ -59050,7 +59073,7 @@ Ghra_staff_InsureBase
-
+
7425DD51-897D-447A-B6AE-9E3E83B14B4C
创建人
CreateBy
@@ -59064,7 +59087,7 @@ Ghra_staff_InsureBase
-
+
B034246B-3596-4FDE-B347-C4B1CCE7EB3D
创建时间
CreateTime
@@ -59078,7 +59101,7 @@ Ghra_staff_InsureBase
-
+
A1F30EC6-09D3-4E70-953E-01A43766B134
创建程序
CreateProg
@@ -59090,7 +59113,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
DA49B166-E7E6-4D86-A667-76EC60D63A12
创建人IP
CreateIP
@@ -59102,7 +59125,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
8E1D56B7-836E-475C-BCB1-70A9D61499EC
修改人
UpdateBy
@@ -59116,7 +59139,7 @@ Ghra_staff_InsureBase
-
+
67E209E6-7795-4E07-9242-78DEAC7B34C9
修改时间
UpdateTime
@@ -59130,7 +59153,7 @@ Ghra_staff_InsureBase
-
+
5B40AC39-A111-4B86-97F9-D8411C854943
修改程序
UpdateProg
@@ -59142,7 +59165,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
E7971D1B-7152-436D-9384-980F05728A66
修改人IP
UpdateIP
@@ -59154,7 +59177,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
450DCF0D-AA15-4E00-8F0F-F52C6AB2F08E
操作日志ID
OperateLogID
@@ -59169,7 +59192,7 @@ Ghra_staff_InsureBase
-
+
9E6D105E-BC51-4F25-9F93-E491151123AC
集团数据归属
DataBelongID
@@ -59180,7 +59203,7 @@ Ghra_staff_InsureBase
集团数据归属
int
-
+
3D023A70-C7A8-4AD3-8E88-9206824035A5
规则编号
RuleNo
@@ -59192,7 +59215,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
188E94D3-CE5A-40F4-9CC6-5A076D66ACAA
规则名称
RuleName
@@ -59204,7 +59227,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
E772C256-7547-47E6-8E30-0EF05A5D366C
规则种类
RuleType
@@ -59216,7 +59239,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
B123F43A-14E2-4803-9E63-1F1DD4E37E9B
学习完成
StudyCompletedPercent
@@ -59227,7 +59250,7 @@ Ghra_staff_InsureBase
学习完成
int
-
+
5BADBE08-CB88-4838-8F9D-319FECE26BB0
考试合格
ExamPassPercent
@@ -59238,7 +59261,7 @@ Ghra_staff_InsureBase
考试合格
int
-
+
4F38A60A-1339-4A81-A835-A0D5F2459852
分数段规则
ScoreRange
@@ -59250,7 +59273,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
4F2382B9-BD2F-4B4A-A681-D7B8725ADE54
备注
RemarkSz
@@ -59265,7 +59288,7 @@ Ghra_staff_InsureBase
-
+
76F7B3E7-B9B7-47F7-A876-4E686EBADA3A
默认标志
IsDefault
@@ -59280,7 +59303,7 @@ Ghra_staff_InsureBase
-
+
F5033A5E-0CD5-484B-B5E4-63B3F31A8E92
删除标志
IsEnable
@@ -59295,7 +59318,7 @@ Ghra_staff_InsureBase
-
+
FDB6BB50-A2CF-47BC-AFC9-84D23822A2FD
预留字段1
Reverse1
@@ -59307,7 +59330,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
4352BDF1-BFD2-48C6-A35C-C424DB83C3A7
预留字段2
Reverse2
@@ -59319,7 +59342,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
674071D2-3A0E-4B4D-851A-652ACA3DFC5A
预留字段3
Reverse3
@@ -59331,7 +59354,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
42199696-2E22-4B44-9646-41802D4EB8A1
预留字段4
Reverse4
@@ -59343,7 +59366,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
D63F57E4-7D33-4CDE-BD85-F40936DA66D7
预留字段5
Reverse5
@@ -59355,7 +59378,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
E530446A-A38E-4F05-AC5F-1F8BAF50B7C0
预留字段6
Reverse6
@@ -59367,7 +59390,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
1C299D59-120A-4791-8A03-236D00FB72A2
预留字段7
Reverse7
@@ -59379,7 +59402,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
6990D5AF-8732-486E-ACF9-C52B49D675C1
预留字段8
Reverse8
@@ -59391,7 +59414,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
2640C2D2-9903-42D0-A58D-8A44126665BF
预留字段9
Reverse9
@@ -59403,7 +59426,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
15F11974-290B-4995-8BFB-FBCDA1150655
预留字段10
Reverse10
@@ -59415,7 +59438,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
977AAFF1-5A91-47F1-9B25-D85A4A6870D9
预留字段I1
ReverseI1
@@ -59427,7 +59450,7 @@ Ghra_staff_InsureBase
0
int
-
+
A303B122-4DB9-410B-A95F-787E5F6D0614
预留字段I2
ReverseI2
@@ -59441,7 +59464,7 @@ Ghra_staff_InsureBase
-
+
03770AB9-4359-4C09-BB1E-E4122D00B260
Key_1
Key_1
@@ -59450,15 +59473,15 @@ Ghra_staff_InsureBase
1744009513
Administrator
-
+
-
+
-
+
@@ -59472,7 +59495,7 @@ Ghra_staff_InsureBase
外训申请_宝连通
-
+
5B673AC4-D411-4969-9CF1-B251B6AA5A1E
Id
Id
@@ -59487,7 +59510,7 @@ Ghra_staff_InsureBase
-
+
23792623-1124-4A7B-BCE1-092EE8A39720
创建人
CreateBy
@@ -59501,7 +59524,7 @@ Ghra_staff_InsureBase
-
+
667C8CE3-59BD-4946-A4F2-FAF1F0ABD106
创建时间
CreateTime
@@ -59515,7 +59538,7 @@ Ghra_staff_InsureBase
-
+
08653EF6-385F-4FFE-92EB-9E1D64134410
创建程序
CreateProg
@@ -59527,7 +59550,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
EF4AD584-7FBA-4B06-8EF7-F7AFB7909543
创建人IP
CreateIP
@@ -59539,7 +59562,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
3F15A196-D1FC-4DAA-AE8B-F6AC6B00DBC1
修改人
UpdateBy
@@ -59553,7 +59576,7 @@ Ghra_staff_InsureBase
-
+
E2FE2547-F314-4413-A6F8-5E82DA864FC1
修改时间
UpdateTime
@@ -59567,7 +59590,7 @@ Ghra_staff_InsureBase
-
+
9CB863CC-F5C7-4373-B48C-9963A52E0750
修改程序
UpdateProg
@@ -59579,7 +59602,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
03010261-F8B4-428F-A60F-A49F2A669C2C
修改人IP
UpdateIP
@@ -59591,7 +59614,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
7D2AB230-0384-4B4C-AD66-6EA5B00AD4A5
操作日志ID
OperateLogID
@@ -59606,7 +59629,7 @@ Ghra_staff_InsureBase
-
+
603009A6-1F01-411B-A864-D6BE2A702DFB
发起时间
ApplicantTime
@@ -59617,7 +59640,7 @@ Ghra_staff_InsureBase
发起时间
datetime
-
+
D5165005-25F3-4575-91A6-01F5709D00E9
发起人ID
ApplicantId
@@ -59628,7 +59651,7 @@ Ghra_staff_InsureBase
发起人ID
int
-
+
EF75331C-2DC8-46EF-8ADF-DE67F29A895D
发起人部门ID
ApplicantDeptId
@@ -59639,7 +59662,7 @@ Ghra_staff_InsureBase
发起人部门ID
int
-
+
550C55A8-D705-46A5-AE3E-8EAA9D7C0169
培训类型
TrainType
@@ -59651,7 +59674,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
2572DC29-268E-41A4-980A-C0AD9C020C6F
受训人员
StaffId
@@ -59662,7 +59685,7 @@ Ghra_staff_InsureBase
受训人员
int
-
+
CD883B18-B0A2-4843-911F-6644E3B91E17
培训开始时间
BeginTime
@@ -59673,7 +59696,7 @@ Ghra_staff_InsureBase
培训开始时间
datetime
-
+
142A3A7D-FCAD-4405-ACEE-DCDE46B23341
培训结束时间
EndTime
@@ -59684,7 +59707,7 @@ Ghra_staff_InsureBase
培训结束时间
datetime
-
+
10238058-229E-4165-BBE2-583800B3382E
培训地点
Address
@@ -59696,7 +59719,7 @@ Ghra_staff_InsureBase
nvarchar(256)
256
-
+
6D5C91B5-5BDB-4890-9474-DD0BD45341DD
培训机构ID
SchoolId
@@ -59707,7 +59730,7 @@ Ghra_staff_InsureBase
培训机构
bigint
-
+
F17BA64B-3799-4629-BCC3-44FDE6D1F57C
课程ID
CourseId
@@ -59718,7 +59741,7 @@ Ghra_staff_InsureBase
课程ID
bigint
-
+
6EDA9BD6-A0BA-44EF-8F94-06CBD0F6B4AF
课程大纲
CourseOutline
@@ -59730,7 +59753,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
0AE3C795-E0D9-4AD3-BE0C-84707D242EA2
培训机构名
SchoolName1
@@ -59742,7 +59765,7 @@ Ghra_staff_InsureBase
nvarchar(128)
128
-
+
EFFD80E3-DA9A-46D8-BE68-4B897800BBDB
课程主题
CourseName1
@@ -59754,7 +59777,7 @@ Ghra_staff_InsureBase
nvarchar(128)
128
-
+
4EE18CBB-4D04-4A0F-8E7A-DF006D53B4D1
受训目的
TrainGoal
@@ -59766,7 +59789,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
7A888A46-3E80-429D-AA0C-4F1F217DBA89
费用
Cost
@@ -59779,7 +59802,7 @@ Ghra_staff_InsureBase
20
2
-
+
EB69D929-5B94-4757-8334-7FE92CAD52BD
是否签订服务协议
IsSignContract
@@ -59791,7 +59814,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
76FB2601-7D32-4DA6-BC05-8F305C0C0062
服务协议
ContractContent
@@ -59803,7 +59826,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
FE9AE3B3-A3D9-4208-BB36-4C8FBC3A0C95
服务协议开始日期
ContractBeginTime
@@ -59814,7 +59837,7 @@ Ghra_staff_InsureBase
服务协议开始日期
datetime
-
+
7A5941D3-E286-4DBB-8B6F-5F3BE2E3EEB1
服务协议结束日期
ContractEndTime
@@ -59825,7 +59848,7 @@ Ghra_staff_InsureBase
服务协议结束日期
datetime
-
+
C24E71BD-9650-4850-93B7-6996AD0642A4
培训结果
TrainResult
@@ -59837,7 +59860,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
D85EECDD-9459-4D3F-B1ED-D18A5A4A47EE
证件类型
CertificateType
@@ -59849,7 +59872,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
44F0AF79-2E3B-43D8-B70C-05C89120DB50
证件编号
CertificateNo
@@ -59861,7 +59884,7 @@ Ghra_staff_InsureBase
nvarchar(256)
256
-
+
9B28CCD8-EE13-44D9-B171-A42BF206F257
证件有效开始日期
CertificateBeginTime
@@ -59872,7 +59895,7 @@ Ghra_staff_InsureBase
证件有效开始日期
datetime
-
+
74F43DC5-0FF5-4DEC-AE4A-099A67E6A163
证件有效结束日期
CertificateEndTime
@@ -59883,7 +59906,7 @@ Ghra_staff_InsureBase
证件有效结束日期
datetime
-
+
1E2364C6-9F58-4026-AF62-2CD7FA91BB23
培训机构评价
SchoolEval
@@ -59895,7 +59918,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
A55EA8B2-A110-4FF9-9225-2C618A13198F
培训成果确认
SchoolOutcomeConfirm
@@ -59907,7 +59930,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
319C723A-9892-40F4-9C69-A39A64F05B9E
WorkID
WorkID
@@ -59918,7 +59941,7 @@ Ghra_staff_InsureBase
WorkID
int
-
+
76F26BCB-2627-4E9E-8F92-52D08E3B6AE4
WorkNo
WorkNo
@@ -59930,7 +59953,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
4909885E-80EC-4091-A2D8-6F4F039ED136
ToDoType
ToDoType
@@ -59942,7 +59965,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
F6088134-2B84-4E11-AD8D-05AA2731ECBA
BatchSID
BatchSID
@@ -59954,7 +59977,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
E04F1BF5-4225-41CC-BBED-0BA7615C8DFD
WorkState
WorkState
@@ -59965,7 +59988,7 @@ Ghra_staff_InsureBase
WorkState
int
-
+
A3E22DC8-0636-4EC4-9A7E-EFC6B93042A5
ShiftID
ShiftID
@@ -59976,7 +59999,7 @@ Ghra_staff_InsureBase
ShiftID
int
-
+
8D56A130-DB52-4465-82B0-702B65C9D0D8
ConfirmUserID
ConfirmUserID
@@ -59987,7 +60010,7 @@ Ghra_staff_InsureBase
ConfirmUserID
int
-
+
677154E7-5C89-4EF0-B258-7F02E8EF532D
ConfirmTime
ConfirmTime
@@ -59998,7 +60021,7 @@ Ghra_staff_InsureBase
ConfirmTime
datetime
-
+
A85FFF92-6F3B-442C-83F6-BC8C4C4CDAB6
ConfirmComment
ConfirmComment
@@ -60010,7 +60033,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
83F21E61-E8D3-4F9E-807C-1DAB2CA83158
同意人
AgreeUserId
@@ -60021,7 +60044,7 @@ Ghra_staff_InsureBase
同意人
bigint
-
+
12DBAF90-1736-4010-9E06-0CB620209175
同意时间
AgreeTime
@@ -60032,7 +60055,7 @@ Ghra_staff_InsureBase
同意时间
datetime
-
+
A2A33B2E-F4C6-48B5-88A5-6643C52F0225
同意理由
AgreeReason
@@ -60044,7 +60067,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
DF3B042B-250B-495F-8E04-A3685AA8F710
拒绝人
RefuseUserId
@@ -60055,7 +60078,7 @@ Ghra_staff_InsureBase
拒绝人
bigint
-
+
66947E63-EB26-4E81-9243-BBE226DBE828
拒绝时间
RefuseTime
@@ -60066,7 +60089,7 @@ Ghra_staff_InsureBase
拒绝时间
datetime
-
+
9736F1EE-E5A2-4F98-974A-A1BCC8DC9454
拒绝理由
RefuseReason
@@ -60078,7 +60101,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
78528EF4-00AD-4D93-9FEB-2F9AA2DA6106
备注
RemarkSz
@@ -60093,7 +60116,7 @@ Ghra_staff_InsureBase
-
+
FDDE624A-6801-450B-B65A-6FB77F1F7650
默认标志
IsDefault
@@ -60108,7 +60131,7 @@ Ghra_staff_InsureBase
-
+
53F74EF9-6335-4965-B1EE-F84504115D71
删除标志
IsEnable
@@ -60123,7 +60146,7 @@ Ghra_staff_InsureBase
-
+
C049787E-3B9D-4DAC-9AA3-018FCAFCB620
预留字段1
Reverse1
@@ -60135,7 +60158,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
00C0569C-0954-414D-BC87-103E2A92867B
预留字段2
Reverse2
@@ -60147,7 +60170,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
E823F1FE-3186-4369-976C-F101ED8B055F
预留字段3
Reverse3
@@ -60159,7 +60182,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
29852B37-356B-4289-B147-9A4E904F231D
预留字段4
Reverse4
@@ -60171,7 +60194,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
46783184-B484-44AE-8063-B2037BC5DB85
预留字段5
Reverse5
@@ -60183,7 +60206,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
F309B6AD-31EF-43B2-9474-CAB2F94D48F7
预留字段6
Reverse6
@@ -60195,7 +60218,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
35A2F990-96F5-4E82-B2A1-7C831C19A725
预留字段7
Reverse7
@@ -60207,7 +60230,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
8C942471-027A-4967-BA59-F823C8427623
预留字段8
Reverse8
@@ -60219,7 +60242,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
15CAD392-6B67-4C2D-AB6B-85F6D15937EE
预留字段9
Reverse9
@@ -60231,7 +60254,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
1C05118A-9875-45E8-9D1B-B99C37A945D3
预留字段10
Reverse10
@@ -60243,7 +60266,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
77A441F9-3EB1-4711-88D1-8DEA553CB031
预留字段I1
ReverseI1
@@ -60255,7 +60278,7 @@ Ghra_staff_InsureBase
0
int
-
+
B14677E1-E153-4388-9E7F-54F93EDD327F
预留字段I2
ReverseI2
@@ -60269,7 +60292,7 @@ Ghra_staff_InsureBase
-
+
9E47D8B5-C7CE-41E3-A92A-20BE502DCDEC
Key_1
Key_1
@@ -60278,15 +60301,15 @@ Ghra_staff_InsureBase
1744334252
Administrator
-
+
-
+
-
+
@@ -60300,7 +60323,7 @@ Ghra_staff_InsureBase
考试记录组
-
+
57F5B7CC-FAC2-4DA5-B1A2-5E9F5865B4A9
Id
Id
@@ -60315,7 +60338,7 @@ Ghra_staff_InsureBase
-
+
B17C7556-75C4-4885-8F63-00D0472B23B7
创建人
CreateBy
@@ -60329,7 +60352,7 @@ Ghra_staff_InsureBase
-
+
AC597A50-F4FD-43B6-93A1-C087AB723BEE
创建时间
CreateTime
@@ -60343,7 +60366,7 @@ Ghra_staff_InsureBase
-
+
CBF899B4-BC0C-4BA6-A5DF-5B624B755C27
创建程序
CreateProg
@@ -60355,7 +60378,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
038EE6C2-A123-42FA-8671-C1AC051DD8B9
创建人IP
CreateIP
@@ -60367,7 +60390,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
EB86ECC3-72E0-49DE-B579-B451B8734C87
修改人
UpdateBy
@@ -60381,7 +60404,7 @@ Ghra_staff_InsureBase
-
+
7010724F-0FAC-4EEC-A90D-D06CF27A86E0
修改时间
UpdateTime
@@ -60395,7 +60418,7 @@ Ghra_staff_InsureBase
-
+
AB7441A8-DA7A-4A2C-9B8B-51CDA44E7D3A
修改程序
UpdateProg
@@ -60407,7 +60430,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
EE9125EB-9E61-4077-A0E7-93CE5DE2F1DA
修改人IP
UpdateIP
@@ -60419,7 +60442,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
D030C2CA-FA58-4BEC-855A-831B73247FCB
操作日志ID
OperateLogID
@@ -60434,7 +60457,7 @@ Ghra_staff_InsureBase
-
+
B312B8EA-EB80-4E17-BACD-60528929529E
考试ID
ExamId
@@ -60445,7 +60468,7 @@ Ghra_staff_InsureBase
试卷ID
bigint
-
+
A46BA327-19B4-4845-B0F4-E705EACAEA22
培训记录ID
StudyRecordId
@@ -60456,7 +60479,7 @@ Ghra_staff_InsureBase
培训记录ID
bigint
-
+
FAFAB661-F54F-4DC0-A61B-9AD351979EE8
考试记录ID
ExamRecordId
@@ -60467,7 +60490,7 @@ Ghra_staff_InsureBase
考试记录ID
bigint
-
+
AA7A5350-6C73-4EE8-900F-A24BB161452B
考试时间
ExamTime
@@ -60478,7 +60501,7 @@ Ghra_staff_InsureBase
考试时间
datetime
-
+
38990EED-F19E-4F06-A161-6DD0845E8C79
得分
Score
@@ -60491,7 +60514,7 @@ Ghra_staff_InsureBase
20
2
-
+
DC171CAF-3EB3-4518-90B8-7DB1AA09D86C
员工ID
StaffId
@@ -60502,7 +60525,7 @@ Ghra_staff_InsureBase
员工ID
int
-
+
3E43F46E-C2F8-4455-A7AC-06E6E755D6CB
备注
RemarkSz
@@ -60517,7 +60540,7 @@ Ghra_staff_InsureBase
-
+
CD318624-364F-43D8-9162-D4E66EA5BC0B
默认标志
IsDefault
@@ -60532,7 +60555,7 @@ Ghra_staff_InsureBase
-
+
CB8F6C1C-BB46-4CFC-9CF8-C7262A385C98
删除标志
IsEnable
@@ -60547,7 +60570,7 @@ Ghra_staff_InsureBase
-
+
427FB50E-F849-401B-97BB-763A960BC5A2
预留字段1
Reverse1
@@ -60559,7 +60582,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
399A238B-98AD-4DBD-B93A-C266CCD7DC69
预留字段2
Reverse2
@@ -60571,7 +60594,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
4DAF3732-F9C0-4EDC-BB83-C7A1F8B28460
预留字段3
Reverse3
@@ -60583,7 +60606,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
FC78621B-58F6-4E9B-8709-10EF2A3FB94C
预留字段4
Reverse4
@@ -60595,7 +60618,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
CF0A1F05-1EDF-4671-97CD-FCFAAFE3750F
预留字段5
Reverse5
@@ -60607,7 +60630,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
489D1605-A037-4556-ADB8-BCFC3597E359
预留字段6
Reverse6
@@ -60619,7 +60642,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
20516F18-A0D7-464F-A2FF-A6AAE8A336FC
预留字段7
Reverse7
@@ -60631,7 +60654,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
B4181725-82A0-4B41-B1D1-5843EA4C7F5F
预留字段8
Reverse8
@@ -60643,7 +60666,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
A34A4BC0-D808-4475-9A31-E5DDC17DFD12
预留字段9
Reverse9
@@ -60655,7 +60678,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
61694342-10F6-46CE-AC3A-78C576F699A5
预留字段10
Reverse10
@@ -60667,7 +60690,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
B81279F6-3F6E-49EB-8688-AAF862BEA75C
预留字段I1
ReverseI1
@@ -60679,7 +60702,7 @@ Ghra_staff_InsureBase
0
int
-
+
5401B51C-0D1D-4681-9B92-60B1E191F7CF
预留字段I2
ReverseI2
@@ -60693,7 +60716,7 @@ Ghra_staff_InsureBase
-
+
55A66588-5B29-470F-A5D1-2A72C9A9BC2A
Key_1
Key_1
@@ -60702,15 +60725,15 @@ Ghra_staff_InsureBase
1744774825
Administrator
-
+
-
+
-
+
@@ -60724,7 +60747,7 @@ Ghra_staff_InsureBase
岗位技能_宝连通
-
+
A991DAE4-020A-4AB6-BDB5-37B5971D8FF7
Id
Id
@@ -60739,7 +60762,7 @@ Ghra_staff_InsureBase
-
+
1D2154A0-24F1-4F6D-9905-30D81075A235
创建人
CreateBy
@@ -60753,7 +60776,7 @@ Ghra_staff_InsureBase
-
+
6518243E-7EC9-48ED-9969-B7CBD841B826
创建时间
CreateTime
@@ -60767,7 +60790,7 @@ Ghra_staff_InsureBase
-
+
549E3EB6-8DD6-4B1A-8AF4-C0E8C7205959
创建程序
CreateProg
@@ -60779,7 +60802,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
015C0399-2F94-4F7A-81F3-1F232E0675E3
创建人IP
CreateIP
@@ -60791,7 +60814,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
8C96BBF6-9800-43B5-9C1D-F30235DCEA94
修改人
UpdateBy
@@ -60805,7 +60828,7 @@ Ghra_staff_InsureBase
-
+
E3517DC7-13C2-4EF7-80EB-6DAFF98E6681
修改时间
UpdateTime
@@ -60819,7 +60842,7 @@ Ghra_staff_InsureBase
-
+
5487BE00-A680-4CC8-8150-5F60FF967F9F
修改程序
UpdateProg
@@ -60831,7 +60854,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
36BD3A72-4CA4-4052-B17E-B1247D74D59F
修改人IP
UpdateIP
@@ -60843,7 +60866,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
FEB12851-E593-4F15-86D7-BDDDFBB65479
操作日志ID
OperateLogID
@@ -60858,7 +60881,7 @@ Ghra_staff_InsureBase
-
+
7971785E-C9A9-4EFB-820F-23FD4F0347EE
部门ID
DeptId
@@ -60869,7 +60892,7 @@ Ghra_staff_InsureBase
部门ID
int
-
+
3C79C1CD-6CC7-4B19-B66B-8AE270E08D34
课程ID
CourseId
@@ -60880,7 +60903,7 @@ Ghra_staff_InsureBase
课程ID
bigint
-
+
CB8C4C97-0009-4E39-9D0D-8EE0B60ED2EE
岗位ID
TitleId
@@ -60891,7 +60914,7 @@ Ghra_staff_InsureBase
岗位ID
int
-
+
5316BAE3-3431-45CC-A411-B275C0CBFF62
必/选修
RequiredElective
@@ -60903,7 +60926,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
873BCBB3-A5A7-4FC9-A9A2-0087FA2A6986
生效日期
EffectiveDate
@@ -60914,7 +60937,7 @@ Ghra_staff_InsureBase
生效日期
datetime
-
+
98C01F17-91FA-4F93-8499-7E7AAFD8E5CD
失效日期
ExpiryDate
@@ -60925,7 +60948,7 @@ Ghra_staff_InsureBase
失效日期
datetime
-
+
C0674BB2-B27C-499A-8B9E-B6FBC83FE049
备注
RemarkSz
@@ -60940,7 +60963,7 @@ Ghra_staff_InsureBase
-
+
D633311C-D885-4A6F-9962-BB06EA40D8A8
默认标志
IsDefault
@@ -60955,7 +60978,7 @@ Ghra_staff_InsureBase
-
+
2FA7CFA5-D777-4499-A575-69EC7C21EED7
删除标志
IsEnable
@@ -60970,7 +60993,7 @@ Ghra_staff_InsureBase
-
+
CE036EEA-82B9-4AE5-A03F-0DB5BE5FED86
预留字段1
Reverse1
@@ -60982,7 +61005,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
0D6F2C83-A0F9-4155-A9F6-747F0890F8BE
预留字段2
Reverse2
@@ -60994,7 +61017,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
B4F7DB09-B729-4C19-879A-1F7A25846701
预留字段3
Reverse3
@@ -61006,7 +61029,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
0AC4A05A-BEDB-46E1-A33F-71466566DD40
预留字段4
Reverse4
@@ -61018,7 +61041,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
A267CF57-F850-4AED-BC00-D0F4F617C643
预留字段5
Reverse5
@@ -61030,7 +61053,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
8EF0B50A-0777-4E46-82DC-E338FF890B7D
预留字段6
Reverse6
@@ -61042,7 +61065,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
361BD7B1-8725-49C2-BB71-CC624992D1B5
预留字段7
Reverse7
@@ -61054,7 +61077,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
9D51C378-B2B8-44E6-A014-7D3459E3F15B
预留字段8
Reverse8
@@ -61066,7 +61089,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
5494D7A1-3924-44FB-BD67-82BE2978E1CF
预留字段9
Reverse9
@@ -61078,7 +61101,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
D726ACAF-57F5-49D1-A2FE-CFD3D909BA69
预留字段10
Reverse10
@@ -61090,7 +61113,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
A27C928A-9971-461B-B238-7246BC960453
预留字段I1
ReverseI1
@@ -61102,7 +61125,7 @@ Ghra_staff_InsureBase
0
int
-
+
962EDD09-9010-40AA-A230-AEAEBCF045C6
预留字段I2
ReverseI2
@@ -61116,7 +61139,7 @@ Ghra_staff_InsureBase
-
+
E7BD042A-D731-4064-B187-0539EEC7706C
Key_1
Key_1
@@ -61125,15 +61148,15 @@ Ghra_staff_InsureBase
1744009513
Administrator
-
+
-
+
-
+
@@ -61147,7 +61170,7 @@ Ghra_staff_InsureBase
日薪填报_宝连通
-
+
C00EC5FF-DA95-4C72-99D6-478FF61DA54E
Id
Id
@@ -61162,7 +61185,7 @@ Ghra_staff_InsureBase
-
+
D20FAB59-15D6-4386-97A2-C09DBFFA18FF
创建人
CreateBy
@@ -61176,7 +61199,7 @@ Ghra_staff_InsureBase
-
+
CD344089-EC88-4D11-9B84-10D535DAF776
创建时间
CreateTime
@@ -61190,7 +61213,7 @@ Ghra_staff_InsureBase
-
+
E5DAF131-40E0-4FE1-A9BD-DDEA186A56D0
创建程序
CreateProg
@@ -61202,7 +61225,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
F338D3ED-EA20-493A-9898-C08E39C21667
创建人IP
CreateIP
@@ -61214,7 +61237,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
FD00A086-61A0-4CD0-AD23-D461B5C27AB0
修改人
UpdateBy
@@ -61228,7 +61251,7 @@ Ghra_staff_InsureBase
-
+
4FCBCD5A-726C-4B24-80C5-504806112910
修改时间
UpdateTime
@@ -61242,7 +61265,7 @@ Ghra_staff_InsureBase
-
+
79BE9E57-8A23-461B-A899-2718479287B0
修改程序
UpdateProg
@@ -61254,7 +61277,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
1FB3262B-3FE4-4AF5-AE98-69F2CBCF3318
修改人IP
UpdateIP
@@ -61266,7 +61289,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
7133B046-F6F9-41E1-B7B4-F03B235C0DE5
操作日志ID
OperateLogID
@@ -61281,7 +61304,7 @@ Ghra_staff_InsureBase
-
+
A1F2E59C-B743-4AA3-8191-0AAA17C83B62
姓名
StaffName
@@ -61293,7 +61316,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
8FBFAB8A-0DF0-47D7-9DA5-9D30A91C31ED
手机号
Mobile
@@ -61305,7 +61328,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
F5B4633A-42BD-4C48-A864-5CCD3F10AD3B
身份证号
IDNo
@@ -61317,7 +61340,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
72C734CD-6DA5-4F82-B1A6-B6C348C594EA
提交时间
SubmitDate
@@ -61328,7 +61351,7 @@ Ghra_staff_InsureBase
提交时间
datetime
-
+
F981EB1E-DFE6-4134-B903-3ED2D7D1783C
备注
RemarkSz
@@ -61343,7 +61366,7 @@ Ghra_staff_InsureBase
-
+
532810FD-9EF7-41E7-8E19-287B406E3FBD
默认标志
IsDefault
@@ -61358,7 +61381,7 @@ Ghra_staff_InsureBase
-
+
879839C6-C50F-4D03-A58B-39242AFAEF3B
删除标志
IsEnable
@@ -61373,7 +61396,7 @@ Ghra_staff_InsureBase
-
+
38D74B41-2564-4130-9830-631D9A7CEAAF
预留字段1
Reverse1
@@ -61385,7 +61408,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
C0952124-B04E-45EE-A7A8-19B6FFF091F2
预留字段2
Reverse2
@@ -61397,7 +61420,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
657B7363-5EA2-481C-8A66-A7E17F67B8D1
预留字段3
Reverse3
@@ -61409,7 +61432,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
A38C9EE9-6567-4174-8C0D-D4E8C462BBDF
预留字段4
Reverse4
@@ -61421,7 +61444,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
AD34CD16-A7D4-4C3E-965A-F5712F5D7FC0
预留字段5
Reverse5
@@ -61433,7 +61456,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
4B7E12D0-7B75-4CC0-A080-F2F986F862D2
预留字段6
Reverse6
@@ -61445,7 +61468,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
69FE12EA-F911-459C-AE53-90FDE110A89E
预留字段7
Reverse7
@@ -61457,7 +61480,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
25B00868-2205-4A95-9D4A-6B25DE3CDC4E
预留字段8
Reverse8
@@ -61469,7 +61492,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
C6FC95EA-14D3-47BE-B76C-59BFB0C2ECA4
预留字段9
Reverse9
@@ -61481,7 +61504,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
B5F45CCF-AE87-4CAF-ADD1-5F3F63A5437D
预留字段10
Reverse10
@@ -61493,7 +61516,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
DBF24A33-BFD9-43AE-BB91-9BF49850803B
预留字段I1
ReverseI1
@@ -61505,7 +61528,7 @@ Ghra_staff_InsureBase
0
int
-
+
C83ABC43-A166-4B3F-AB0D-0180DF1517B8
预留字段I2
ReverseI2
@@ -61519,7 +61542,7 @@ Ghra_staff_InsureBase
-
+
32EF6CD6-2C0E-4035-8D99-AE51D59DF759
Key_1
Key_1
@@ -61528,15 +61551,15 @@ Ghra_staff_InsureBase
1744009513
Administrator
-
+
-
+
-
+
@@ -61550,7 +61573,7 @@ Ghra_staff_InsureBase
培训费用_宝连通
-
+
34087F0B-F47A-431C-BAFE-ABF8363B55E5
Id
Id
@@ -61565,7 +61588,7 @@ Ghra_staff_InsureBase
-
+
A6CB8786-1EF7-4BC3-8DE0-3F12D26D7853
创建人
CreateBy
@@ -61579,7 +61602,7 @@ Ghra_staff_InsureBase
-
+
42475EF3-F9B7-4559-8007-74B4C563035D
创建时间
CreateTime
@@ -61593,7 +61616,7 @@ Ghra_staff_InsureBase
-
+
E9C07399-2C94-409E-9DD6-0012BCC89AF9
创建程序
CreateProg
@@ -61605,7 +61628,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
7EC6C273-70F4-4F08-88D6-B961533EE01A
创建人IP
CreateIP
@@ -61617,7 +61640,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
4FA3D869-5AF9-4BDE-878F-0B3FFAD4DAE2
修改人
UpdateBy
@@ -61631,7 +61654,7 @@ Ghra_staff_InsureBase
-
+
B847E612-15BF-4FA6-8139-F4ED3B64E87B
修改时间
UpdateTime
@@ -61645,7 +61668,7 @@ Ghra_staff_InsureBase
-
+
C4912D66-2BF1-4D13-BB6B-66F23E11E5F5
修改程序
UpdateProg
@@ -61657,7 +61680,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
91AA842E-B033-4310-AA17-08A2A5F3FAA1
修改人IP
UpdateIP
@@ -61669,7 +61692,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
BC625672-6ACE-4741-832F-0D3E6A1CD595
操作日志ID
OperateLogID
@@ -61684,7 +61707,7 @@ Ghra_staff_InsureBase
-
+
3071B795-2D96-464D-82DD-C8F099A8FBAA
发起时间
ApplicantTime
@@ -61695,7 +61718,7 @@ Ghra_staff_InsureBase
发起时间
datetime
-
+
4D1AFC68-316C-47AD-9EFB-CA32AF7E4D83
发起人ID
ApplicantId
@@ -61706,7 +61729,7 @@ Ghra_staff_InsureBase
发起人ID
int
-
+
46085CEA-F21A-4C38-9265-14C1DB1AC37C
发起人部门ID
ApplicantDeptId
@@ -61717,7 +61740,7 @@ Ghra_staff_InsureBase
发起人部门ID
int
-
+
72169AA8-36BF-4777-AE42-766CB0C2B95F
培训类别
InOrOut
@@ -61729,7 +61752,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
CB3FDA57-6753-43FE-ACD1-35FCD0D5A3CC
课程类别
TrainFeeCourseType
@@ -61741,7 +61764,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
F41AD2AF-D0EA-4E9C-9205-F0555D4A18DF
课程编号
CourseNo
@@ -61753,7 +61776,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
5AF5059F-1C80-4924-8FAB-51AF8592F510
课程名称
CourseName
@@ -61765,7 +61788,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
3CF5D166-0D7B-479A-AE0A-397A841EFDF9
课程开始时间
BeginTime
@@ -61776,7 +61799,7 @@ Ghra_staff_InsureBase
课程开始时间
datetime
-
+
EB00E4FD-72F1-4D62-8959-721004971194
课程结束时间
EndTime
@@ -61787,7 +61810,7 @@ Ghra_staff_InsureBase
课程结束时间
datetime
-
+
AA9D1495-DE41-4941-9886-0454ECA52B67
课程时数
CourseHour
@@ -61800,7 +61823,7 @@ Ghra_staff_InsureBase
20
2
-
+
D9F633A4-88ED-44F2-84F8-5EFA2C21EC92
培训人数
TrainCount
@@ -61811,7 +61834,7 @@ Ghra_staff_InsureBase
培训人数
int
-
+
5C780CC0-D6AD-472E-B5D4-22A95978CA9E
培训对象
TrainStaffId
@@ -61823,7 +61846,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
86000713-4C07-4D97-A661-572A46D68552
讲师费
Fee
@@ -61836,7 +61859,7 @@ Ghra_staff_InsureBase
20
2
-
+
BD8BC34A-4CAE-4A3E-A06A-DA0E11822C18
讲师
TeacherId
@@ -61847,7 +61870,7 @@ Ghra_staff_InsureBase
讲师
int
-
+
5CB9DE1E-E19C-4178-8D75-8CAF9ECE6794
讲师名
TeacherName
@@ -61859,7 +61882,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
BF31C663-CB7D-410D-A9FF-51FFA3DDD954
是否申请讲师费
IsApplyFee
@@ -61870,7 +61893,7 @@ Ghra_staff_InsureBase
是否申请讲师费
int
-
+
659CF2E8-76B1-43E2-9018-E532E88AD8B4
培训时间
TrainTimeType
@@ -61882,7 +61905,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
981C2929-F209-41DB-B368-16352EDD2C86
讲师手机号
Phone
@@ -61894,7 +61917,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
FD314176-93FB-4F24-B5AE-190B6B610D8C
主办单位
DeptId
@@ -61905,7 +61928,7 @@ Ghra_staff_InsureBase
主办单位
int
-
+
510390B7-4C0C-457B-91B8-F78C4993734C
计划ID
PlanId
@@ -61917,7 +61940,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
1FBD2ED3-7EE4-4599-89C2-DFF21B628E3A
WorkID
WorkID
@@ -61928,7 +61951,7 @@ Ghra_staff_InsureBase
WorkID
int
-
+
8FD52E7F-F7FF-49F5-9528-FD35AFB52C82
WorkNo
WorkNo
@@ -61940,7 +61963,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
41A19DD8-CE4C-4116-8E80-194FF285FD2E
ToDoType
ToDoType
@@ -61952,7 +61975,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
3F392343-E4AD-4A9D-A188-E291D76EB439
BatchSID
BatchSID
@@ -61964,7 +61987,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
0BC2DB03-D645-4EDC-8C7E-3A32A4336566
WorkState
WorkState
@@ -61975,7 +61998,7 @@ Ghra_staff_InsureBase
WorkState
int
-
+
8223C76B-153D-4E4E-9A9C-631141869395
ShiftID
ShiftID
@@ -61986,7 +62009,7 @@ Ghra_staff_InsureBase
ShiftID
int
-
+
36C98E51-C49C-43CF-8D9D-B6E2B1F088A1
ConfirmUserID
ConfirmUserID
@@ -61997,7 +62020,7 @@ Ghra_staff_InsureBase
ConfirmUserID
int
-
+
93F94583-0C16-460C-9CD9-EAFADF7079C5
ConfirmTime
ConfirmTime
@@ -62008,7 +62031,7 @@ Ghra_staff_InsureBase
ConfirmTime
datetime
-
+
0E004EE4-DBEA-4004-8693-3020DDB6BEA2
ConfirmComment
ConfirmComment
@@ -62020,7 +62043,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
125C2E80-9FBE-492F-8CCE-0F63E0151630
同意人
AgreeUserId
@@ -62031,7 +62054,7 @@ Ghra_staff_InsureBase
同意人
bigint
-
+
A75C18FE-F886-4350-B7B4-077AEF688E07
同意时间
AgreeTime
@@ -62042,7 +62065,7 @@ Ghra_staff_InsureBase
同意时间
datetime
-
+
9AF372D3-5A0F-46EC-ACF6-F467CBDB3D96
同意理由
AgreeReason
@@ -62054,7 +62077,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
3D25B2AB-C3CA-4BA2-A40F-955654DB3201
拒绝人
RefuseUserId
@@ -62065,7 +62088,7 @@ Ghra_staff_InsureBase
拒绝人
bigint
-
+
3539268E-DB2D-4D10-9E34-46AC96130502
拒绝时间
RefuseTime
@@ -62076,7 +62099,7 @@ Ghra_staff_InsureBase
拒绝时间
datetime
-
+
7FA4FDBF-E6E8-4B53-8293-1F60F1981E0B
拒绝理由
RefuseReason
@@ -62088,7 +62111,7 @@ Ghra_staff_InsureBase
nvarchar(2000)
2000
-
+
2391FCB7-96B3-456B-837A-0E5690C2D949
备注
RemarkSz
@@ -62103,7 +62126,7 @@ Ghra_staff_InsureBase
-
+
2D98A399-4ABD-4C90-9E92-5DA8311712CC
默认标志
IsDefault
@@ -62118,7 +62141,7 @@ Ghra_staff_InsureBase
-
+
EEA75C4F-B2BD-4594-8AB1-A2B127168B7E
删除标志
IsEnable
@@ -62133,7 +62156,7 @@ Ghra_staff_InsureBase
-
+
E41D12D6-91F1-4DAF-B470-2727951975AD
预留字段1
Reverse1
@@ -62145,7 +62168,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
01B6DAC3-2250-4415-A0AE-476C006B84D8
预留字段2
Reverse2
@@ -62157,7 +62180,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
354931E0-3213-421B-897A-0E995BA0FD48
预留字段3
Reverse3
@@ -62169,7 +62192,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
208407D3-9965-42B2-9ED9-44E8BC11D46A
预留字段4
Reverse4
@@ -62181,7 +62204,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
FC858A5B-CEA3-4D02-B8CF-684586F5CEB7
预留字段5
Reverse5
@@ -62193,7 +62216,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
5ABA68FA-95B9-4140-BACD-AFD63386876B
预留字段6
Reverse6
@@ -62205,7 +62228,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
2374D4E1-A2BD-47A8-8293-BEB39026DE7C
预留字段7
Reverse7
@@ -62217,7 +62240,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
04376F86-7024-4D3B-9923-F12B181BAF9D
预留字段8
Reverse8
@@ -62229,7 +62252,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
EA6CE81A-B332-42F7-AB0D-5186F26645BE
预留字段9
Reverse9
@@ -62241,7 +62264,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
5EED503F-905A-45B5-AFD6-85C00546511A
预留字段10
Reverse10
@@ -62253,7 +62276,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
537F47B4-927E-47C8-B45D-4A77CB61D54B
预留字段I1
ReverseI1
@@ -62265,7 +62288,7 @@ Ghra_staff_InsureBase
0
int
-
+
B981A272-B872-4419-B9BD-FC1807DB062B
预留字段I2
ReverseI2
@@ -62279,7 +62302,7 @@ Ghra_staff_InsureBase
-
+
18B76CFD-CE79-4F4B-8B6C-3C67E6276D68
Key_1
Key_1
@@ -62288,15 +62311,15 @@ Ghra_staff_InsureBase
1744334252
Administrator
-
+
-
+
-
+
@@ -62310,7 +62333,7 @@ Ghra_staff_InsureBase
培训费用人员_宝连通
-
+
B5A06C53-992D-4FA8-8C69-74D9C362E7B4
Id
Id
@@ -62325,7 +62348,7 @@ Ghra_staff_InsureBase
-
+
D7438915-AA25-422C-A543-4FBA8DDB52A8
创建人
CreateBy
@@ -62339,7 +62362,7 @@ Ghra_staff_InsureBase
-
+
F59DE3A2-B806-4A5F-9E3B-E5705B3C162F
创建时间
CreateTime
@@ -62353,7 +62376,7 @@ Ghra_staff_InsureBase
-
+
D7B4EDE2-5453-4D44-B98A-7EF6B411AFE6
创建程序
CreateProg
@@ -62365,7 +62388,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
7552666E-9FBD-447B-A7DB-BDFDD3DD5EB0
创建人IP
CreateIP
@@ -62377,7 +62400,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
AD7250AF-FC75-4326-B055-3A20FBB28961
修改人
UpdateBy
@@ -62391,7 +62414,7 @@ Ghra_staff_InsureBase
-
+
5A0D58D6-15E7-407A-94DF-68DA063CD3EF
修改时间
UpdateTime
@@ -62405,7 +62428,7 @@ Ghra_staff_InsureBase
-
+
070DACB3-900B-4A65-BAAD-E27B003368EC
修改程序
UpdateProg
@@ -62417,7 +62440,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
8221E96D-810D-40EA-8F98-7C82E409E1A7
修改人IP
UpdateIP
@@ -62429,7 +62452,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
90A994B5-7359-4799-9DDD-2AE11654549A
操作日志ID
OperateLogID
@@ -62444,7 +62467,7 @@ Ghra_staff_InsureBase
-
+
8297DE15-F555-4CB1-A1A7-C08CE347BF55
订单ID
OrderId
@@ -62455,7 +62478,7 @@ Ghra_staff_InsureBase
订单ID
bigint
-
+
D7209E5D-3286-41B7-B630-C5FB04CB463E
员工ID
StaffId
@@ -62466,7 +62489,7 @@ Ghra_staff_InsureBase
员工ID
int
-
+
49FF1D23-92A3-4E15-969A-B244144DA1A1
考试成绩
Score
@@ -62479,7 +62502,7 @@ Ghra_staff_InsureBase
20
2
-
+
1AAEC66A-9083-4075-B93B-943807635B38
是否通过
IsPass
@@ -62491,7 +62514,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
C41E803A-52E8-4CF0-A423-C932DE401008
考评方式
AssessMethod
@@ -62503,7 +62526,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
62FACF4F-2C97-4212-8535-366A905A0069
备注
RemarkSz
@@ -62518,7 +62541,7 @@ Ghra_staff_InsureBase
-
+
6FDAC59E-5977-42EB-AFC3-A8CF09307B50
默认标志
IsDefault
@@ -62533,7 +62556,7 @@ Ghra_staff_InsureBase
-
+
F9227754-4371-43F9-BEA1-2ECA5AC9BAB3
删除标志
IsEnable
@@ -62548,7 +62571,7 @@ Ghra_staff_InsureBase
-
+
CA0F5169-33F8-415C-B8B3-E6FDFCB66918
预留字段1
Reverse1
@@ -62560,7 +62583,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
A70D3B17-D0CC-48C8-810A-7B8530B32BAD
预留字段2
Reverse2
@@ -62572,7 +62595,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
590E9819-85FE-4F20-9B92-960C2F7165F6
预留字段3
Reverse3
@@ -62584,7 +62607,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
3B8A0EAD-6949-4B3A-A59B-9AACFF6FFDDC
预留字段4
Reverse4
@@ -62596,7 +62619,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
4F390F96-7F53-4BA1-9D8A-7FBCC2B32098
预留字段5
Reverse5
@@ -62608,7 +62631,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
42F1515B-25A0-4856-8DA2-4020A901B2EF
预留字段6
Reverse6
@@ -62620,7 +62643,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
34B07915-9A34-4AAD-BC5E-CEFA058285AB
预留字段7
Reverse7
@@ -62632,7 +62655,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
981BB13E-3EEC-4897-80D6-E249385D662F
预留字段8
Reverse8
@@ -62644,7 +62667,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
69D51BD4-5489-4168-9D45-AB1DB65B4F44
预留字段9
Reverse9
@@ -62656,7 +62679,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
7D9765C9-3768-42F0-BE83-F89925954C06
预留字段10
Reverse10
@@ -62668,7 +62691,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
B8DF1C08-E14A-4CA2-AE9A-49988A53B7A6
预留字段I1
ReverseI1
@@ -62680,7 +62703,7 @@ Ghra_staff_InsureBase
0
int
-
+
7CA77F96-1857-4A86-8C3A-7E6718FABDA1
预留字段I2
ReverseI2
@@ -62694,7 +62717,7 @@ Ghra_staff_InsureBase
-
+
0653056B-D2A0-413D-AE30-E3C621A11F2C
Key_1
Key_1
@@ -62703,15 +62726,15 @@ Ghra_staff_InsureBase
1716862015
Administrator
-
+
-
+
-
+
@@ -62725,7 +62748,7 @@ Ghra_staff_InsureBase
培训证书设计项
-
+
F50A0208-8FB8-4471-BE02-A72C23B3B09A
Id
Id
@@ -62740,7 +62763,7 @@ Ghra_staff_InsureBase
-
+
E5CA6638-AB1F-4FE8-89C4-4DEDC5904B1F
创建人
CreateBy
@@ -62754,7 +62777,7 @@ Ghra_staff_InsureBase
-
+
9D519EC4-3FBE-469F-B799-F8741819BC89
创建时间
CreateTime
@@ -62768,7 +62791,7 @@ Ghra_staff_InsureBase
-
+
D797F3D6-2195-4A8E-9BC5-72D4A7ED0ECE
创建程序
CreateProg
@@ -62780,7 +62803,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
518436AC-CE44-41EC-B83C-EAB4774D969B
创建人IP
CreateIP
@@ -62792,7 +62815,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
F039061C-EB97-4DF9-9B89-76558E302B2C
修改人
UpdateBy
@@ -62806,7 +62829,7 @@ Ghra_staff_InsureBase
-
+
E49EE97D-759A-4046-9677-EA74801FFF1A
修改时间
UpdateTime
@@ -62820,7 +62843,7 @@ Ghra_staff_InsureBase
-
+
96343048-046C-459C-B4B8-B9619C1E192C
修改程序
UpdateProg
@@ -62832,7 +62855,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
5093AFF2-7F3B-4E85-AE99-A8088BF45CAE
修改人IP
UpdateIP
@@ -62844,7 +62867,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
9245BA70-58F2-4D63-B505-BBFAD80B04A3
操作日志ID
OperateLogID
@@ -62859,7 +62882,7 @@ Ghra_staff_InsureBase
-
+
E26EDBA7-9A04-41B5-A390-A07F6E3ADE11
培训证书规则ID
CertificateRuleId
@@ -62870,7 +62893,7 @@ Ghra_staff_InsureBase
培训证书规则ID
bigint
-
+
F4230800-8260-41B1-A964-77628BCD8E98
bgColor
bgColor
@@ -62881,7 +62904,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
667C257A-62F7-412D-9EEF-2B5DFC43B8E3
bgImgSize
bgImgSize
@@ -62892,7 +62915,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
D4B9DDB1-2BC2-4AA0-9F44-0108711E46C8
bgImgUrl
bgImgUrl
@@ -62903,7 +62926,7 @@ Ghra_staff_InsureBase
nvarchar(200)
200
-
+
5A271E02-3B43-416F-A8AE-FF4633748279
height
height
@@ -62913,7 +62936,7 @@ Ghra_staff_InsureBase
Administrator
int
-
+
73E57BED-C8FA-4269-A4AF-4C76F2485CE3
opacity
opacity
@@ -62925,7 +62948,7 @@ Ghra_staff_InsureBase
20
2
-
+
23FA63FD-BF2D-43BB-9E82-7A55F525C244
thumbnailImage
thumbnailImage
@@ -62936,7 +62959,7 @@ Ghra_staff_InsureBase
nvarchar(200)
200
-
+
E511A289-48A1-4602-AB9F-A18C2292A3D6
width
width
@@ -62946,7 +62969,7 @@ Ghra_staff_InsureBase
Administrator
int
-
+
43B9EE97-7BCB-44A3-A162-251D627D755E
备注
RemarkSz
@@ -62961,7 +62984,7 @@ Ghra_staff_InsureBase
-
+
65AE4932-70BF-4C33-9577-2EAA433BC35F
默认标志
IsDefault
@@ -62976,7 +62999,7 @@ Ghra_staff_InsureBase
-
+
DB4FE69B-8C21-42DA-BC84-6F911AD90CB0
删除标志
IsEnable
@@ -62991,7 +63014,7 @@ Ghra_staff_InsureBase
-
+
89F8339B-54DE-4609-829D-DB30E1092561
预留字段1
Reverse1
@@ -63003,7 +63026,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
C426A4D3-F9F2-41CE-9AF5-FBEE5D4DA3E5
预留字段2
Reverse2
@@ -63015,7 +63038,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
B4D21AF9-A23E-44A0-9239-DBB18A4F0511
预留字段3
Reverse3
@@ -63027,7 +63050,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
1E13EF57-1839-4CFE-8EE6-69CFA5ABFCBA
预留字段4
Reverse4
@@ -63039,7 +63062,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
53EC6AA5-95D4-43AC-A4F9-FA8EE78D1B35
预留字段5
Reverse5
@@ -63051,7 +63074,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
6A86BCA1-DB4A-42B3-90CA-8E2E862CED66
预留字段6
Reverse6
@@ -63063,7 +63086,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
E1FB55ED-02EC-405B-AAFF-621F037FBA89
预留字段7
Reverse7
@@ -63075,7 +63098,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
AA0DC791-91C7-460D-A1EE-89A2C535BAA8
预留字段8
Reverse8
@@ -63087,7 +63110,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
334ACF5E-33F8-4D8E-987E-542305812598
预留字段9
Reverse9
@@ -63099,7 +63122,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
89293B50-14FD-4589-B9FD-3277DD0BC050
预留字段10
Reverse10
@@ -63111,7 +63134,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
A47F8819-5D64-486B-ABD3-1ADD40970129
预留字段I1
ReverseI1
@@ -63123,7 +63146,7 @@ Ghra_staff_InsureBase
0
int
-
+
33DD49F8-3596-46F2-B547-E2E2CF783E0D
预留字段I2
ReverseI2
@@ -63137,7 +63160,7 @@ Ghra_staff_InsureBase
-
+
C0696037-E94D-4466-9A68-CBBFFDAE43E4
Key_1
Key_1
@@ -63146,15 +63169,15 @@ Ghra_staff_InsureBase
1747034420
Administrator
-
+
-
+
-
+
@@ -63168,7 +63191,7 @@ Ghra_staff_InsureBase
培训证书设计项
-
+
B1DA9BC8-151E-4AAA-9280-4AD22893F839
Id
Id
@@ -63183,7 +63206,7 @@ Ghra_staff_InsureBase
-
+
FE4E8945-966A-4D8B-B597-9A6A1994023D
创建人
CreateBy
@@ -63197,7 +63220,7 @@ Ghra_staff_InsureBase
-
+
F1CA477A-D4EF-41C9-84F9-C17053EA96F5
创建时间
CreateTime
@@ -63211,7 +63234,7 @@ Ghra_staff_InsureBase
-
+
86ED7D60-7E5A-42AF-BA65-D5237485EF14
创建程序
CreateProg
@@ -63223,7 +63246,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
952612D6-AED3-4E02-B06A-2A01DA32322C
创建人IP
CreateIP
@@ -63235,7 +63258,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
D78D2DAF-D144-4FA6-ACC4-41E312142D41
修改人
UpdateBy
@@ -63249,7 +63272,7 @@ Ghra_staff_InsureBase
-
+
8B9393B0-190D-45DA-B92C-E9194158D9EC
修改时间
UpdateTime
@@ -63263,7 +63286,7 @@ Ghra_staff_InsureBase
-
+
0CF3A830-5093-46D0-904C-BEE36441AF9B
修改程序
UpdateProg
@@ -63275,7 +63298,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
55103A06-FFBA-4BFE-A788-AE2AD4CF0FA2
修改人IP
UpdateIP
@@ -63287,7 +63310,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
4568566F-FCFC-41F0-9A34-237E38244039
操作日志ID
OperateLogID
@@ -63302,7 +63325,7 @@ Ghra_staff_InsureBase
-
+
FD49B1B4-63A1-4F1B-836B-E5FBC0EEE2F9
培训证书规则ID
CertificateDesignId
@@ -63313,7 +63336,7 @@ Ghra_staff_InsureBase
培训证书规则ID
bigint
-
+
04CA8B7A-C3AD-4197-BC03-BFA0DB8B31D9
培训证书设计ID
CertificateRuleId
@@ -63324,7 +63347,7 @@ Ghra_staff_InsureBase
培训证书设计ID
bigint
-
+
1E05501F-9011-46CB-8D1D-2B3147444A23
certNoFixed
certNoFixed
@@ -63335,7 +63358,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
8D141F9A-0F14-4BC6-A70B-D07B45765F7D
certNoRule
certNoRule
@@ -63346,7 +63369,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
4B8618A0-D0D5-4921-A92C-FDBBC6CE277F
color
color
@@ -63357,7 +63380,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
5B92AE6F-114A-4685-AFA5-C91B53B4B48D
customDate
customDate
@@ -63367,7 +63390,7 @@ Ghra_staff_InsureBase
Administrator
datetime
-
+
27420367-DA2A-4BD3-9C86-84C01F0E5571
dateFormat
dateFormat
@@ -63378,7 +63401,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
5CB6B778-E9B9-4CE7-8C15-5822ACB09318
dateRule
dateRule
@@ -63389,7 +63412,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
35565F13-521A-44BD-8E31-04285C3FA72B
elBgColor
elBgColor
@@ -63400,7 +63423,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
B6A3CB17-97D1-440F-B6AD-06C0539418A4
field
field
@@ -63411,7 +63434,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
2CA0883C-6341-4ABB-BC88-249605A102A6
fontSize
fontSize
@@ -63421,7 +63444,7 @@ Ghra_staff_InsureBase
Administrator
int
-
+
E1B4D9C3-3EAB-4EA5-A3AF-D14ADCB5E13E
fontWeight
fontWeight
@@ -63431,7 +63454,7 @@ Ghra_staff_InsureBase
Administrator
int
-
+
5DAED688-916B-4A45-8C5C-9AC7DEDB0251
height
height
@@ -63443,7 +63466,7 @@ Ghra_staff_InsureBase
20
2
-
+
676B62FF-DC82-487E-A663-A883681B0B46
id1
id1
@@ -63454,7 +63477,7 @@ Ghra_staff_InsureBase
nvarchar(64)
64
-
+
DBEF4EDF-2FA1-49B1-A91F-85A43804D0EF
imageSize
imageSize
@@ -63465,7 +63488,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
E8C85701-AD94-4B80-9F5C-7B9284266B18
imageUrl
imageUrl
@@ -63476,7 +63499,7 @@ Ghra_staff_InsureBase
nvarchar(128)
128
-
+
B5581B87-38C2-4419-98FB-8A1B5AFC56A0
left
left
@@ -63488,7 +63511,7 @@ Ghra_staff_InsureBase
20
2
-
+
1877AA0E-415B-42F1-9A39-E2ADD3754103
lineHeight
lineHeight
@@ -63498,7 +63521,7 @@ Ghra_staff_InsureBase
Administrator
int
-
+
DEA2969F-C5FE-4187-8D8E-96434B00D3A9
padding
padding
@@ -63508,7 +63531,7 @@ Ghra_staff_InsureBase
Administrator
int
-
+
F454AD3A-E430-4B0B-A64B-6DF70F27AE32
text
text
@@ -63518,7 +63541,7 @@ Ghra_staff_InsureBase
Administrator
nvarchar(max)
-
+
378195BC-B425-431E-AE22-5FED8F6819E8
top
top
@@ -63530,7 +63553,7 @@ Ghra_staff_InsureBase
20
2
-
+
5F8E80DE-1175-456C-9EF5-4523E1FBC36B
type
type
@@ -63541,7 +63564,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
BD4AEB4E-8E48-4BB9-97B5-7C2DFC07A8B2
width
width
@@ -63553,7 +63576,7 @@ Ghra_staff_InsureBase
20
2
-
+
BCC0DB57-3147-4268-89DB-DFE1FDA1ED61
zIndex
zIndex
@@ -63563,7 +63586,7 @@ Ghra_staff_InsureBase
Administrator
int
-
+
ED70564E-A3A5-4101-AE40-35F6B6596B38
certificateBodyRule
certificateBodyRule
@@ -63574,7 +63597,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
6152EBBD-F3DE-4C3E-B934-9D88BE354046
certificateBody
certificateBody
@@ -63586,7 +63609,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
F680EDDB-F308-44D8-89CA-653AEEB9E9C3
align
align
@@ -63598,7 +63621,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
E9B9262B-2468-4348-9F79-71E76BDACA30
备注
RemarkSz
@@ -63613,7 +63636,7 @@ Ghra_staff_InsureBase
-
+
E3C24EFA-A7B7-465E-9DA2-1870AEC6653B
默认标志
IsDefault
@@ -63628,7 +63651,7 @@ Ghra_staff_InsureBase
-
+
D2E71853-9DD5-4345-8AE0-903ADDFB296F
删除标志
IsEnable
@@ -63643,7 +63666,7 @@ Ghra_staff_InsureBase
-
+
EF530ABB-B407-4B2A-B7F0-D39D3FF44143
预留字段1
Reverse1
@@ -63655,7 +63678,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
C5FE1493-DD67-40E7-AD7B-23A7F7987A63
预留字段2
Reverse2
@@ -63667,7 +63690,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
AB35E756-87AD-464F-9BAC-8FABF7234FB1
预留字段3
Reverse3
@@ -63679,7 +63702,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
C3B6906B-519B-464B-8360-03616B7A9B07
预留字段4
Reverse4
@@ -63691,7 +63714,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
88FF8A49-7C15-4450-AE9B-2077AC9929C4
预留字段5
Reverse5
@@ -63703,7 +63726,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
3C6874F2-3E57-4F87-85FB-31CF9D9BDC15
预留字段6
Reverse6
@@ -63715,7 +63738,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
D867B2C7-96A3-4FC1-B005-4AF8D0780071
预留字段7
Reverse7
@@ -63727,7 +63750,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
F8E6F895-AD9C-4DB8-8FD2-25B965103286
预留字段8
Reverse8
@@ -63739,7 +63762,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
A3158E69-A2C6-4A77-9278-28D03EF1E98E
预留字段9
Reverse9
@@ -63751,7 +63774,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
DF17C87A-B7C3-47C1-A153-98EA62539E94
预留字段10
Reverse10
@@ -63763,7 +63786,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
40297E6D-41C4-4529-9518-1E8E2D4B90D7
预留字段I1
ReverseI1
@@ -63775,7 +63798,7 @@ Ghra_staff_InsureBase
0
int
-
+
370330A8-31A1-44EC-B741-801678AE4AE8
预留字段I2
ReverseI2
@@ -63789,7 +63812,7 @@ Ghra_staff_InsureBase
-
+
B751A1F9-768E-49FA-9E32-C20CAE546BC4
Key_1
Key_1
@@ -63798,15 +63821,15 @@ Ghra_staff_InsureBase
1747035014
Administrator
-
+
-
+
-
+
@@ -63820,7 +63843,7 @@ Ghra_staff_InsureBase
开班反馈
-
+
79BD907E-AACC-421C-9EF4-0C7ABEA25DB4
Id
Id
@@ -63835,7 +63858,7 @@ Ghra_staff_InsureBase
-
+
1A64C248-B396-4AD7-AEE4-E32C10B967B9
创建人
CreateBy
@@ -63849,7 +63872,7 @@ Ghra_staff_InsureBase
-
+
2D54ED84-3F47-4C60-A736-4A7CE76C6A72
创建时间
CreateTime
@@ -63863,7 +63886,7 @@ Ghra_staff_InsureBase
-
+
45283743-C87C-4E61-BE4B-67F9DC61AA19
创建程序
CreateProg
@@ -63875,7 +63898,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
5A35D816-C860-43F4-89A3-D08AF046D947
创建人IP
CreateIP
@@ -63887,7 +63910,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
43504FE3-52FC-47BB-94E4-1007FA5C1CB9
修改人
UpdateBy
@@ -63901,7 +63924,7 @@ Ghra_staff_InsureBase
-
+
3493CB5C-1D92-4995-9EE2-63C1459B8AC2
修改时间
UpdateTime
@@ -63915,7 +63938,7 @@ Ghra_staff_InsureBase
-
+
FE5CF129-C06A-48B6-A2F5-CE0524BBDF25
修改程序
UpdateProg
@@ -63927,7 +63950,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
74F01EBC-3148-43D7-8221-B62257FFC982
修改人IP
UpdateIP
@@ -63939,7 +63962,7 @@ Ghra_staff_InsureBase
nvarchar(100)
100
-
+
D9444106-B250-410D-9AB5-DF763A024A3B
操作日志ID
OperateLogID
@@ -63954,7 +63977,7 @@ Ghra_staff_InsureBase
-
+
B608E6E8-77F0-492F-8FE1-56E8608BCDEB
开班ID
OpenClassId
@@ -63965,7 +63988,7 @@ Ghra_staff_InsureBase
开班ID
bigint
-
+
78E33670-51F3-4BEB-A364-9F5A44164131
问卷调查ID
SurveyId
@@ -63976,7 +63999,7 @@ Ghra_staff_InsureBase
问卷调查ID
bigint
-
+
B5BE2FCA-90F5-43E4-AA41-EFF4B77B2841
员工ID
StaffId
@@ -63987,7 +64010,7 @@ Ghra_staff_InsureBase
员工ID
int
-
+
DA9329AA-D73C-4549-A601-E614B6B7F690
来源
Source
@@ -63999,7 +64022,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
1E310F28-8161-4EB4-ADE7-06F51BBABD51
课程ID
CourseId
@@ -64010,7 +64033,7 @@ Ghra_staff_InsureBase
课程ID
bigint
-
+
F07B5422-9014-445A-83A9-76A8E6380185
生效时间
EffectiveTime
@@ -64021,7 +64044,7 @@ Ghra_staff_InsureBase
生效时间
datetime
-
+
E00261B2-4C59-46D1-B50F-4199A1A08E59
失效时间
ExpiryTime
@@ -64032,7 +64055,7 @@ Ghra_staff_InsureBase
失效时间
datetime
-
+
94931244-1C19-419D-95A1-A868947F234A
讲师ID
TeacherId
@@ -64043,7 +64066,7 @@ Ghra_staff_InsureBase
讲师ID
bigint
-
+
1FEFA229-07AB-488A-8999-4FFC2149CA76
课程开始时间
CourseBeginTime
@@ -64054,7 +64077,7 @@ Ghra_staff_InsureBase
课程开始时间
datetime
-
+
83398947-FC49-41AC-AF06-777E9D943272
课程结束时间
CourseEndTime
@@ -64065,7 +64088,7 @@ Ghra_staff_InsureBase
课程结束时间
datetime
-
+
FEC46A3B-4D91-44EB-9BFD-B1A9D06A9714
得分
Score
@@ -64078,7 +64101,7 @@ Ghra_staff_InsureBase
20
2
-
+
6C82B573-43DD-478D-AEC3-5669EC8F5759
状态
Status
@@ -64090,7 +64113,7 @@ Ghra_staff_InsureBase
nvarchar(32)
32
-
+
FB0CC2E3-2160-41F7-B02A-879E73799842
备注
RemarkSz
@@ -64105,7 +64128,7 @@ Ghra_staff_InsureBase
-
+
674EDE01-7FD7-41D5-8585-170660E4A28A
默认标志
IsDefault
@@ -64120,7 +64143,7 @@ Ghra_staff_InsureBase
-
+
52747696-6B6B-496D-97DA-C4E25BE0F52A
删除标志
IsEnable
@@ -64135,7 +64158,7 @@ Ghra_staff_InsureBase
-
+
E560B63C-4BE9-4BE0-938A-127D011C396D
预留字段1
Reverse1
@@ -64147,7 +64170,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
16DF9E64-63E7-4640-AAC7-A5F6D0B46ECF
预留字段2
Reverse2
@@ -64159,7 +64182,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
6CB2EE40-6509-4655-A1E8-DCF607ECEA31
预留字段3
Reverse3
@@ -64171,7 +64194,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
26A169C9-A218-4638-9470-B9886456AFB1
预留字段4
Reverse4
@@ -64183,7 +64206,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
5862B3E4-A0AA-4BD2-BCAB-6B86FF5F0CE1
预留字段5
Reverse5
@@ -64195,7 +64218,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
A8291485-8745-4207-A42E-ED66CFF42109
预留字段6
Reverse6
@@ -64207,7 +64230,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
0337AB74-25BF-4087-878A-4E063AE12BAA
预留字段7
Reverse7
@@ -64219,7 +64242,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
77B177AC-36CF-4C9E-A9B5-EE366E4DE338
预留字段8
Reverse8
@@ -64231,7 +64254,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
D1BF2BAF-E0DF-456E-A5A3-EB10479A4FBA
预留字段9
Reverse9
@@ -64243,7 +64266,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
8ACEF181-CE51-4220-BABB-2FDDBE45FF2A
预留字段10
Reverse10
@@ -64255,7 +64278,7 @@ Ghra_staff_InsureBase
nvarchar(1000)
1000
-
+
4A533B78-7F53-4F49-A144-22D7E883C85E
预留字段I1
ReverseI1
@@ -64267,7 +64290,7 @@ Ghra_staff_InsureBase
0
int
-
+
1D698085-C815-44AB-AA27-42A546054184
预留字段I2
ReverseI2
@@ -64281,7 +64304,7 @@ Ghra_staff_InsureBase
-
+
E41C527C-1E75-484B-8C2C-DC60AE1931E4
Key_1
Key_1
@@ -64290,15 +64313,15 @@ Ghra_staff_InsureBase
1738915573
Administrator
-
+
-
+
-
+
@@ -64322,7 +64345,7 @@ Ghra_staff_InsureBase
-
+
7F0DCA7C-274D-48A8-B3D8-0FD7B707AFC2
1714101292
Administrator
@@ -64356,7 +64379,7 @@ Ghra_staff_InsureBase
-
+
D23C452C-4BB6-4C2A-AB2E-E8434D958A77
1714101335
Administrator
@@ -64371,7 +64394,7 @@ Ghra_staff_InsureBase
-
+
55EBFC84-83AC-4EDF-BADD-29FA719652D1
Reference_13
Reference_13
@@ -64390,7 +64413,7 @@ Ghra_staff_InsureBase
-
+
D4016F9D-5631-4F9E-A70D-D42133A4EBB7
1714107872
Administrator
@@ -64424,7 +64447,7 @@ Ghra_staff_InsureBase
-
+
BEBA3346-CCC6-41D9-B95B-12B8F81188BF
1714108449
Administrator
@@ -64458,7 +64481,7 @@ Ghra_staff_InsureBase
-
+
FC69BEF9-F863-4A65-903E-CB2850197526
1714109221
Administrator
@@ -64492,7 +64515,7 @@ Ghra_staff_InsureBase
-
+
ACE0AB02-0D27-4F1C-BF71-738C20DF96C2
1714120556
Administrator
@@ -64526,7 +64549,7 @@ Ghra_staff_InsureBase
-
+
B95672ED-9976-4742-9FFC-52B326620682
1715565535
Administrator
@@ -64560,7 +64583,7 @@ Ghra_staff_InsureBase
-
+
B6E89235-A6E0-460D-9228-DCA8C58EE2AD
1715570661
Administrator
@@ -64594,7 +64617,7 @@ Ghra_staff_InsureBase
-
+
5D4938F3-7934-4F74-891C-97DC9DC47B1B
1716798640
Administrator
@@ -64628,7 +64651,7 @@ Ghra_staff_InsureBase
-
+
179079CB-7169-4B19-A07A-A61C331F59CD
1716876897
Administrator
@@ -64662,7 +64685,7 @@ Ghra_staff_InsureBase
-
+
DD965546-2361-4301-82D7-446B823BDCFD
1717481682
Administrator
@@ -64696,7 +64719,7 @@ Ghra_staff_InsureBase
-
+
E78B14FB-C2C3-4DCA-A3B4-CA471817B9FC
1717726229
Administrator
@@ -64730,7 +64753,7 @@ Ghra_staff_InsureBase
-
+
8C71D6B9-780B-4547-ADFD-986E619F4DCD
1719381914
Administrator
@@ -64764,7 +64787,7 @@ Ghra_staff_InsureBase
-
+
EB9D1A5A-99AB-44AD-9B1A-D45E66C0CFDE
1719468257
Administrator
@@ -64798,7 +64821,7 @@ Ghra_staff_InsureBase
-
+
ACF1454B-2C3F-40E5-ADC5-4A48787EB937
1720488320
Administrator
@@ -64832,7 +64855,7 @@ Ghra_staff_InsureBase
-
+
55351100-6B8C-411A-838F-ADF17D7249C7
1721372650
Administrator
@@ -64847,7 +64870,7 @@ Ghra_staff_InsureBase
-
+
465DBD55-7683-4A4B-91D3-B7019ED619F0
Reference_114
Reference_114
@@ -64866,7 +64889,7 @@ Ghra_staff_InsureBase
-
+
CE1833FA-A783-4FAC-87BF-AA0FF8008532
1721280283
Administrator
@@ -64900,7 +64923,7 @@ Ghra_staff_InsureBase
-
+
18F2EFF3-BD41-4F96-96C8-D8B15C7E2644
1721372603
Administrator
@@ -64910,7 +64933,7 @@ Ghra_staff_InsureBase
-
+
@@ -64934,7 +64957,7 @@ Ghra_staff_InsureBase
-
+
F7ECB7BC-BA8B-4606-B521-999C20FD5C43
1722318917
Administrator
@@ -64944,7 +64967,7 @@ Ghra_staff_InsureBase
-
+
@@ -64968,7 +64991,7 @@ Ghra_staff_InsureBase
-
+
6764C448-6B6B-4DD7-AED9-8E74CDD1261A
1727335554
Administrator
@@ -64978,7 +65001,7 @@ Ghra_staff_InsureBase
-
+
@@ -65002,7 +65025,7 @@ Ghra_staff_InsureBase
-
+
C8D69BA0-B62F-4A3E-981C-59D5FC0C2A03
1727336760
Administrator
@@ -65033,10 +65056,10 @@ Ghra_staff_InsureBase
-
+
-
+
09B3F4FA-149B-4BB2-8D4C-CB9E05153125
1727336895
Administrator
@@ -65067,25 +65090,25 @@ Ghra_staff_InsureBase
-
+
-
+
D0D47F43-60D2-4012-A1C6-7EE1F23B2B48
1727337857
Administrator
1727337869
Administrator
-
+
-
+
-
+
E261580B-7706-444D-9E7B-6A1A5968579B
Reference_24
Reference_24
@@ -65101,20 +65124,20 @@ Ghra_staff_InsureBase
-
+
-
+
A9F8F17E-368A-42BA-B603-19B2CAF61361
1728532955
Administrator
1728532955
Administrator
-
+
-
+
@@ -65135,20 +65158,20 @@ Ghra_staff_InsureBase
-
+
-
+
88DE8617-23F2-4075-A9EB-3AEA05F12872
1728532977
Administrator
1728532994
Administrator
-
+
-
+
@@ -65169,25 +65192,25 @@ Ghra_staff_InsureBase
-
+
-
+
36AE3FE2-B4E5-4FF7-ADD1-93D1ABD487CD
1728533087
Administrator
1728533114
Administrator
-
+
-
+
-
+
AB9D9DC4-987C-4E4B-9BD3-35091CDBA380
Reference_27
Reference_27
@@ -65203,20 +65226,20 @@ Ghra_staff_InsureBase
-
+
-
+
E2D02611-09C9-42E2-AA43-22E820AF219C
1728626387
Administrator
1728626396
Administrator
-
+
-
+
@@ -65237,20 +65260,20 @@ Ghra_staff_InsureBase
-
+
-
+
62F35C8E-87DA-43C4-AAE9-A47D112F8E0A
1728540045
Administrator
1728540054
Administrator
-
+
-
+
@@ -65271,20 +65294,20 @@ Ghra_staff_InsureBase
-
+
-
+
3759DC14-1A7D-4121-AAE1-58CE6813A0AA
1728541044
Administrator
1728541056
Administrator
-
+
-
+
@@ -65305,20 +65328,20 @@ Ghra_staff_InsureBase
-
+
-
+
1791558D-852F-437C-97F6-7F9D11EE26DB
1729662916
Administrator
1729662929
Administrator
-
+
-
+
@@ -65339,20 +65362,20 @@ Ghra_staff_InsureBase
-
+
-
+
00049FDC-8297-463E-9347-A571E3AB9C9E
1729663415
Administrator
1729663426
Administrator
-
+
-
+
@@ -65373,20 +65396,20 @@ Ghra_staff_InsureBase
-
+
-
+
B7B6FBF6-DC05-4490-8656-A5DEAF831781
1730250294
Administrator
1730250304
Administrator
-
+
-
+
@@ -65407,20 +65430,20 @@ Ghra_staff_InsureBase
-
+
-
+
A0C97DD9-1C72-4A18-9FEE-EE6A9AEF21F8
1730336852
Administrator
1730336866
Administrator
-
+
-
+
@@ -65441,20 +65464,20 @@ Ghra_staff_InsureBase
-
+
-
+
39FD6B5F-C473-44DF-969E-D851D388EBAE
1730340808
Administrator
1730340820
Administrator
-
+
-
+
@@ -65475,20 +65498,20 @@ Ghra_staff_InsureBase
-
+
-
+
C4EECAD7-F267-4702-A253-CA499692A254
1730346502
Administrator
1730346534
Administrator
-
+
-
+
@@ -65509,20 +65532,20 @@ Ghra_staff_InsureBase
-
+
-
+
3EBD04DF-C924-4032-982C-CA9EF3B72E39
1731478017
Administrator
1731478092
Administrator
-
+
-
+
@@ -65543,20 +65566,20 @@ Ghra_staff_InsureBase
-
+
-
+
DE13B6DD-B49E-4F3E-8AF7-BEB535EE3CC6
1731478076
Administrator
1731478085
Administrator
-
+
-
+
@@ -65577,20 +65600,20 @@ Ghra_staff_InsureBase
-
+
-
+
28C77E11-7423-4D63-9053-A5D40E7940AF
1731491451
Administrator
1731491460
Administrator
-
+
-
+
@@ -65611,20 +65634,20 @@ Ghra_staff_InsureBase
-
+
-
+
76F5B648-63C3-466C-B313-B38E0519B3BA
1733211832
Administrator
1733211843
Administrator
-
+
-
+
@@ -65645,20 +65668,20 @@ Ghra_staff_InsureBase
-
+
-
+
D2B7DF8F-ACF7-4237-B814-FA662272F871
1733369860
Administrator
1733370906
Administrator
-
+
-
+
@@ -65679,20 +65702,20 @@ Ghra_staff_InsureBase
-
+
-
+
F4431A85-1466-4A29-9D1B-A82B70F2F5D5
1733909650
Administrator
1733909662
Administrator
-
+
-
+
@@ -65713,20 +65736,20 @@ Ghra_staff_InsureBase
-
+
-
+
3C15C987-A6E8-4FAA-AFB6-1CCBC250460D
1734490374
Administrator
1734490385
Administrator
-
+
-
+
@@ -65750,7 +65773,7 @@ Ghra_staff_InsureBase
-
+
9B53094C-D4A4-4269-A8F0-B03AC9CEA70F
1737080391
Administrator
@@ -65760,12 +65783,12 @@ Ghra_staff_InsureBase
-
+
-
+
C4514A46-AF20-4937-902F-A02C91F50231
Reference_44
Reference_44
@@ -65781,20 +65804,20 @@ Ghra_staff_InsureBase
-
+
-
+
22844E1B-552F-4914-8997-D9056E9D9574
1737085753
Administrator
1737085753
Administrator
-
+
-
+
@@ -65815,20 +65838,20 @@ Ghra_staff_InsureBase
-
+
-
+
0457880B-22F4-48EC-84E0-13C055FDBA46
1737086327
Administrator
1737086336
Administrator
-
+
-
+
@@ -65849,20 +65872,20 @@ Ghra_staff_InsureBase
-
+
-
+
5A235CB8-FEFB-41E2-B379-421F28BC171B
1738913762
Administrator
1738913773
Administrator
-
+
-
+
@@ -65883,20 +65906,20 @@ Ghra_staff_InsureBase
-
+
-
+
1D7919EA-4B45-4026-8981-20ABBE3392A1
1738915647
Administrator
1738915655
Administrator
-
+
-
+
@@ -65917,20 +65940,20 @@ Ghra_staff_InsureBase
-
+
-
+
33416204-3836-40D1-AEA9-BF78C4576311
1738915648
Administrator
1738915663
Administrator
-
+
-
+
@@ -65951,20 +65974,20 @@ Ghra_staff_InsureBase
-
+
-
+
F631F0DE-0C6E-4534-8868-FFB7A5CE94B9
1738916095
Administrator
1738916125
Administrator
-
+
-
+
@@ -65985,25 +66008,25 @@ Ghra_staff_InsureBase
-
+
-
+
F5085F08-E406-43D8-A1A8-81A9189C0250
1738916098
Administrator
1738916115
Administrator
-
+
-
+
-
+
34714A40-5F9A-4B8C-90C8-33DA4909C40F
Reference_51
Reference_51
@@ -66013,26 +66036,26 @@ Ghra_staff_InsureBase
Administrator
0..*
-
+
-
+
-
+
B20D9464-D8C0-404D-9C55-6A16F6CB04BB
1738977084
Administrator
1738977097
Administrator
-
+
-
+
@@ -66053,20 +66076,20 @@ Ghra_staff_InsureBase
-
+
-
+
9F6BE6A1-9284-48FD-8F05-DC3546094F77
1741251133
Administrator
1741251140
Administrator
-
+
-
+
@@ -66087,20 +66110,20 @@ Ghra_staff_InsureBase
-
+
-
+
5A50E86B-C2F7-432E-AA0A-168B3DC83497
1741251792
Administrator
1741251831
Administrator
-
+
-
+
@@ -66121,20 +66144,20 @@ Ghra_staff_InsureBase
-
+
-
+
BDCC811D-F015-4D0F-97D6-F2CACD99D5B1
1741253476
Administrator
1741253485
Administrator
-
+
-
+
@@ -66155,20 +66178,20 @@ Ghra_staff_InsureBase
-
+
-
+
4066B1B5-8D07-4014-B0B8-2F993CD903F4
1741253560
Administrator
1741253568
Administrator
-
+
-
+
@@ -66189,20 +66212,20 @@ Ghra_staff_InsureBase
-
+
-
+
EBCEC5EC-9760-46F6-9FFA-D728FAE18C30
1741255050
Administrator
1741255061
Administrator
-
+
-
+
@@ -66223,20 +66246,20 @@ Ghra_staff_InsureBase
-
+
-
+
548119D4-D7F4-4E62-8CDC-AF240857DE94
1741255952
Administrator
1741255965
Administrator
-
+
-
+
@@ -66257,20 +66280,20 @@ Ghra_staff_InsureBase
-
+
-
+
3912D397-0BCA-484D-9584-C932F15EEE9B
1745299743
Administrator
1745299757
Administrator
-
+
-
+
@@ -66291,10 +66314,10 @@ Ghra_staff_InsureBase
-
+
-
+
B13BF71C-9172-41DF-BD1A-F35F2EF5BF33
1747034447
Administrator
@@ -66304,7 +66327,7 @@ Ghra_staff_InsureBase
-
+
@@ -66325,20 +66348,20 @@ Ghra_staff_InsureBase
-
+
-
+
3E63BC9B-BA52-4108-8324-3F459D435DC2
1747035168
Administrator
1747035176
Administrator
-
+
-
+
@@ -66350,7 +66373,7 @@ Ghra_staff_InsureBase
-
+
A1DD77B6-E48E-4C9D-947D-D42E3C5240C2
dbo
dbo
@@ -66363,7 +66386,7 @@ Ghra_staff_InsureBase
-
+
C012A467-0031-4F3C-9D9D-13408491E147
DefaultSchema
DefaultSchema
@@ -66372,12 +66395,12 @@ Ghra_staff_InsureBase
1597196433
ttsoftxch
-
+
-
+
41D2B655-5319-49C5-9BA6-133BB8B097CA
dbo
dbo
@@ -66389,7 +66412,7 @@ Ghra_staff_InsureBase
-
+
2153E033-C4DC-4F90-B2F4-3B0F44BD33D5
文本
TEXT
@@ -66399,7 +66422,7 @@ Ghra_staff_InsureBase
ttsoftxch
text
-
+
AC8799D0-82CA-4B70-ADAC-18D8797720A9
图片
IMAGE
@@ -66409,7 +66432,7 @@ Ghra_staff_InsureBase
Administrator
image
-
+
DEC04470-B84A-413E-9B2A-C265C5506182
加密
ENCRYPT_STRING
@@ -66420,7 +66443,7 @@ Ghra_staff_InsureBase
nvarchar(256)
256
-
+
538C6297-7080-43C1-9455-AD6516B6FBB2
数字
NUMBER
@@ -66432,7 +66455,7 @@ Ghra_staff_InsureBase
20
6
-
+
AF15A9FA-052F-43E5-9102-57F195CBCFDE
类别
TYPE
@@ -66443,7 +66466,7 @@ Ghra_staff_InsureBase
varchar(32)
32
-
+
D0936140-81BD-463E-B0ED-FE3F86828A2C
特长字符串
LONG_LONG_STRING
@@ -66454,7 +66477,7 @@ Ghra_staff_InsureBase
varchar(256)
256
-
+
5FBDAFFC-EA04-407B-877F-58752C2E736C
金额
AMOUNT
@@ -66466,7 +66489,7 @@ Ghra_staff_InsureBase
20
6
-
+
F461E3FD-0A64-4712-BC09-C0BA3C248E5B
描述
DESCRIPTION
@@ -66477,7 +66500,7 @@ Ghra_staff_InsureBase
varchar(4000)
4000
-
+
703A2917-B6C4-4BC6-B2CB-6AB8E2B49D30
短字符串
SHORT_STRING
@@ -66488,7 +66511,7 @@ Ghra_staff_InsureBase
varchar(64)
64
-
+
89A476D2-A1C0-428C-9875-26A50B7AFE1A
长字符串
LONG_STRING
@@ -66510,7 +66533,7 @@ Ghra_staff_InsureBase
varchar(2000)
2000
-
+
@@ -66524,7 +66547,7 @@ Ghra_staff_InsureBase
char(1)
1
-
+
82662C91-618F-4022-B9CD-1A431DC84A0A
名称
NAME
@@ -66545,7 +66568,7 @@ Ghra_staff_InsureBase
Administrator
int
-
+
77F6BD58-5A9D-44F7-988C-76608A3F38B5
代码
CODE
@@ -66577,7 +66600,7 @@ Ghra_staff_InsureBase
varchar(32)
32
-
+
DA200725-BFB0-4351-9C3E-DC30C036538E
STATUS
STATUS
@@ -66588,7 +66611,7 @@ Ghra_staff_InsureBase
varchar(32)
32
-
+
CB2F08D6-BE17-4046-B94A-4FD00EDA9015
文件
FILE
@@ -66598,7 +66621,7 @@ Ghra_staff_InsureBase
feipeng
image
-
+
7CC45A5C-15C8-4CA8-BBEB-66FE3DAB482F
字符串512
STRING_512
@@ -66611,7 +66634,7 @@ Ghra_staff_InsureBase
-
+
B41C21E8-76E9-4031-8EF0-34743E5525C5
PUBLIC
PUBLIC
@@ -66620,13 +66643,13 @@ Ghra_staff_InsureBase
1597196433
ttsoftxch
-
+
-
+
02EF92C9-49BF-45C7-934A-23BA290D5595
Microsoft SQL Server 2008
MSSQLSRV2008
diff --git a/Tiobon.Core.Api/Controllers/CommonController.cs b/Tiobon.Core.Api/Controllers/CommonController.cs
index e509d756..640a9ef8 100644
--- a/Tiobon.Core.Api/Controllers/CommonController.cs
+++ b/Tiobon.Core.Api/Controllers/CommonController.cs
@@ -1,5 +1,6 @@
using Newtonsoft.Json.Linq;
using System.Data;
+using Tiobon.Core.Base.Helper;
using Tiobon.Core.Common.DB.Dapper;
using Tiobon.Core.Common.DB.Dapper.DBManager;
using Tiobon.Core.Common.Https.HttpPolly;
diff --git a/Tiobon.Core.Api/GlobalUsings.cs b/Tiobon.Core.Api/GlobalUsings.cs
index 4382be0f..f937d75a 100644
--- a/Tiobon.Core.Api/GlobalUsings.cs
+++ b/Tiobon.Core.Api/GlobalUsings.cs
@@ -16,3 +16,4 @@ global using Tiobon.Core.Model.ViewModels;
global using Tiobon.Core.Repository.UnitOfWorks;
global using Tiobon.Core.SwaggerHelper;
global using static Tiobon.Core.Extensions.SwaggerSetup;
+global using Tiobon.Core.Base.Helper;
diff --git a/Tiobon.Core.Common/Helper/DateTimeHelper.cs b/Tiobon.Core.Common/Helper/DateTimeHelper.cs
deleted file mode 100644
index d269489a..00000000
--- a/Tiobon.Core.Common/Helper/DateTimeHelper.cs
+++ /dev/null
@@ -1,397 +0,0 @@
-namespace Tiobon.Core.Common.Helper;
-
-public class DateTimeHelper
-{
- public static string FriendlyDate(DateTime? date)
- {
- if (!date.HasValue) return string.Empty;
-
- string strDate = date.Value.ToString("yyyy-MM-dd");
- string vDate = string.Empty;
- if (DateTime.Now.ToString("yyyy-MM-dd") == strDate)
- {
- vDate = "今天";
- }
- else if (DateTime.Now.AddDays(1).ToString("yyyy-MM-dd") == strDate)
- {
- vDate = "明天";
- }
- else if (DateTime.Now.AddDays(2).ToString("yyyy-MM-dd") == strDate)
- {
- vDate = "后天";
- }
- else if (DateTime.Now.AddDays(-1).ToString("yyyy-MM-dd") == strDate)
- {
- vDate = "昨天";
- }
- else if (DateTime.Now.AddDays(2).ToString("yyyy-MM-dd") == strDate)
- {
- vDate = "前天";
- }
- else
- {
- vDate = strDate;
- }
-
- return vDate;
- }
- ///
- /// 格式化DateTime类型为字符串类型,精确到年,如:2008
- ///
- ///
- ///
- public static string ConvertToYearString(DateTime dateTime)
- {
- if (string.IsNullOrEmpty(Convert.ToString(dateTime)))
- {
- return "";
- }
- return dateTime.ToString(@"yyyy");
- }
- ///
- /// 格式化DateTime类型为字符串类型,精确到年,如:2008
- ///
- ///
- ///
- public static string ConvertToYearString(object dateTime)
- {
- if (string.IsNullOrEmpty(Convert.ToString(dateTime)))
- {
- return "";
- }
- return ConvertToYearString((DateTime)dateTime);
- }
- ///
- /// 格式化DateTime类型为字符串类型,精确到月,如:2008-01
- ///
- ///
- ///
- public static string ConvertToMonthString(DateTime dateTime)
- {
- if (string.IsNullOrEmpty(Convert.ToString(dateTime)))
- {
- return "";
- }
- return dateTime.ToString(@"yyyy\-MM");
- }
- ///
- /// 格式化object类型为字符串类型,精确到月,如:2008-01
- ///
- ///
- ///
- public static string ConvertToMonthString(object dateTime)
- {
- if (string.IsNullOrEmpty(Convert.ToString(dateTime)))
- {
- return "";
- }
- return ConvertToMonthString((DateTime)dateTime);
- }
- ///
- /// 格式化DateTime类型为字符串类型,精确到天,如:2008-01-01
- ///
- ///
- ///
- public static string ConvertToDayString(DateTime dateTime)
- {
- if (string.IsNullOrEmpty(Convert.ToString(dateTime)))
- {
- return "";
- }
- return dateTime.ToString(@"yyyy\-MM\-dd");
- }
- ///
- /// 格式化DateTime类型为字符串类型,精确到天,如:2008-01-01
- ///
- ///
- ///
- public static DateTime ConvertToDay(DateTime dateTime)
- {
- string result = ConvertToDayString(dateTime);
- if (string.IsNullOrEmpty(result))
- {
- return DateTime.MinValue;
- }
- else
- {
- return Convert.ToDateTime(result);
- }
- }
-
- ///
- /// 格式化DateTime类型为字符串类型,精确到小时,如:2008-01-01 18
- ///
- ///
- ///
- public static string ConvertToHourString(DateTime dateTime)
- {
- if (string.IsNullOrEmpty(Convert.ToString(dateTime)))
- {
- return "";
- }
- return dateTime.ToString(@"yyyy\-MM\-dd HH");
- }
- ///
- /// 格式化object类型为字符串类型,精确到小时,如:2008-01-01 18
- ///
- ///
- ///
- public static string ConvertToHourString(object dateTime)
- {
- if (string.IsNullOrEmpty(Convert.ToString(dateTime)))
- {
- return "";
- }
- return ConvertToHourString((DateTime)dateTime);
- }
-
- ///
- /// 格式化object类型为字符串类型,精确到天,如:2008-01-01
- ///
- ///
- ///
- public static string ConvertToDayString(object dateTime)
- {
- if (dateTime is null)
- return "";
- if (string.IsNullOrEmpty(Convert.ToString(dateTime)))
- {
- return "";
- }
- return ConvertToDayString(Convert.ToDateTime(dateTime));
- }
-
- ///
- /// 格式化DateTime类型为字符串类型,精确到分钟,如:2008-01-01 18:09
- ///
- ///
- ///
- public static string ConvertToMiniuteString(DateTime dateTime)
- {
- if (string.IsNullOrEmpty(Convert.ToString(dateTime)))
- {
- return "";
- }
- return dateTime.ToString(@"yyyy\-MM\-dd HH:mm");
- }
-
- ///
- /// 格式化object类型为字符串类型,精确到分钟,如:2008-01-01 18:09
- ///
- ///
- ///
- public static string ConvertToMiniuteString(object dateTime)
- {
- if (string.IsNullOrEmpty(Convert.ToString(dateTime)))
- {
- return "";
- }
- return ConvertToMiniuteString(Convert.ToDateTime(dateTime));
- }
-
- ///
- /// 格式化DateTime类型为字符串类型,精确到秒,如:2008-01-01 18:09:20
- ///
- ///
- ///
- public static string ConvertToSecondString(DateTime dateTime)
- {
- if (string.IsNullOrEmpty(Convert.ToString(dateTime)))
- {
- return "";
- }
- return dateTime.ToString(@"yyyy\-MM\-dd HH:mm:ss");
- }
- ///
- /// 格式化DateTime类型为字符串类型,精确到秒,如:20080101180920
- ///
- ///
- ///
- public static string ConvertToSecondString1(DateTime dateTime)
- {
- if (string.IsNullOrEmpty(Convert.ToString(dateTime)))
- {
- return "";
- }
- return dateTime.ToString(@"yyyyMMddHHmmss");
- }
- ///
- /// 格式化object类型为字符串类型,精确到秒,如:2008-01-01 18:09:20
- ///
- ///
- ///
- public static string ConvertToSecondString(object dateTime)
- {
- if (dateTime == null)
- return "";
-
- if (string.IsNullOrEmpty(Convert.ToString(dateTime)))
- {
- return "";
- }
- return ConvertToSecondString(Convert.ToDateTime(dateTime));
- }
-
- ///
- /// 格式化DateTime类型为字符串类型,如:01/01
- ///
- ///
- ///
- public static string ConvertToOnlyMonthDayString(DateTime dateTime)
- {
- if (string.IsNullOrEmpty(Convert.ToString(dateTime)))
- {
- return "";
- }
- return dateTime.ToString(@"MM\/dd");
- }
- ///
- /// 格式化object类型为字符串类型,如:01/01
- ///
- ///
- ///
- public static string ConvertToOnlyMonthDayString(object dateTime)
- {
- if (string.IsNullOrEmpty(Convert.ToString(dateTime)))
- {
- return "";
- }
- return ConvertToOnlyMonthDayString(Convert.ToDateTime(dateTime));
- }
-
- ///
- /// 格式化DateTime类型为字符串类型,如:12:12
- ///
- ///
- ///
- public static string ConvertToOnlyHourMinuteString(DateTime dateTime)
- {
- if (string.IsNullOrEmpty(Convert.ToString(dateTime)))
- {
- return "";
- }
- return dateTime.ToString(@"HH:mm");
- }
- ///
- /// 格式化object类型为字符串类型,如:12:12
- ///
- ///
- ///
- public static string ConvertToOnlyHourMinuteString(object dateTime)
- {
- if (string.IsNullOrEmpty(Convert.ToString(dateTime)))
- {
- return "";
- }
- return ConvertToOnlyHourMinuteString(Convert.ToDateTime(dateTime));
- }
- ///
- /// 格式化DateTime类型为字符串类型,如:12:12:12
- ///
- ///
- ///
- public static string ConvertToOnlySecondString(DateTime dateTime)
- {
- if (string.IsNullOrEmpty(Convert.ToString(dateTime)))
- {
- return "";
- }
- return dateTime.ToString(@"HH:mm:ss");
- }
- ///
- /// 格式化object类型为字符串类型,如:12:12:12
- ///
- ///
- ///
- public static string ConvertToOnlySecondString(object dateTime)
- {
- if (string.IsNullOrEmpty(Convert.ToString(dateTime)))
- {
- return "";
- }
- return ConvertToOnlySecondString(Convert.ToDateTime(dateTime));
- }
-
- ///
- /// 格式化DateTime类型为字符串类型,如:2020-05
- ///
- ///
- ///
- public static string ConvertToYearMonthString(DateTime dateTime)
- {
- if (string.IsNullOrEmpty(Convert.ToString(dateTime)))
- {
- return "";
- }
- return dateTime.ToString(@"yyyy\-MM");
- }
- ///
- /// 格式化object类型为字符串类型,如:2020-05
- ///
- ///
- ///
- public static string ConvertToYearMonthString(object dateTime)
- {
- if (string.IsNullOrEmpty(Convert.ToString(dateTime)))
- {
- return "";
- }
- return ConvertToYearMonthString(Convert.ToDateTime(dateTime));
- }
-
- ///
- /// 格式化DateTime类型为字符串类型,如:2020-05
- ///
- ///
- ///
- public static string ConvertToYearMonthString1(DateTime dateTime)
- {
- if (string.IsNullOrEmpty(Convert.ToString(dateTime)))
- {
- return "";
- }
- return dateTime.ToString(@"yyyy-MM");
- }
- ///
- /// 格式化object类型为字符串类型,如:2020-05
- ///
- ///
- ///
- public static string ConvertToYearMonthString1(object dateTime)
- {
- if (string.IsNullOrEmpty(Convert.ToString(dateTime)))
- {
- return "";
- }
- return ConvertToYearMonthString1(Convert.ToDateTime(dateTime));
- }
-
- ///
- /// 毫秒转天时分秒
- ///
- ///
- ///
- public static string FormatTime(long ms)
- {
- int ss = 1000;
- int mi = ss * 60;
- int hh = mi * 60;
- int dd = hh * 24;
-
- long day = ms / dd;
- long hour = (ms - day * dd) / hh;
- long minute = (ms - day * dd - hour * hh) / mi;
- long second = (ms - day * dd - hour * hh - minute * mi) / ss;
- long milliSecond = ms - day * dd - hour * hh - minute * mi - second * ss;
-
- string sDay = day < 10 ? "0" + day : "" + day; //天
- string sHour = hour < 10 ? "0" + hour : "" + hour;//小时
- string sMinute = minute < 10 ? "0" + minute : "" + minute;//分钟
- string sSecond = second < 10 ? "0" + second : "" + second;//秒
- string sMilliSecond = milliSecond < 10 ? "0" + milliSecond : "" + milliSecond;//毫秒
- sMilliSecond = milliSecond < 100 ? "0" + sMilliSecond : "" + sMilliSecond;
-
- return string.Format("{0} 天 {1} 小时 {2} 分 {3} 秒", sDay, sHour, sMinute, sSecond);
- }
-
-}
\ No newline at end of file
diff --git a/Tiobon.Core.Common/Helper/NPOIHelper.cs b/Tiobon.Core.Common/Helper/NPOIHelper.cs
index 19d30f68..f5c012d4 100644
--- a/Tiobon.Core.Common/Helper/NPOIHelper.cs
+++ b/Tiobon.Core.Common/Helper/NPOIHelper.cs
@@ -274,7 +274,7 @@ public class NPOIHelper
{
DateTime.TryParse(drValue, out dateV);
//dateV = DateTimeHelper.ConvertToSecondString(dateV);
- newCell.SetCellValue(DateTimeHelper.ConvertToSecondString(dateV));
+ newCell.SetCellValue(ConvertToSecondString(dateV));
//if (column.Caption == "renderDateTime")
//{
// newCell.CellStyle.DataFormat = format.GetFormat("yyyy-mm-dd hh:mm");
@@ -328,7 +328,7 @@ public class NPOIHelper
#endregion
foreach (DataColumn column in dtSource.Columns)
- {
+ {
//设置列宽
//sheet.SetColumnWidth(column.Ordinal, (arrColWidth[column.Ordinal] + 1) * 256);
if (arrColWidth[column.Ordinal] > 255)
@@ -407,6 +407,14 @@ public class NPOIHelper
}
#endregion
+ public static string ConvertToSecondString(DateTime? dateTime)
+ {
+ if (dateTime is null)
+ return "";
+
+ return dateTime.Value.ToString(@"yyyy\-MM\-dd HH:mm:ss");
+ }
+
#region DaataTable 导出到 Excel 文件
///
/// DaataTable 导出到 Excel 文件
@@ -542,7 +550,7 @@ public class NPOIHelper
case CellType.Numeric: //NUMERIC:
if (DateUtil.IsCellDateFormatted(cell))
{
- return DateTimeHelper.ConvertToSecondString(cell.DateCellValue);
+ return ConvertToSecondString(cell.DateCellValue);
}
else
{
diff --git a/Tiobon.Core.DataAccess/ReportHelper.cs b/Tiobon.Core.DataAccess/ReportHelper.cs
index 28d2075a..ec573fcf 100644
--- a/Tiobon.Core.DataAccess/ReportHelper.cs
+++ b/Tiobon.Core.DataAccess/ReportHelper.cs
@@ -130,7 +130,7 @@ public static class ReportHelper
if (!Directory.Exists(filepath))
Directory.CreateDirectory(filepath);
- var fname = $"{menuName}_{DateTimeHelper.ConvertToSecondString1(DateTime.Now)}.xlsx";
+ var fname = $"{menuName}_{ConvertToSecondString1(DateTime.Now)}.xlsx";
var sheetName = "导入数据";
IWorkbook workbook = new XSSFWorkbook();
@@ -661,6 +661,24 @@ public static class ReportHelper
}
#endregion
+
+ public static string ConvertToSecondString1(DateTime dateTime)
+ {
+ if (string.IsNullOrEmpty(Convert.ToString(dateTime)))
+ {
+ return "";
+ }
+ return dateTime.ToString(@"yyyyMMddHHmmss");
+ }
+ public static string ConvertToSecondString(DateTime? dateTime)
+ {
+ if (dateTime is null)
+ {
+ return "";
+ }
+ return dateTime.Value.ToString(@"yyyy\-MM\-dd HH:mm:ss");
+ }
+
#region Excel导入
#region 获取Excel导入文件地址
@@ -672,7 +690,7 @@ public static class ReportHelper
/// 文件地址
public static async Task<(string, string)> GetImportFilePath(IFormFile file, string menuName)
{
- var id = DateTimeHelper.ConvertToSecondString1(DateTime.Now);
+ var id = ConvertToSecondString1(DateTime.Now);
var path = $"{$"{Path.DirectorySeparatorChar}files{Path.DirectorySeparatorChar}import{Path.DirectorySeparatorChar}{menuName}{Path.DirectorySeparatorChar}{id}{Path.DirectorySeparatorChar}"}";
FileHelper.CreateDirectory(path);
@@ -790,9 +808,7 @@ public static class ReportHelper
return Convert.ToString(cell.BooleanCellValue);
case CellType.Numeric: //NUMERIC:
if (DateUtil.IsCellDateFormatted(cell))
- {
- return DateTimeHelper.ConvertToSecondString(cell.DateCellValue);
- }
+ return ConvertToSecondString(cell.DateCellValue);
else
{
return Convert.ToString(cell);
diff --git a/Tiobon.Core.Model/Base/Ghre/Ghre_CertificateRule.Dto.Base.cs b/Tiobon.Core.Model/Base/Ghre/Ghre_CertificateRule.Dto.Base.cs
index aa3205e3..4cd3d647 100644
--- a/Tiobon.Core.Model/Base/Ghre/Ghre_CertificateRule.Dto.Base.cs
+++ b/Tiobon.Core.Model/Base/Ghre/Ghre_CertificateRule.Dto.Base.cs
@@ -6,7 +6,7 @@
*
* Ver 变更日期 负责人 变更内容
* ───────────────────────────────────
-*V0.01 2025/5/29 12:20:13 SimonHsiao 初版
+*V0.01 2025/6/6 9:36:12 SimonHsiao 初版
*
* Copyright(c) 2025 Tiobon Corporation. All Rights Reserved.
*┌──────────────────────────────────┐
@@ -216,6 +216,16 @@ public class Ghre_CertificateRuleBase
///
public int? DataBelongID { get; set; }
+ ///
+ /// 类别
+ ///
+ [Display(Name = "RuleClass"), Description("类别"), MaxLength(32, ErrorMessage = "类别 不能超过 32 个字符")]
+ public string RuleClass { get; set; }
+
+ ///
+ /// 设计模板
+ ///
+ public int? IsDesign { get; set; }
///
diff --git a/Tiobon.Core.Model/Models/Ghre/Ghre_CertificateRule.cs b/Tiobon.Core.Model/Models/Ghre/Ghre_CertificateRule.cs
index a8a71d19..96b7f9b8 100644
--- a/Tiobon.Core.Model/Models/Ghre/Ghre_CertificateRule.cs
+++ b/Tiobon.Core.Model/Models/Ghre/Ghre_CertificateRule.cs
@@ -6,7 +6,7 @@
*
* Ver 变更日期 负责人 变更内容
* ───────────────────────────────────
-*V0.01 2025/5/29 12:20:13 SimonHsiao 初版
+*V0.01 2025/6/6 9:36:12 SimonHsiao 初版
*
* Copyright(c) 2025 Tiobon Corporation. All Rights Reserved.
*┌──────────────────────────────────┐
@@ -214,4 +214,15 @@ public class Ghre_CertificateRule : BasePoco
/// 集团数据归属
///
public int? DataBelongID { get; set; }
+
+ ///
+ /// 类别
+ ///
+ [Display(Name = "RuleClass"), Description("类别"), MaxLength(32, ErrorMessage = "类别 不能超过 32 个字符")]
+ public string RuleClass { get; set; }
+
+ ///
+ /// 设计模板
+ ///
+ public int? IsDesign { get; set; }
}
diff --git a/Tiobon.Core.Services/CommonServices.cs b/Tiobon.Core.Services/CommonServices.cs
index 09916c96..86d24ca6 100644
--- a/Tiobon.Core.Services/CommonServices.cs
+++ b/Tiobon.Core.Services/CommonServices.cs
@@ -1096,6 +1096,7 @@ public partial class CommonServices : BaseServices>, ICommon
break;
case "F_SchoolManage":
case "F_WorkLicenseManage":
+ case "F_HR_WorkLicenseManage":
toolbar = result.JM_PageControlT1.Toolbar.Where(x => x.fnKey == "NewYN").FirstOrDefault();
if (toolbar != null) toolbar.fnKey = "TBD1YN";
toolbar = result.JM_PageControlT1.Toolbar.Where(x => x.fnKey == "UpdateYN").FirstOrDefault();
diff --git a/Tiobon.Core.Services/Ghre/Ghre_CertificateServices.cs b/Tiobon.Core.Services/Ghre/Ghre_CertificateServices.cs
index 89e70e12..7a2c163d 100644
--- a/Tiobon.Core.Services/Ghre/Ghre_CertificateServices.cs
+++ b/Tiobon.Core.Services/Ghre/Ghre_CertificateServices.cs
@@ -1,4 +1,5 @@
-namespace Tiobon.Core.Services;
+
+namespace Tiobon.Core.Services;
///
/// 培训记录 (服务)
diff --git a/Tiobon.Core.Services/GlobalUsings.cs b/Tiobon.Core.Services/GlobalUsings.cs
index 901cd902..7ac1d3c7 100644
--- a/Tiobon.Core.Services/GlobalUsings.cs
+++ b/Tiobon.Core.Services/GlobalUsings.cs
@@ -13,6 +13,7 @@ global using Tiobon.Core.Common.DB.Dapper;
global using Tiobon.Core.Common.DB.Dapper.Extensions;
global using Tiobon.Core.Common.Enums;
global using Tiobon.Core.Common.Extensions;
+global using Tiobon.Core.Base.Helper;
global using Tiobon.Core.Common.Helper;
global using Tiobon.Core.Common.UserManager;
global using Tiobon.Core.DataAccess;
diff --git a/Tiobon.Core/Tiobon.Core.Model.xml b/Tiobon.Core/Tiobon.Core.Model.xml
index fb449e97..21606e1c 100644
--- a/Tiobon.Core/Tiobon.Core.Model.xml
+++ b/Tiobon.Core/Tiobon.Core.Model.xml
@@ -3035,6 +3035,16 @@
集团数据归属
+
+
+ 类别
+
+
+
+
+ 设计模板
+
+
课程场景ID
@@ -22947,6 +22957,16 @@
集团数据归属
+
+
+ 类别
+
+
+
+
+ 设计模板
+
+
参数配置 (Model)