Merge branch 'master' of http://192.168.0.56:3000/bonus/Bonus-Cloud-Material
This commit is contained in:
commit
f6455863c5
|
|
@ -65,13 +65,13 @@ public class LeaseApplyDetails extends BaseEntity {
|
||||||
|
|
||||||
/** 已领数量 */
|
/** 已领数量 */
|
||||||
@ApiModelProperty(value = "已领数量")
|
@ApiModelProperty(value = "已领数量")
|
||||||
|
@Excel(name = "出库数量")
|
||||||
private BigDecimal alNum;
|
private BigDecimal alNum;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 此数量是剩余需要出库的数量(preNum - alNum)
|
* 此数量是剩余需要出库的数量(preNum - alNum)
|
||||||
*/
|
*/
|
||||||
@ApiModelProperty(value = "剩余最大出库数量")
|
@ApiModelProperty(value = "剩余最大出库数量")
|
||||||
@Excel(name = "出库数量")
|
|
||||||
private BigDecimal outNum;
|
private BigDecimal outNum;
|
||||||
|
|
||||||
/** 备注 */
|
/** 备注 */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue