采购入库
This commit is contained in:
@@ -42,11 +42,21 @@ public class CommonConstants {
|
||||
*/
|
||||
String MED_MEDICATION_DEFINITION = "med_medication_definition";
|
||||
|
||||
/**
|
||||
* 药品信息
|
||||
*/
|
||||
String MED_MEDICATION = "med_medication";
|
||||
|
||||
/**
|
||||
* 器材定义
|
||||
*/
|
||||
String ADM_DEVICE_DEFINITION = "adm_device_definition";
|
||||
|
||||
/**
|
||||
* 器材信息
|
||||
*/
|
||||
String ADM_DEVICE = "adm_device";
|
||||
|
||||
/**
|
||||
* 活动定义
|
||||
*/
|
||||
|
||||
@@ -58,4 +58,16 @@ public class PromptMsgConstant {
|
||||
String M00010 = "apl.common.M00010";
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* 库存
|
||||
*/
|
||||
public interface Inventory {
|
||||
|
||||
/**
|
||||
* {0}添加成功
|
||||
*/
|
||||
String M00001 = "apl.inventory.M00001";
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user