1、推送报告区分类型,不同类型的控件id不同

This commit is contained in:
2026-03-17 13:53:24 +08:00
parent 5d8cfd70be
commit 4127683023
3 changed files with 62 additions and 7 deletions

View File

@@ -0,0 +1,32 @@
package com.sdm.common.constants;
/**
* 利元亨对接接口的部分参数常量
*/
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
public static final Long SYSTEM_ID = 1691399963692630016L;
// 表单id
public static final Long FORM_ID = 1847115435993071616L;
// 有限元控件id
public static final Long FINITE_ELEMENT_COMPONENT_INST_ID = 8000004142460000204L;
// 机器人控件id
public static final Long ROBOT_COMPONENT_INST_ID = 8000004142460000204L;
// 公差控件id
public static final Long TOLERANCE_COMPONENT_INST_ID = 8000004142460000204L;
}