You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

143 lines
5.0 KiB

{
"host": "10.10.14.199",
"user": "root",
"passwd": "DsideaL147258369",
"db": "dsideal_db",
"port": "22066",
"page_size": 100,
"tables": [
{
"describe": "教师",
"type_id": 2,
"name": "t_base_person",
"dw_update_ts": "last_update_time",
"pk": "person_id",
"condition": "where (last_update_time='#dw_update_ts#' and person_id>#dw_id#) or last_update_time>'#dw_update_ts#' order by last_update_time,person_id"
},
{
"describe": "学生",
"type_id": 2,
"name": "t_base_student",
"dw_update_ts": "last_update_time",
"pk": "student_id",
"condition": "where (last_update_time='#dw_update_ts#' and student_id>#dw_id#) or last_update_time>'#dw_update_ts#' order by last_update_time,student_id"
},
{
"describe": "家长",
"type_id": 2,
"name": "t_base_parent",
"dw_update_ts": "last_update_time",
"pk": "parent_id",
"condition": "where (last_update_time='#dw_update_ts#' and parent_id>#dw_id#) or last_update_time>'#dw_update_ts#' order by last_update_time,parent_id"
},
{
"describe": "组织机构",
"type_id": 2,
"name": "t_base_organization",
"dw_update_ts": "last_update_time",
"pk": "org_id",
"condition": "where (last_update_time='#dw_update_ts#' and org_id>#dw_id#) or last_update_time>'#dw_update_ts#' order by last_update_time,org_id"
},
{
"describe": "班级",
"type_id": 2,
"name": "t_base_class",
"dw_update_ts": "last_updated_time",
"pk": "class_id",
"condition": "where (last_updated_time='#dw_update_ts#' and class_id>#dw_id#) or last_updated_time>'#dw_update_ts#' order by last_updated_time,class_id"
},
{
"describe": "资源表",
"type_id": 2,
"name": "t_resource_base",
"dw_update_ts": "create_time",
"pk": "resource_id_int",
"condition": "where (create_time='#dw_update_ts#' and resource_id_int>#dw_id#) or create_time>'#dw_update_ts#' order by create_time,resource_id_int"
},
{
"describe": "资源信息表",
"type_id": 2,
"name": "t_resource_info",
"dw_update_ts": "create_time",
"pk": "id",
"condition": "where (create_time='#dw_update_ts#' and id>#dw_id#) or create_time>'#dw_update_ts#' order by create_time,id"
},
{
"describe": "资源版本表",
"type_id": 2,
"name": "t_resource_scheme",
"dw_update_ts": "last_updated_time",
"pk": "scheme_id",
"condition": "where (last_updated_time='#dw_update_ts#' and scheme_id>#dw_id#) or last_updated_time>'#dw_update_ts#' order by last_updated_time,scheme_id"
},
{
"describe": "资源结构表",
"type_id": 2,
"name": "t_resource_structure",
"dw_update_ts": "last_updated_time",
"pk": "structure_id",
"condition": "where (last_updated_time='#dw_update_ts#' and structure_id>#dw_id#) or last_updated_time>'#dw_update_ts#' order by last_updated_time,structure_id"
},
{
"describe": "微课表",
"type_id": 2,
"name": "t_wkds_base",
"dw_update_ts": "last_updated_time",
"pk": "wkds_id_int",
"condition": "where (last_updated_time='#dw_update_ts#' and wkds_id_int>#dw_id#) or last_updated_time>'#dw_update_ts#' order by last_updated_time,wkds_id_int"
},
{
"describe": "微课信息表",
"type_id": 2,
"name": "t_wkds_info",
"dw_update_ts": "last_updated_time",
"pk": "id",
"condition": "where (last_updated_time='#dw_update_ts#' and id>#dw_id#) or last_updated_time>'#dw_update_ts#' order by last_updated_time,id"
},
{
"describe": "作业信息表",
"type_id": 2,
"name": "t_zy_info",
"dw_update_ts": "last_updated_time",
"pk": "id",
"condition": "where (last_updated_time='#dw_update_ts#' and id>#dw_id#) or last_updated_time>'#dw_update_ts#' order by last_updated_time,id"
},
{
"describe": "作业试卷表",
"type_id": 2,
"name": "t_zy_paper",
"dw_update_ts": "last_updated_time",
"pk": "id",
"condition": "where (last_updated_time='#dw_update_ts#' and id>#dw_id#) or last_updated_time>'#dw_update_ts#' order by last_updated_time,id"
},
{
"describe": "作业主题表",
"type_id": 2,
"name": "t_zy_topic",
"dw_update_ts": "last_updated_time",
"pk": "id",
"condition": "where (last_updated_time='#dw_update_ts#' and id>#dw_id#) or last_updated_time>'#dw_update_ts#' order by last_updated_time,id"
},
{
"type_id": 1,
"pk": "subject_id",
"name": "t_dm_subject"
},
{
"type_id": 1,
"pk": "stage_id",
"name": "t_dm_stage"
},
{
"type_id": 1,
"pk": "grade_id",
"name": "t_dm_grade"
},
{
"describe": "一个人员在多个部门",
"type_id": 1,
"name": "t_base_org_person",
"pk": "id"
}
]
}