/* * @Author : huangzj * @Time : 2020/12/21 22:26 * @Description: */ package simple type Doc interface { Description(string) string }