package com.networknt.service; /** * Created by steve on 2016-11-29. */ public interface K { String getKing(); void setKing(String king); }