Commit 28637e41 authored by hezhen's avatar hezhen

说明

parent edf43190
......@@ -71,6 +71,11 @@ public class TourGood implements Serializable {
@ApiModelProperty(value = "行程介绍")
private String introduce;
//费用说明
@Column(name = "explain")
@ApiModelProperty(value = "费用说明")
private String explain;
//排序
@Column(name = "rank")
@ApiModelProperty(value = "排序")
......
......@@ -14,7 +14,7 @@ import org.springframework.scheduling.annotation.EnableScheduling;
@EnableDiscoveryClient
@EnableScheduling
@EnableAceAuthClient
@EnableFeignClients({"com.github.wxiaoqi.security.auth.client.feign", "com.xxfc.platform.tour.feign"})
@EnableFeignClients({"com.github.wxiaoqi.security.auth.client.feign"})
@EnableAceCache
@tk.mybatis.spring.annotation.MapperScan(basePackages = "com.xxfc.platform.tour.mapper")
public class TourApplication {
......
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