ICRNotificationMacro.h 1.51 KB
Newer Older
mei's avatar
mei committed
1 2
//
//  ICRNotificationMacro.h
mei's avatar
mei committed
3
//  XFFruit
mei's avatar
mei committed
4 5 6 7 8
//
//  Created by Xummer on 15/3/25.
//  Copyright (c) 2015年 Xummer. All rights reserved.
//

mei's avatar
mei committed
9 10
#ifndef XFFruit_ICRNotificationMacro_h
#define XFFruit_ICRNotificationMacro_h
mei's avatar
mei committed
11

n22's avatar
n22 committed
12
#define SetProductTotalPrice @"setProductTotalPrice"
陈俊俊's avatar
陈俊俊 committed
13
#define KNOTIFICATION_getSelectPurchaseProduct @"KNOTIFICATION_getSelectPurchaseProduct"
陈俊俊's avatar
陈俊俊 committed
14 15
#define KNOTIFICATION_ChoseTransportPurchase @"KNOTIFICATION_ChoseTransportPurchase"//选择采购单
#define KNOTIFICATION_ChoseTransportProduct @"KNOTIFICATION_ChoseTransportProduct"//选择发运单
陈俊俊's avatar
陈俊俊 committed
16 17
#define KNOTIFICATION_ChoseTransferProduct @"KNOTIFICATION_ChoseTransferProduct"//选择转运单

陈俊俊's avatar
陈俊俊 committed
18 19
#define KNOTIFICATION_EditReceiveProduct @"KNOTIFICATION_EditReceiveProduct"

陈俊俊's avatar
陈俊俊 committed
20
#define KNOTIFICATION_GetNextDetailData  @"KNOTIFICATION_GetNextDetailData"
21
#define KNOTIFICATION_GoReportDetail  @"KNOTIFICATION_GoReportDetail"
陈俊俊's avatar
陈俊俊 committed
22

陈俊俊's avatar
陈俊俊 committed
23 24
#define KNOTIFICATION_AddPurchaseProduct @"KNOTIFICATION_AddPurchaseProduct"
#define KNOTIFICATION_AddTransportCost @"KNOTIFICATION_AddTransportCost"
陈俊俊's avatar
陈俊俊 committed
25

freecui's avatar
freecui committed
26
#define KNOTIFICATION_changeIsSelectedFunctions  @"KNOTIFICATION_changeIsSelectedFunctions"
freecui's avatar
freecui committed
27 28 29



freecui's avatar
freecui committed
30

freecui's avatar
freecui committed
31 32 33
//Avatar
#define KNOTIFICATION_saveMaterial @"KNOTIFICATION_saveMaterial"
#define KNOTIFICATION_editMaterial @"KNOTIFICATION_editMaterial"
freecui's avatar
freecui committed
34
#define KNOTIFICATION_deleteMaterial @"KNOTIFICATION_deleteMaterial"
freecui's avatar
freecui committed
35 36 37 38

#define KNOTIFICATION_saveProduct @"KNOTIFICATION_saveProduct"
#define KNOTIFICATION_editProduct @"KNOTIFICATION_editProduct"
#define KNOTIFICATION_deleteProduct @"KNOTIFICATION_deleteProduct"
freecui's avatar
freecui committed
39

mei's avatar
mei committed
40
#endif