示例#1
0
文件: invxfer.cpp 项目: hks2002/AM
int InvXfer::count()
{
    TSqlORMapper<InvXferObject> mapper;
    return mapper.findCount();
}
示例#2
0
int TaskSchedRuleMesur::count()
{
    TSqlORMapper<TaskSchedRuleMesurObject> mapper;
    return mapper.findCount();
}
示例#3
0
文件: tasktask.cpp 项目: hks2002/AM
int TaskTask::count()
{
    TSqlORMapper<TaskTaskObject> mapper;
    return mapper.findCount();
}
示例#4
0
int QuarActionAssignment::count()
{
    TSqlORMapper<QuarActionAssignmentObject> mapper;
    return mapper.findCount();
}
示例#5
0
int WarrantyInit::count()
{
    TSqlORMapper<WarrantyInitObject> mapper;
    return mapper.findCount();
}
示例#6
0
int FncXactionLog::count()
{
    TSqlORMapper<FncXactionLogObject> mapper;
    return mapper.findCount();
}
示例#7
0
int ParkAttendants::count()
{
    TSqlORMapper<ParkAttendantsObject> mapper;
    return mapper.findCount();
}
示例#8
0
文件: poheader.cpp 项目: hks2002/AM
int PoHeader::count()
{
    TSqlORMapper<PoHeaderObject> mapper;
    return mapper.findCount();
}
示例#9
0
文件: schedwpmpc.cpp 项目: hks2002/AM
int SchedWpMpc::count()
{
    TSqlORMapper<SchedWpMpcObject> mapper;
    return mapper.findCount();
}
示例#10
0
文件: advsry.cpp 项目: hks2002/AM
int Advsry::count()
{
    TSqlORMapper<AdvsryObject> mapper;
    return mapper.findCount();
}
示例#11
0
文件: city.cpp 项目: hks2002/AM
int City::count()
{
    TSqlORMapper<CityObject> mapper;
    return mapper.findCount();
}
示例#12
0
int WarrantyEvalLabour::count()
{
    TSqlORMapper<WarrantyEvalLabourObject> mapper;
    return mapper.findCount();
}
示例#13
0
int RefFailDefer::count()
{
    TSqlORMapper<RefFailDeferObject> mapper;
    return mapper.findCount();
}
示例#14
0
int RefWarrantyEvalStatus::count()
{
    TSqlORMapper<RefWarrantyEvalStatusObject> mapper;
    return mapper.findCount();
}
示例#15
0
int UserLicense::count()
{
    TSqlORMapper<UserLicenseObject> mapper;
    return mapper.findCount();
}
示例#16
0
文件: invacreg.cpp 项目: hks2002/AM
int InvAcReg::count()
{
    TSqlORMapper<InvAcRegObject> mapper;
    return mapper.findCount();
}
示例#17
0
int RefPackingDef::count()
{
    TSqlORMapper<RefPackingDefObject> mapper;
    return mapper.findCount();
}
示例#18
0
int PoInvoiceLine::count()
{
    TSqlORMapper<PoInvoiceLineObject> mapper;
    return mapper.findCount();
}
示例#19
0
文件: dept.cpp 项目: hks2002/AM
int Dept::count()
{
    TSqlORMapper<DeptObject> mapper;
    return mapper.findCount();
}
示例#20
0
文件: schedtool.cpp 项目: hks2002/AM
int SchedTool::count()
{
    TSqlORMapper<SchedToolObject> mapper;
    return mapper.findCount();
}
示例#21
0
int UserElecCert::count()
{
    TSqlORMapper<UserElecCertObject> mapper;
    return mapper.findCount();
}
示例#22
0
int ChatLog::count()
{
    TSqlORMapper<ChatLogObject> mapper;
    return mapper.findCount();
}
示例#23
0
int OrgVendorApproval::count()
{
    TSqlORMapper<OrgVendorApprovalObject> mapper;
    return mapper.findCount();
}
示例#24
0
int EqpAssmblBomPart::count()
{
    TSqlORMapper<EqpAssmblBomPartObject> mapper;
    return mapper.findCount();
}
示例#25
0
int RefReceivePriority::count()
{
    TSqlORMapper<RefReceivePriorityObject> mapper;
    return mapper.findCount();
}
示例#26
0
int RefFirstSchedFrom::count()
{
    TSqlORMapper<RefFirstSchedFromObject> mapper;
    return mapper.findCount();
}
示例#27
0
文件: evtvendor.cpp 项目: hks2002/AM
int EvtVendor::count()
{
    TSqlORMapper<EvtVendorObject> mapper;
    return mapper.findCount();
}
示例#28
0
文件: cms.cpp 项目: Welchkimi/CMS
int Cms::count()
{
    TSqlORMapper<CmsObject> mapper;
    return mapper.findCount();
}
示例#29
0
int EqpAssmblBomDataType::count()
{
    TSqlORMapper<EqpAssmblBomDataTypeObject> mapper;
    return mapper.findCount();
}
示例#30
0
int TaskLabourReq::count()
{
    TSqlORMapper<TaskLabourReqObject> mapper;
    return mapper.findCount();
}