Commit 76ac6478 by 李小惠

Merge branch 'develop' of http://gitlab.sothing.top/843502640/jyzb_platformV2 into develop-lxh

parents 123d14e2 d8edd4b1
package com.junmp.jyzb.api.bean.req;
import lombok.Data;
import java.math.BigDecimal;
import java.util.List;
@Data
public class EquipmentsReq {
private String typeId;
private String typeName;
private String sizeId;
private String sizeName;
private Integer num;
private Integer outNum;
private Integer inNum;
private BigDecimal price;
private BigDecimal outPrice;
private BigDecimal inPrice;
}
\ No newline at end of file
...@@ -23,4 +23,6 @@ public class PoliceListReq { ...@@ -23,4 +23,6 @@ public class PoliceListReq {
// * 角色id列表 // * 角色id列表
// */ // */
private List<Long> rolesList; private List<Long> rolesList;
private List<EquipmentsReq> equipments;
} }
...@@ -3,7 +3,7 @@ scanner: ...@@ -3,7 +3,7 @@ scanner:
easy-es: easy-es:
enable: true enable: true
address: 192.168.3.188:9200 address: 192.168.3.121:9200
username: username:
password: password:
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
easy-es: easy-es:
enable: true enable: true
address: 192.168.3.188:9200 address: 192.168.3.121:9200
username: username:
password: password:
server: server:
...@@ -14,7 +14,7 @@ server: ...@@ -14,7 +14,7 @@ server:
spring: spring:
elasticsearch: elasticsearch:
rest: rest:
uris: http://192.168.3.188:9200 uris: http://192.168.3.121:9200
main: main:
#bea同名类进行注册时,准许覆盖注册 #bea同名类进行注册时,准许覆盖注册
allow-bean-definition-overriding: true allow-bean-definition-overriding: true
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论