package com.msj.sync.future; /** * @author mengxiangcheng mengshaojie@188.com * @date 2017/3/14 下午10:18 * @copyright ©2017 孟少杰 All Rights Reserved * @desc */ public interface Date { String getRequest(); }