领料修改
This commit is contained in:
parent
9cd60c3e1a
commit
4532662c40
|
|
@ -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;
|
||||
|
||||
/** 备注 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue