工控上位机控制系统通用UI框架
This commit is contained in:
17
common/dbORMType.py
Normal file
17
common/dbORMType.py
Normal file
@ -0,0 +1,17 @@
|
||||
# 该文件定义了和db各个表字段对应的结构体类型
|
||||
|
||||
# 配方管理信息表
|
||||
stuTbRecipe = {
|
||||
'f_proc_name' : 'none',
|
||||
'f_create_time' : 'none',
|
||||
'f_update_time' : 'none',
|
||||
'f_created_by' : 'none',
|
||||
}
|
||||
|
||||
# 用户管理信息表
|
||||
stuTbUser = {
|
||||
'f_user_id' : 'None',
|
||||
'f_user_type' : 0,
|
||||
'f_password' : 'None',
|
||||
'f_create_time' : 'None',
|
||||
}
|
||||
Reference in New Issue
Block a user