mysql_struct_blog_post.go 203 B

12345678910111213
  1. package utils
  2. type MySql_blog_post struct {
  3. A_id int
  4. A_user int
  5. A_name string
  6. A_alias string
  7. A_category int
  8. A_briefly string
  9. A_content string
  10. A_datetime int
  11. A_active int
  12. }