综合查询管理模式修改
This commit is contained in:
parent
41dee6be2a
commit
25282e7b17
|
|
@ -102,8 +102,8 @@ public class StorageStatus {
|
|||
/**
|
||||
* 是否计数
|
||||
*/
|
||||
@ApiModelProperty(value = "是否计数")
|
||||
@Excel(name = "是否计数")
|
||||
@ApiModelProperty(value = "管理模式")
|
||||
@Excel(name = "管理模式")
|
||||
private String manageType;
|
||||
|
||||
|
||||
|
|
@ -111,14 +111,14 @@ public class StorageStatus {
|
|||
* 租赁数量
|
||||
*/
|
||||
@ApiModelProperty(value = "租赁数量")
|
||||
@Excel(name = "租赁数量",cellType = Excel.ColumnType.NUMERIC)
|
||||
// @Excel(name = "租赁数量",cellType = Excel.ColumnType.NUMERIC)
|
||||
private Double outNum;
|
||||
|
||||
/**
|
||||
* 归还数量
|
||||
*/
|
||||
@ApiModelProperty(value = "归还数量")
|
||||
@Excel(name = "归还数量",cellType = Excel.ColumnType.NUMERIC)
|
||||
// @Excel(name = "归还数量",cellType = Excel.ColumnType.NUMERIC)
|
||||
private Double backNum;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue