Commit 1924a25d by 伍思炜

智能平台对接开发

parent 6646cc48
......@@ -120,8 +120,9 @@
<artifactId>spring-test</artifactId>
</dependency>
<dependency>
<groupId>com.winsun.framework</groupId>
<artifactId>winsun-core-service</artifactId>
<groupId>com.konghq</groupId>
<artifactId>unirest-java</artifactId>
<version>3.5.00</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.github.ulisesbocchio</groupId>-->
......
......@@ -96,4 +96,9 @@ public class HhrUser implements Serializable{
*/
@TableField(exist = false)
private String name;
/**
* 代理商账号
*/
private String account;
}
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