9 lines
148 B
TypeScript
9 lines
148 B
TypeScript
export const ErpBizType = {
|
|
PURCHASE_ORDER: 10,
|
|
PURCHASE_IN: 11,
|
|
PURCHASE_RETURN: 12,
|
|
SALE_ORDER: 20,
|
|
SALE_OUT: 21,
|
|
SALE_RETURN: 22,
|
|
};
|