Commit eaa2bc3c by 284718418@qq.com

合并代码

parent a1a031a6
......@@ -223,6 +223,9 @@ public class YgglMainEmp extends Model<YgglMainEmp> {
@TableField(exist = false)
@ApiModelProperty(value="员工登陆账号(手机号)",example="员工登陆账号(手机号)")
private String empLoginPhone;
@ApiModelProperty(value="是否已投保:0否 1是 ",example="")
private int isInsure;
......
......@@ -17,6 +17,8 @@ import javax.net.ssl.X509TrustManager;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.alibaba.fastjson.JSONObject;
/**
* 通用http发送方法
*
......
spring:
profiles:
active: pro
active: test
#active: '@environment@'
\ No newline at end of file
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