1 2 3 4 5 6 7 8 9 10 11 12 13
package com.zteits.job.task.fangge; import com.zteits.clouds.api.dto.park.param.InitBerthStateRequest; public interface FangGeBerthsOperService { /** * 初始化车位状态 * @param request * @return * 2017年9月1日 zhaowg */ Boolean initBerthState(InitBerthStateRequest request); }