综合查询管理模式修改

This commit is contained in:
liang.chao 2024-11-19 17:43:36 +08:00
parent 41dee6be2a
commit 25282e7b17
1 changed files with 4 additions and 4 deletions

View File

@ -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;