物业保洁打扫面积标准

VIP家政公司 2023-08-01 09:24
【摘要】一般来说,物业保洁打扫面积标准主要取决于物业管理要求和打扫费用,一般情况下,每平米打扫费用在0.5-1元不等,根据物业管理要求,可以确定每平米打扫费用,然后根据面积大小确定打扫费用总额。物业保洁面积标准 public static final String PROPERTY_CLEAN_AREA_STANDARD = "property_clean_area_standard"; //物业保洁面积 public static final String PROPERTY_CLEA...


一般来说,物业保洁打扫面积标准主要取决于物业管理要求和打扫费用,一般情况下,每平米打扫费用在0.5-1元不等,根据物业管理要求,可以确定每平米打扫费用,然后根据面积大小确定打扫费用总额。

物业保洁面积标准


public static final String PROPERTY_CLEAN_AREA_STANDARD = "property_clean_area_standard";
//物业保洁面积
public static final String PROPERTY_CLEAN_AREA = "property_clean_area";
//物业保洁价格标准
public static final String PROPERTY_CLEAN_PRICE_STANDARD = "property_clean_price_standard";
//物业保洁价格
public static final String PROPERTY_CLEAN_PRICE = "property_clean_price";
//物业保洁服务费
public static final String PROPERTY_CLEAN_FEE = "property_clean_fee";
//其他服务费
public static final String OTHER_FEE = "other_fee";
//其他服务费说明
public static final String OTHER_FEE_REMARK = "other_fee_remark";
//其他收费
public static final String OTHER_CHARGE = "other_charge";
//其他收费说明
public static final String OTHER_CHARGE_REMARK = "other_charge_remark";
//押金
public static final String DEPOSIT = "deposit";
//押金说明
public static final String DEPOSIT_REMARK = "deposit_remark";
//物业管理费
public static final String PROPERTY_FEE = "property_fee";
//物业管理费说明
public static final String PROPERTY_FEE_REMARK = "property_fee_remark";
//垃圾处理费
public static final String GARBAGE_FEE = "garbage_fee";
//垃圾处理费说明
public static final String GARBAGE_FEE_REMARK = "garbage_fee_remark";
//水费
public static final String WATER_FEE = "water_fee";
//水费说明
public static final String WATER_FEE_REMARK = "water_fee_remark";
//电费
public static final String ELECTRIC_FEE = "electric_fee";
//电费说明
public static final String ELECTRIC_FEE_REMARK = "electric_fee_remark";
//燃气费
public static final String GAS_FEE = "gas_fee";
//燃气费说明
public static final String GAS_FEE_REMARK = "gas_fee_remark";
//宽带费
public static final String BROAD_FEE = "broad_fee";
//宽带费说明
public static final String BROAD_FEE_REMARK = "broad_fee_remark";
//有线电视费
public static final String CABLE_TV_FEE = "cable_tv_fee";
//有线电视费说明
public static final String CABLE_TV_FEE_REMARK = "cable_tv_fee_remark";
//空调费
public static final String AIR_CONDITION_FEE = "air_condition_fee";
//空调费说明
public static final String AIR_CONDITION_FEE_REMARK = "air_condition_fee_remark";
//其他费用
public static final String OTHER_COST = "other_cost";
//其他费用说明
public static final String OTHER_COST_REMARK = "other_cost_remark";
//押金支付方式
public static final String DEPOSIT_PAY_TYPE = "deposit_pay_type";
//押金支付方式说明
public static final String DEPOSIT_PAY_TYPE_REMARK = "deposit_pay_type_remark";
//物业管理费支付方式
public static final String PROPERTY_FEE_PAY_TYPE = "property_fee_pay_type";
//物业管理费支付方式说明
public static final String PROPERTY_FEE_PAY_TYPE_REMARK = "property_fee_pay_type_remark";
//物业管理费支付时间
public static final String PROPERTY_FEE_PAY_TIME = "property_fee_pay_time";
//物业管理费支付时间说明
public static final String PROPERTY_FEE_PAY_TIME_REMARK = "property_fee_pay_time_remark";
//其他收费支付方式
public static final String OTHER_CHARGE_PAY_TYPE = "other_charge_pay_type";
//其他收费支付方式说明
public static final String OTHER_CHARGE_PAY_TYPE_REMARK = "other_charge_pay_type_remark";
//其他收费支付时间
public static final String OTHER_CHARGE_PAY_TIME = "other_charge_pay_time";
//其他收费支付时间说明
public static final String OTHER_CHARGE_PAY_TIME_REMARK = "other_charge_pay_time_remark";
//垃圾处理费支付方式
public static final String GARBAGE_FEE_PAY_TYPE = "garbage_fee_pay_type";
//垃圾处理费支付方式说明
public static final String GARBAGE_FEE_PAY_TYPE_REMARK = "garbage_fee_pay_type_remark";
//垃圾处理费支付时间
public static final String GARBAGE_FEE_PAY_TIME = "garbage_fee_pay_time";
//垃圾处理费支付时间说明
public static final String GARBAGE_FEE_PAY_TIME_REMARK = "garbage_fee_pay_time_remark";
//水费支付方式
public static final String WATER_FEE_PAY_TYPE = "water_fee_pay_type";
//水费支付方式说明
public static final String WATER_FEE_PAY_TYPE_REMARK = "water_fee_pay_type_remark";
//水费支付时间
public static final String WATER_FEE_PAY_TIME = "water_fee_pay_time";
//水费支付时间说明
public static final String WATER_FEE_PAY_TIME_REMARK = "water_fee_pay_time_remark";
//电费支付方式
public static final String ELECTRIC_FEE_PAY_TYPE = "electric_fee_pay_type";
//电费支付方式说明
public static final String ELECTRIC_FEE_PAY_TYPE_REMARK = "electric

