Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Config is globally public accessible object for table cqgf_config operations. Config = configDao{ internal.NewConfigDao(), } )
View Source
var ( // CrewDutyIndex is globally public accessible object for table cqgf_crew_duty_index operations. CrewDutyIndex = crewDutyIndexDao{ internal.NewCrewDutyIndexDao(), } )
View Source
var ( // CrewHoursIndex is globally public accessible object for table cqgf_crew_hours_index operations. CrewHoursIndex = crewHoursIndexDao{ internal.NewCrewHoursIndexDao(), } )
View Source
var ( // CrewKpiRule is globally public accessible object for table cqgf_crew_kpi_rule operations. CrewKpiRule = crewKpiRuleDao{ internal.NewCrewKpiRuleDao(), } )
View Source
var ( // CrewManageIndex is globally public accessible object for table cqgf_crew_manage_index operations. CrewManageIndex = crewManageIndexDao{ internal.NewCrewManageIndexDao(), } )
View Source
var ( // CrewOvertimeRule is globally public accessible object for table cqgf_crew_overtime_rule operations. CrewOvertimeRule = crewOvertimeRuleDao{ internal.NewCrewOvertimeRuleDao(), } )
View Source
var ( // CrewSolveRule is globally public accessible object for table cqgf_crew_solve_rule operations. CrewSolveRule = crewSolveRuleDao{ internal.NewCrewSolveRuleDao(), } )
View Source
var ( // Department is globally public accessible object for table cqgf_department operations. Department = departmentDao{ internal.NewDepartmentDao(), } )
View Source
var ( // Employee is globally public accessible object for table cqgf_employee operations. Employee = employeeDao{ internal.NewEmployeeDao(), } )
View Source
var ( // EmployeeJob is globally public accessible object for table cqgf_employee_job operations. EmployeeJob = employeeJobDao{ internal.NewEmployeeJobDao(), } )
View Source
var ( // Job is globally public accessible object for table cqgf_job operations. Job = jobDao{ internal.NewJobDao(), } )
View Source
var ( // JobLevel is globally public accessible object for table cqgf_job_level operations. JobLevel = jobLevelDao{ internal.NewJobLevelDao(), } )
View Source
var ( // PmDutyIndex is globally public accessible object for table cqgf_pm_duty_index operations. PmDutyIndex = pmDutyIndexDao{ internal.NewPmDutyIndexDao(), } )
View Source
var ( // PmHoursIndex is globally public accessible object for table cqgf_pm_hours_index operations. PmHoursIndex = pmHoursIndexDao{ internal.NewPmHoursIndexDao(), } )
View Source
var ( // PmKpiRule is globally public accessible object for table cqgf_pm_kpi_rule operations. PmKpiRule = pmKpiRuleDao{ internal.NewPmKpiRuleDao(), } )
View Source
var ( // PmManageIndex is globally public accessible object for table cqgf_pm_manage_index operations. PmManageIndex = pmManageIndexDao{ internal.NewPmManageIndexDao(), } )
View Source
var ( // PmOvertimeRule is globally public accessible object for table cqgf_pm_overtime_rule operations. PmOvertimeRule = pmOvertimeRuleDao{ internal.NewPmOvertimeRuleDao(), } )
View Source
var ( // PmSolveRule is globally public accessible object for table cqgf_pm_solve_rule operations. PmSolveRule = pmSolveRuleDao{ internal.NewPmSolveRuleDao(), } )
View Source
var ( // Product is globally public accessible object for table cqgf_product operations. Product = productDao{ internal.NewProductDao(), } )
View Source
var ( // ProductBudgetAccess is globally public accessible object for table cqgf_product_budget_access operations. ProductBudgetAccess = productBudgetAccessDao{ internal.NewProductBudgetAccessDao(), } )
View Source
var ( // ProductLevelAssess is globally public accessible object for table cqgf_product_level_assess operations. ProductLevelAssess = productLevelAssessDao{ internal.NewProductLevelAssessDao(), } )
View Source
var ( // ProductLevelConfirm is globally public accessible object for table cqgf_product_level_confirm operations. ProductLevelConfirm = productLevelConfirmDao{ internal.NewProductLevelConfirmDao(), } )
View Source
var ( // ProductMember is globally public accessible object for table cqgf_product_member operations. ProductMember = productMemberDao{ internal.NewProductMemberDao(), } )
View Source
var ( // ProductMemberKey is globally public accessible object for table cqgf_product_member_key operations. ProductMemberKey = productMemberKeyDao{ internal.NewProductMemberKeyDao(), } )
View Source
var ( // ProductMemberKpi is globally public accessible object for table cqgf_product_member_kpi operations. ProductMemberKpi = productMemberKpiDao{ internal.NewProductMemberKpiDao(), } )
View Source
var ( // ProductMemberPrize is globally public accessible object for table cqgf_product_member_prize operations. ProductMemberPrize = productMemberPrizeDao{ internal.NewProductMemberPrizeDao(), } )
View Source
var ( // ProductMode is globally public accessible object for table cqgf_product_mode operations. ProductMode = productModeDao{ internal.NewProductModeDao(), } )
View Source
var ( // ProductModeStage is globally public accessible object for table cqgf_product_mode_stage operations. ProductModeStage = productModeStageDao{ internal.NewProductModeStageDao(), } )
View Source
var ( // ProductRoles is globally public accessible object for table cqgf_product_roles operations. ProductRoles = productRolesDao{ internal.NewProductRolesDao(), } )
View Source
var ( // ProductStageKpi is globally public accessible object for table cqgf_product_stage_kpi operations. ProductStageKpi = productStageKpiDao{ internal.NewProductStageKpiDao(), } )
View Source
var ( // ProductStageRadio is globally public accessible object for table cqgf_product_stage_radio operations. ProductStageRadio = productStageRadioDao{ internal.NewProductStageRadioDao(), } )
View Source
var ( // ProductStageRule is globally public accessible object for table cqgf_product_stage_rule operations. ProductStageRule = productStageRuleDao{ internal.NewProductStageRuleDao(), } )
View Source
var ( // ProductTask is globally public accessible object for table cqgf_product_task operations. ProductTask = productTaskDao{ internal.NewProductTaskDao(), } )
View Source
var ( // ProductTaskDevelop is globally public accessible object for table cqgf_product_task_develop operations. ProductTaskDevelop = productTaskDevelopDao{ internal.NewProductTaskDevelopDao(), } )
View Source
var ( // ProductTaskNpi is globally public accessible object for table cqgf_product_task_npi operations. ProductTaskNpi = productTaskNpiDao{ internal.NewProductTaskNpiDao(), } )
View Source
var ( // ProductTaskProduce is globally public accessible object for table cqgf_product_task_produce operations. ProductTaskProduce = productTaskProduceDao{ internal.NewProductTaskProduceDao(), } )
View Source
var ( // ProductTaskQuality is globally public accessible object for table cqgf_product_task_quality operations. ProductTaskQuality = productTaskQualityDao{ internal.NewProductTaskQualityDao(), } )
View Source
var ( // ProductType is globally public accessible object for table cqgf_product_type operations. ProductType = productTypeDao{ internal.NewProductTypeDao(), } )
View Source
var ( // User is globally public accessible object for table user operations. User = userDao{ *internal.NewUserDao(), } )
View Source
var ( // UserLog is globally public accessible object for table cqgf_user_log operations. UserLog = userLogDao{ internal.NewUserLogDao(), } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Source Files
¶
- config.go
- crew_duty_index.go
- crew_hours_index.go
- crew_kpi_rule.go
- crew_manage_index.go
- crew_overtime_rule.go
- crew_solve_rule.go
- department.go
- employee.go
- employee_job.go
- job.go
- job_level.go
- pm_duty_index.go
- pm_hours_index.go
- pm_kpi_rule.go
- pm_manage_index.go
- pm_overtime_rule.go
- pm_solve_rule.go
- product.go
- product_budget_access.go
- product_level_assess.go
- product_level_confirm.go
- product_member.go
- product_member_key.go
- product_member_kpi.go
- product_member_prize.go
- product_mode.go
- product_mode_stage.go
- product_roles.go
- product_stage_kpi.go
- product_stage_radio.go
- product_stage_rule.go
- product_task.go
- product_task_develop.go
- product_task_npi.go
- product_task_produce.go
- product_task_quality.go
- product_type.go
- user.go
- user_log.go
Click to show internal directories.
Click to hide internal directories.