|
@@ -122,6 +122,14 @@ public class TJs implements Serializable {
|
|
|
@ApiModelProperty("营业执照")
|
|
|
private String businessLicense;
|
|
|
|
|
|
+ @TableField("certification")
|
|
|
+ @ApiModelProperty("按摩师资格证")
|
|
|
+ private String certification;
|
|
|
+
|
|
|
+ @TableField("no_crime")
|
|
|
+ @ApiModelProperty("无犯罪记录")
|
|
|
+ private String noCrime;
|
|
|
+
|
|
|
/**
|
|
|
* 白天免车费公里数
|
|
|
*/
|