合并优化
This commit is contained in:
parent
3bac5f119a
commit
57d55bbab2
|
|
@ -127,6 +127,12 @@ public class MachIneDto {
|
||||||
@ApiModelProperty(value = "上方页面入库数量")
|
@ApiModelProperty(value = "上方页面入库数量")
|
||||||
private Double num;
|
private Double num;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 表单数量总和
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "表单数量总和")
|
||||||
|
private Double totalNum;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 检验人
|
* 检验人
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@ module.exports = {
|
||||||
target: `http://10.40.92.60:28080`, //超
|
target: `http://10.40.92.60:28080`, //超
|
||||||
// target: `http://10.40.92.81:8080`, //韩/
|
// target: `http://10.40.92.81:8080`, //韩/
|
||||||
// target: `http://10.40.92.74:8080`,//旭/
|
// target: `http://10.40.92.74:8080`,//旭/
|
||||||
target: `http://192.168.2.248:28080`, //帅
|
//target: `http://192.168.2.248:28080`, //帅
|
||||||
// target: `http://10.40.92.253:28080`, //福
|
// target: `http://10.40.92.253:28080`, //福
|
||||||
|
|
||||||
//******** 注意事项 ********* */
|
//******** 注意事项 ********* */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue