package com.sooka.sponest.data.housingconstruction.service; import com.sooka.sponest.data.housingconstruction.domain.*; import java.util.List; import java.util.Map; /* * 住建-可视化 * * @author 韩福成 * @date 2024/8/1 下午3:08 */ public interface ICenterdataTHousingconstructionViewService { public Map getGasCylinderList(CenterdataTHousingconstructionSteelcylinder steelcylinder); public List> getOrderList(CenterdataTHousingconstructionSteelcylinder steelcylinder); public List> getCarList(CenterdataTHousingconstructionCar car); public List> getUserList(CenterdataTHousingconstructionRealnameuser realnameuser); public List> getSteelcylinderList(CenterdataTHousingconstructionSteelcylinder steelcylinder); public List> getThreeUserList(CenterdataTHousingconstructionRealnameuser realnameuser); public List> getRealnameuserList(CenterdataTHousingconstructionRealnameuser realnameuser); public List> getDeliverymanList(CenterdataTHousingconstructionDeliveryPersonnel deliveryPersonnel); public List> getEnterpriseList(CenterdataTHousingconstructionEnterprise enterprise); public List> getPractitionerPostList(CenterdataTHousingconstructionPractitioner practitioner); public List> getStoragetankList(CenterdataTHousingconstructionStoragetank storagetank); public List> getSteelcylinderStateList(CenterdataTHousingconstructionSteelcylinder steelcylinder); public List> getJoinHouseUserList(CenterdataTHousingconstructionSteelcylinder steelcylinder); public List> getGassourceList(CenterdataTHousingconstructionSteelcylinder steelcylinder); public List> getResourcePoint(CenterdataTHousingconstructionStoragetank storagetank); public List> getReport(CenterdataTHousingconstructionEnterpriseproductionreport enterpriseproductionreport); public List> getInspectionRecords(CenterdataTHousingconstructionSafetyinspectionrecords enterpriseproductionreport); public List> getItems(CenterdataTHousingconstructionSafetyinspectionrecordsdetail safetyinspectionrecordsdetail); }