提交merge1.3
This commit is contained in:
@@ -4,7 +4,7 @@ import java.math.BigDecimal;
|
||||
|
||||
/**
|
||||
* 常量
|
||||
*
|
||||
*
|
||||
* @author system
|
||||
*/
|
||||
public class CommonConstants {
|
||||
@@ -13,6 +13,7 @@ public class CommonConstants {
|
||||
* 共同常量
|
||||
*/
|
||||
public interface Common {
|
||||
|
||||
/**
|
||||
* 租户ID字段名称
|
||||
*/
|
||||
@@ -301,14 +302,11 @@ public class CommonConstants {
|
||||
* 项目分类
|
||||
*/
|
||||
String MedCategoryCode = "med_category_code";
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
|
||||
/**
|
||||
* 耗材分类
|
||||
*/
|
||||
String DevCategoryCode = "dev_category_code";
|
||||
>>>>>>> v1.3
|
||||
|
||||
/**
|
||||
* 门诊号
|
||||
@@ -350,11 +348,7 @@ public class CommonConstants {
|
||||
String ChargeTime = "charge_time";
|
||||
|
||||
/**
|
||||
<<<<<<< HEAD
|
||||
* 审批时间
|
||||
=======
|
||||
* 申请人
|
||||
>>>>>>> v1.3
|
||||
*/
|
||||
String ApplicantName = "applicant_name";
|
||||
|
||||
@@ -374,14 +368,11 @@ public class CommonConstants {
|
||||
String ItemId = "item_id";
|
||||
|
||||
/**
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
* 项目编号
|
||||
*/
|
||||
String ItemNo = "item_no";
|
||||
|
||||
/**
|
||||
>>>>>>> v1.3
|
||||
* 项目所在表
|
||||
*/
|
||||
String ItemTable = "item_table";
|
||||
@@ -400,18 +391,12 @@ public class CommonConstants {
|
||||
* 校对人Id
|
||||
*/
|
||||
String PerformerCheckId = "performer_check_id";
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
|
||||
>>>>>>> v1.3
|
||||
/**
|
||||
* 单位
|
||||
*/
|
||||
String UnitCode = "unit_code";
|
||||
|
||||
/**
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
* 用法
|
||||
*/
|
||||
String MethodCode = "method_code";
|
||||
@@ -422,7 +407,6 @@ public class CommonConstants {
|
||||
String RateCode = "rate_code";
|
||||
|
||||
/**
|
||||
>>>>>>> v1.3
|
||||
* 住院开始时间
|
||||
*/
|
||||
String StartTime = "start_time";
|
||||
@@ -446,8 +430,6 @@ public class CommonConstants {
|
||||
* 过期天数
|
||||
*/
|
||||
String RemainingDays = "remaining_days";
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
|
||||
/**
|
||||
* 追溯码
|
||||
@@ -468,7 +450,6 @@ public class CommonConstants {
|
||||
* 入科科室ID
|
||||
*/
|
||||
String InHospitalOrgId = "in_hospital_org_id";
|
||||
>>>>>>> v1.3
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -542,6 +523,7 @@ public class CommonConstants {
|
||||
* 字典名常量
|
||||
*/
|
||||
public interface DictName {
|
||||
|
||||
/**
|
||||
* 药品分类
|
||||
*/
|
||||
@@ -561,6 +543,7 @@ public class CommonConstants {
|
||||
* sql条件常量
|
||||
*/
|
||||
public interface SqlCondition {
|
||||
|
||||
/**
|
||||
* 关于库存的表名str
|
||||
*/
|
||||
@@ -630,6 +613,7 @@ public class CommonConstants {
|
||||
* excel导出常量
|
||||
*/
|
||||
public interface ExcelOut {
|
||||
|
||||
// "0"的
|
||||
String CONSTANTZERO = "0";
|
||||
// 0.00
|
||||
@@ -655,6 +639,7 @@ public class CommonConstants {
|
||||
* excel导出的sheet名称
|
||||
*/
|
||||
public interface SheetName {
|
||||
|
||||
/**
|
||||
* 发药明细
|
||||
*/
|
||||
@@ -733,6 +718,7 @@ public class CommonConstants {
|
||||
* 导出时需要隐藏的列
|
||||
*/
|
||||
public interface CellName {
|
||||
|
||||
/**
|
||||
* 源仓库
|
||||
*/
|
||||
@@ -748,6 +734,7 @@ public class CommonConstants {
|
||||
* 工具方法常量
|
||||
*/
|
||||
public interface UtilMethodConstant {
|
||||
|
||||
/**
|
||||
* 是否四舍五入(与余数作比较)的临界值 例:0.86 -> 0.85 0.88 -> 0.90
|
||||
*/
|
||||
@@ -758,6 +745,7 @@ public class CommonConstants {
|
||||
* 数字常量
|
||||
*/
|
||||
public interface NumConstant {
|
||||
|
||||
/**
|
||||
* 数字 1
|
||||
*/
|
||||
@@ -769,6 +757,7 @@ public class CommonConstants {
|
||||
* 发药明细-统计类型
|
||||
*/
|
||||
public interface StatisticalType {
|
||||
|
||||
/**
|
||||
* 住院耗材记账领用明细
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user