package overallhandle var ErrorCodeMsg = map[int]string{ 0: "成功", 100: "提交的数据格式错误!", 101: "提交的数据不能为空误!", 103: "该数据已经存在!请不要重复添加", 104: "数据写入失败!", 105: "数据查询失败!", 106: "编辑失败!", 107: "未能查询到数据!", 108: "删除失败", }