Commit 1924a25d by 伍思炜

智能平台对接开发

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