采购入库

This commit is contained in:
Zhang.WH
2025-03-07 17:44:20 +08:00
parent 046884e0fb
commit 93ae75b915
38 changed files with 1516 additions and 531 deletions

View File

@@ -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";
/**
* 活动定义
*/

View File

@@ -58,4 +58,16 @@ public class PromptMsgConstant {
String M00010 = "apl.common.M00010";
}
/**
* 库存
*/
public interface Inventory {
/**
* {0}添加成功
*/
String M00001 = "apl.inventory.M00001";
}
}