1、修改推送报告的相关参数

This commit is contained in:
2026-03-17 17:36:31 +08:00
parent 7933776f82
commit 9bb11ba4b3
2 changed files with 11 additions and 5 deletions

View File

@@ -13,8 +13,6 @@ public class LyricParamConstants {
public static final String SYSTEM_CODE = "spdm";
// 表名称
public static final String TABLE_NAME = "oa_three_d_review";
// 字段名称
public static final String COLUMN_NAME = "simulation_table";
// 权限编码
public static final String FILE_POWER = "2456236750149124114";
// 系统id
@@ -23,10 +21,16 @@ public class LyricParamConstants {
public static final Long FORM_ID = 1847115435993071616L;
// 有限元控件id
public static final Long FINITE_ELEMENT_COMPONENT_INST_ID = 8000004142460000204L;
// 有限元字段名称
public static final String FINITE_ELEMENT_COLUMN_NAME = "simulation_table";
// 机器人控件id
public static final Long ROBOT_COMPONENT_INST_ID = 8000004142460000204L;
public static final Long ROBOT_COMPONENT_INST_ID = 8000004142460000228L;
// 机器人字段名称
public static final String ROBOT_COLUMN_NAME = "robot_table";
// 公差控件id
public static final Long TOLERANCE_COMPONENT_INST_ID = 8000004142460000204L;
public static final Long TOLERANCE_COMPONENT_INST_ID = 8000004144780000369L;
// 公差字段名称
public static final String TOLERANCE_COLUMN_NAME = "checkproducts_enclosure";
}