zhaowenxuan
2025-02-27 43727df73e52cc00a1f1aee3c20a1aec8db1b92f
ltkj-hosp/src/main/java/com/ltkj/hosp/domain/HisApiConfig.java
@@ -36,9 +36,9 @@
    private String tabName;
    /**
     * 是否携带分页参数 0否 1是
     * 是否包含在response内 0否 1是
     */
    private Integer isLimit;
    private Integer isResponse;
    /**
     * 返回数据中的主键字段 英文逗号分隔
@@ -50,6 +50,16 @@
     */
    private String remark;
    /**
     * 返回状态键
     */
    private String resultCodeKey;
    /**
     * 返回数据键
     */
    private String resultDataKey;
    @TableField(exist = false)
    private static final long serialVersionUID = 1L;
}