소스 검색

城市运营

guomengjiao 1 개월 전
부모
커밋
666c88da51
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      renren-admin/src/main/java/io/renren/modules/qyh/entity/ServiceCityEntity.java

+ 8 - 0
renren-admin/src/main/java/io/renren/modules/qyh/entity/ServiceCityEntity.java

@@ -19,6 +19,14 @@ public class ServiceCityEntity implements Serializable {
 	 */
 	@TableId
 	private Long id;
+	/**
+	 * 省份主键
+	 */
+	private Long provinceId;
+	/**
+	 * 省份名称
+	 */
+	private String provinceName;
 	/**
 	 * 城市主键
 	 */