fix:退换货、用完清洗金额口调整
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
package com.zt.plat.module.qms.enums;
|
||||
|
||||
public enum AdjustType {
|
||||
/**
|
||||
* 加
|
||||
*/
|
||||
add,
|
||||
/**
|
||||
* 减
|
||||
*/
|
||||
subtract,
|
||||
}
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
package com.zt.plat.module.qms.enums;
|
||||
|
||||
public enum LockType {
|
||||
/**
|
||||
* 锁定
|
||||
*/
|
||||
lock,
|
||||
/**
|
||||
* 解锁
|
||||
*/
|
||||
unlock,
|
||||
}
|
||||
Reference in New Issue
Block a user