package utils

type MySql_blog_category struct {
	A_id    int
	A_user  int
	A_name  string
	A_alias string
	A_lft   int
	A_rgt   int
}