记得上下班打卡 | git大法好,push需谨慎

Commit 1578535c authored by sunyuntian's avatar sunyuntian

entity school

parent a88cacb2
......@@ -2,10 +2,11 @@ package com.liquidnet.service.smile.entity;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import java.io.Serializable;
import lombok.Data;
import lombok.EqualsAndHashCode;
import java.io.Serializable;
/**
* <p>
*
......@@ -33,5 +34,35 @@ public class SmileSchool implements Serializable {
*/
private String address;
/**
* 省key
*/
private String provinceKey;
/**
* 省
*/
private String province;
/**
* 市key
*/
private String cityKey;
/**
* 市
*/
private String city;
/**
* 区key
*/
private String areaKey;
/**
* 区
*/
private String area;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment