package com.yihu.base.hbase.rowkey; /** * Created by chenweida on 2018/2/28. */ public interface IRowkeyGenerate { String getRowkey(); }