综合查询

This commit is contained in:
bns_han 2024-02-27 18:52:09 +08:00
parent b6de4c1d84
commit f38110f2dc
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ public class StorageStatus {
*/ */
@ApiModelProperty(value = "是否计数") @ApiModelProperty(value = "是否计数")
@Excel(name = "是否计数") @Excel(name = "是否计数")
private Double manageType; private String manageType;
/** /**