zhaowenxuan
2024-07-19 c4962d4a0cb4089bcffda90b07da34d666e4bbc2
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;
}