refactor(common): 优化送检数量字段注释说明
- 修改WmsIncomingInspectionTaskCallbackQO类中inspectionQty字段注释 - 修改WmsInventoryInspectionTaskCallbackQO类中inspectionQty字段注释 - 将“检验数量,即送检数量”统一更新为“送检数量”以提升描述准确性
This commit is contained in:
parent
482bd5ac13
commit
fe9db7ec86
|
|
@ -60,7 +60,7 @@ public class WmsIncomingInspectionTaskCallbackQO {
|
||||||
private String factory;
|
private String factory;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 检验数量,即送检数量
|
* 送检数量
|
||||||
*/
|
*/
|
||||||
private Integer inspectionQty;
|
private Integer inspectionQty;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ public class WmsInventoryInspectionTaskCallbackQO {
|
||||||
private Integer storageDays;
|
private Integer storageDays;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 检验数量,即送检数量
|
* 送检数量
|
||||||
*/
|
*/
|
||||||
private Integer inspectionQty;
|
private Integer inspectionQty;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue