PushContainerHandle.java 314 Bytes
package com.huaheng.api.acs.service;

import com.huaheng.api.acs.domain.pushContainer.PushContainerModel;
import com.huaheng.framework.web.domain.AjaxResult;

/***
 * @author tongzonghao
 *
 */
public interface PushContainerHandle {

    AjaxResult pushContainerPosition(PushContainerModel pushContainerModel);

}