/* * @Author : huangzj * @Time : 2021/3/16 16:46 * @Description: */ package numberList type i interface { Doc() string }