```plantuml !theme sketchy-outline package 小区信息域 { class Community { string community_id string province_code string city_code string district_code string address } } ```