This commit is contained in:
hongchao 2024-12-23 14:37:26 +08:00
commit f6455863c5
1 changed files with 1 additions and 1 deletions

View File

@ -65,13 +65,13 @@ public class LeaseApplyDetails extends BaseEntity {
/** 已领数量 */
@ApiModelProperty(value = "已领数量")
@Excel(name = "出库数量")
private BigDecimal alNum;
/**
* 此数量是剩余需要出库的数量preNum - alNum
*/
@ApiModelProperty(value = "剩余最大出库数量")
@Excel(name = "出库数量")
private BigDecimal outNum;
/** 备注 */