1
This commit is contained in:
parent
0fe35e7929
commit
3c454c112c
|
|
@ -33,10 +33,11 @@ public class AppConstants {
|
|||
public static final String OUT_ORDER_STATUS_0 = "0";
|
||||
public static final String OUT_ORDER_STATUS_1 = "1";
|
||||
public static final String OUT_ORDER_STATUS_2 = "2";
|
||||
//1:出库 2:入库 3:移库
|
||||
//1:出库 2:入库 9:移库 4:拣选
|
||||
public static final Integer TASK_TYPE_OUT = 2;
|
||||
public static final Integer TASK_TYPE_IN = 1;
|
||||
public static final Integer TASK_TYPE_TRANSFER = 3;
|
||||
public static final Integer TASK_TYPE_TRANSFER = 9;
|
||||
public static final Integer TASK_TYPE_SELECT = 4;
|
||||
|
||||
//
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user