物业保洁面积标准


*
* @param id
* @return
*/
@Override
public PropertyCleanAreaStandard getPropertyCleanAreaStandardById(Integer id) {
return propertyCleanAreaStandardMapper.selectByPrimaryKey(id);
}

/**
* 查询物业保洁面积标准列表
*
* @param propertyCleanAreaStandard
* @return
*/
@Override
public List selectPropertyCleanAreaStandardList(PropertyCleanAreaStandard propertyCleanAreaStandard) {
return propertyCleanAreaStandardMapper.selectPropertyCleanAreaStandardList(propertyCleanAreaStandard);
}

/**
* 新增物业保洁面积标准
*
* @param propertyCleanAreaStandard
* @return
*/
@Override
public int insertPropertyCleanAreaStandard(PropertyCleanAreaStandard propertyCleanAreaStandard) {
propertyCleanAreaStandard.setCreateTime(new Date());
return propertyCleanAreaStandardMapper.insertSelective(propertyCleanAreaStandard);
}

/**
* 修改物业保洁面积标准
*
* @param propertyCleanAreaStandard
* @return
*/
@Override
public int updatePropertyCleanAreaStandard(PropertyCleanAreaStandard propertyCleanAreaStandard) {
propertyCleanAreaStandard.setUpdateTime(new Date());
return propertyCleanAreaStandardMapper.updateByPrimaryKeySelective(propertyCleanAreaStandard);
}

/**
* 删除物业保洁面积标准对象
*
* @param ids 需要删除的数据ID
* @return
*/
@Override
public int deletePropertyCleanAreaStandardByIds(String ids) {
return propertyCleanAreaStandardMapper.deletePropertyCleanAreaStandardByIds(Convert.toStrArray(ids));
}

}

保洁打扫面积时间标准



1、家庭房间:每间房每次打扫面积约15-20平方米,每次打扫时间约30-45分钟。

2、厕所:每次打扫面积约5-7平方米,每次打扫时间约15-20分钟。

3、客厅:每次打扫面积约20-30平方米,每次打扫时间约45-60分钟。

4、厨房:每次打扫面积约15-20平方米,每次打扫时间约30-45分钟。

5、阳台:每次打扫面积约10-15平方米,每次打扫时间约20-30分钟。

以上是VIP家政公司整理的物业保洁打扫面积标准相关知识,希望对你有帮助。如果您还有物业保洁配置面积标准,物业保洁一般打扫面积,保洁打扫面积时间标准,物业保洁面积标准,物业保洁面积配置标准疑问,欢迎在线咨询,他们会给您合适的建议。

上一篇 :哪里月嫂比较好一点

下一篇:广州专业清洗洗衣机多少钱一次