新增库位绑定Feign接口与合并采购销售订单
This commit is contained in:
@@ -4,8 +4,13 @@ package com.zt.plat.module.contractorder.enums;
|
||||
* ERP相关常量类
|
||||
*/
|
||||
public class ErpConstants {
|
||||
public static final String PO_WAREHOUSE_TYPE = "into";
|
||||
public static final String PO_WAREHOUSE_MMSITYPE = "PUR";
|
||||
public static final String SALE_WAREHOUSE_TYPE = "out";
|
||||
public static final String SALE_WAREHOUSE_MMSITYPE = "SALE";
|
||||
public static final String WAREHOUSE_TYPE_MOVE = "MOVE";//移库
|
||||
public static final String WAREHOUSE_TYPE_RECEIVING = "RECEIVING";// 入库
|
||||
public static final String WAREHOUSE_TYPE_SHIPPING = "SHIPPING";// 出库
|
||||
|
||||
public static final String WAREHOUSE_MMSITYPE_PUR = "PUR";//采购
|
||||
public static final String WAREHOUSE_MMSITYPE_SALE = "SALE"; //销售
|
||||
public static final String WAREHOUSE_MMSITYPE_ENT = "ENT";//委托加工
|
||||
public static final String WAREHOUSE_MMSITYPE_ENTED = "ENTED";//来料加工
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user