ICRNotificationMacro.h 1.27 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 18
#define KNOTIFICATION_EditReceiveProduct @"KNOTIFICATION_EditReceiveProduct"


陈俊俊's avatar
陈俊俊 committed
19

陈俊俊's avatar
陈俊俊 committed
20 21
#define KNOTIFICATION_AddPurchaseProduct @"KNOTIFICATION_AddPurchaseProduct"
#define KNOTIFICATION_AddTransportCost @"KNOTIFICATION_AddTransportCost"
陈俊俊's avatar
陈俊俊 committed
22

freecui's avatar
freecui committed
23
#define KNOTIFICATION_changeIsSelectedFunctions  @"KNOTIFICATION_changeIsSelectedFunctions"
freecui's avatar
freecui committed
24 25 26



freecui's avatar
freecui committed
27

freecui's avatar
freecui committed
28 29 30
//Avatar
#define KNOTIFICATION_saveMaterial @"KNOTIFICATION_saveMaterial"
#define KNOTIFICATION_editMaterial @"KNOTIFICATION_editMaterial"
freecui's avatar
freecui committed
31
#define KNOTIFICATION_deleteMaterial @"KNOTIFICATION_deleteMaterial"
freecui's avatar
freecui committed
32 33 34 35

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

mei's avatar
mei committed
37
#endif