在线h5 包名修改

This commit is contained in:
lizhengwei 2026-04-01 18:38:37 +08:00
parent df0dee5784
commit 69c8772e6f
89 changed files with 253 additions and 253 deletions

View File

@ -1,4 +1,4 @@
package com.dromara.md.form.api.constant;
package org.dromara.md.form.api.constant;
public interface BaseConstant {
/**

View File

@ -1,4 +1,4 @@
package com.dromara.md.form.api.dto;
package org.dromara.md.form.api.dto;
import lombok.AllArgsConstructor;
import lombok.Getter;

View File

@ -1,4 +1,4 @@
package com.dromara.md.form.api.dto;
package org.dromara.md.form.api.dto;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;

View File

@ -1,4 +1,4 @@
package com.dromara.md.form.api.dto;
package org.dromara.md.form.api.dto;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;

View File

@ -1,4 +1,4 @@
package com.dromara.md.form.api.dto;
package org.dromara.md.form.api.dto;
import com.fasterxml.jackson.annotation.JsonSubTypes;

View File

@ -1,4 +1,4 @@
package com.dromara.md.form.api.dto;
package org.dromara.md.form.api.dto;
import io.swagger.annotations.ApiModelProperty;

View File

@ -1,4 +1,4 @@
package com.dromara.md.form.api.dto;
package org.dromara.md.form.api.dto;
import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.annotations.ApiModel;

View File

@ -1,4 +1,4 @@
package com.dromara.md.form.api.dto;
package org.dromara.md.form.api.dto;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;

View File

@ -1,4 +1,4 @@
package com.dromara.md.form.api.dto;
package org.dromara.md.form.api.dto;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;

View File

@ -1,4 +1,4 @@
package com.dromara.md.form.api.dto;
package org.dromara.md.form.api.dto;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;

View File

@ -1,4 +1,4 @@
package com.dromara.md.form.api.dto;
package org.dromara.md.form.api.dto;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiModel;

View File

@ -1,4 +1,4 @@
package com.dromara.md.form.api.dto;
package org.dromara.md.form.api.dto;
import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.annotations.ApiModel;

View File

@ -1,4 +1,4 @@
package com.dromara.md.form.api.vo;
package org.dromara.md.form.api.vo;
import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.annotations.ApiModel;

View File

@ -1,4 +1,4 @@
package com.dromara.md.form.api.vo;
package org.dromara.md.form.api.vo;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.Getter;

View File

@ -1,4 +1,4 @@
package com.dromara.md.form.api.vo;
package org.dromara.md.form.api.vo;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.Getter;

View File

@ -1,4 +1,4 @@
package com.dromara.md.form.api.vo;
package org.dromara.md.form.api.vo;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;

View File

@ -1,4 +1,4 @@
package com.dromara.md.form.api.vo;
package org.dromara.md.form.api.vo;
import io.swagger.annotations.ApiModelProperty;
import lombok.Getter;

View File

@ -1,9 +1,9 @@
package com.dromara.md.form.feign;
package org.dromara.md.form.feign;
import com.dromara.md.form.api.constant.BaseConstant;
import com.dromara.md.form.api.dto.FormFieldDictQ;
import com.dromara.md.form.api.vo.FormFieldDictDifyVo;
import com.dromara.md.form.api.vo.FormFieldDictVO;
import org.dromara.md.form.api.constant.BaseConstant;
import org.dromara.md.form.api.dto.FormFieldDictQ;
import org.dromara.md.form.api.vo.FormFieldDictDifyVo;
import org.dromara.md.form.api.vo.FormFieldDictVO;
import io.swagger.annotations.Api;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.GetMapping;

View File

@ -1,7 +1,7 @@
package com.dromara.md.form.feign;
package org.dromara.md.form.feign;
import com.dromara.md.form.api.constant.BaseConstant;
import com.dromara.md.form.api.vo.FormPrintConfigVO;
import org.dromara.md.form.api.constant.BaseConstant;
import org.dromara.md.form.api.vo.FormPrintConfigVO;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.cloud.openfeign.FeignClient;

View File

@ -1,7 +1,7 @@
package com.dromara.md.form.feign;
package org.dromara.md.form.feign;
import com.dromara.md.form.api.constant.BaseConstant;
import com.dromara.md.form.api.vo.FormTemplateVO;
import org.dromara.md.form.api.constant.BaseConstant;
import org.dromara.md.form.api.vo.FormTemplateVO;
import io.swagger.annotations.Api;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.GetMapping;

View File

@ -1,7 +1,7 @@
package com.dromara.md.form.feign;
package org.dromara.md.form.feign;
import com.dromara.md.form.api.constant.BaseConstant;
import com.dromara.md.form.api.dto.ModifyLogRecordDTO;
import org.dromara.md.form.api.constant.BaseConstant;
import org.dromara.md.form.api.dto.ModifyLogRecordDTO;
import io.swagger.annotations.Api;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.PostMapping;

View File

@ -1,8 +1,8 @@
package com.dromara.md.form.feign;
package org.dromara.md.form.feign;
import com.dromara.md.form.api.constant.BaseConstant;
import com.dromara.md.form.api.dto.FormFieldDictQ;
import com.dromara.md.form.api.vo.FormFieldDictVO;
import org.dromara.md.form.api.constant.BaseConstant;
import org.dromara.md.form.api.dto.FormFieldDictQ;
import org.dromara.md.form.api.vo.FormFieldDictVO;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.cloud.openfeign.FeignClient;

View File

@ -1,4 +1,4 @@
package com.dromara.md.form.mybatis.entity;
package org.dromara.md.form.mybatis.entity;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;

View File

@ -1,4 +1,4 @@
package com.dromara.md.form.mybatis.entity;
package org.dromara.md.form.mybatis.entity;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;

View File

@ -1,4 +1,4 @@
package com.dromara.md.form.mybatis.entity;
package org.dromara.md.form.mybatis.entity;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;

View File

@ -1,4 +1,4 @@
package com.dromara.md.form.mybatis.entity;
package org.dromara.md.form.mybatis.entity;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;

View File

@ -1,4 +1,4 @@
package com.dromara.md.form.mybatis.entity;
package org.dromara.md.form.mybatis.entity;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;

View File

@ -1,4 +1,4 @@
package com.dromara.md.form.mybatis.entity;
package org.dromara.md.form.mybatis.entity;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;

View File

@ -1,4 +1,4 @@
package com.dromara.md.form.mybatis.entity;
package org.dromara.md.form.mybatis.entity;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;

View File

@ -1,4 +1,4 @@
package com.dromara.md.form.mybatis.entity;
package org.dromara.md.form.mybatis.entity;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;

View File

@ -1,7 +1,7 @@
package com.dromara.md.form.mybatis.mapper;
package org.dromara.md.form.mybatis.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dromara.md.form.mybatis.entity.FormDict;
import org.dromara.md.form.mybatis.entity.FormDict;
import org.apache.ibatis.annotations.Mapper;
/**

View File

@ -1,8 +1,8 @@
package com.dromara.md.form.mybatis.mapper;
package org.dromara.md.form.mybatis.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dromara.md.form.api.dto.DictCodesDTO;
import com.dromara.md.form.mybatis.entity.FormFieldDict;
import org.dromara.md.form.api.dto.DictCodesDTO;
import org.dromara.md.form.mybatis.entity.FormFieldDict;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;

View File

@ -1,7 +1,7 @@
package com.dromara.md.form.mybatis.mapper;
package org.dromara.md.form.mybatis.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dromara.md.form.mybatis.entity.Form;
import org.dromara.md.form.mybatis.entity.Form;
import org.apache.ibatis.annotations.Mapper;
/**

View File

@ -1,7 +1,7 @@
package com.dromara.md.form.mybatis.mapper;
package org.dromara.md.form.mybatis.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dromara.md.form.mybatis.entity.FormPrintConfig;
import org.dromara.md.form.mybatis.entity.FormPrintConfig;
import org.apache.ibatis.annotations.Mapper;
/**

View File

@ -1,7 +1,7 @@
package com.dromara.md.form.mybatis.mapper;
package org.dromara.md.form.mybatis.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dromara.md.form.mybatis.entity.FormTemplateField;
import org.dromara.md.form.mybatis.entity.FormTemplateField;
import org.apache.ibatis.annotations.Mapper;
/**

View File

@ -1,7 +1,7 @@
package com.dromara.md.form.mybatis.mapper;
package org.dromara.md.form.mybatis.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dromara.md.form.mybatis.entity.FormTemplate;
import org.dromara.md.form.mybatis.entity.FormTemplate;
import org.apache.ibatis.annotations.Mapper;
/**

View File

@ -1,7 +1,7 @@
package com.dromara.md.form.mybatis.mapper;
package org.dromara.md.form.mybatis.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dromara.md.form.mybatis.entity.ModifyLogRecord;
import org.dromara.md.form.mybatis.entity.ModifyLogRecord;
import org.apache.ibatis.annotations.Mapper;
/**

View File

@ -1,7 +1,7 @@
package com.dromara.md.form.mybatis.mapper;
package org.dromara.md.form.mybatis.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dromara.md.form.mybatis.entity.TenantInitStatus;
import org.dromara.md.form.mybatis.entity.TenantInitStatus;
import org.apache.ibatis.annotations.Mapper;
/**

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.dromara.md.form.mybatis.mapper.FormDictMapper">
<resultMap id="BaseResultMap" type="com.dromara.md.form.mybatis.entity.FormDict">
<mapper namespace="org.dromara.md.form.mybatis.mapper.FormDictMapper">
<resultMap id="BaseResultMap" type="org.dromara.md.form.mybatis.entity.FormDict">
<id column="id" jdbcType="BIGINT" property="id"/>
<result column="name" jdbcType="VARCHAR" property="name"/>
<result column="code" jdbcType="VARCHAR" property="code"/>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.dromara.md.form.mybatis.mapper.FormFieldDictMapper">
<resultMap id="BaseResultMap" type="com.dromara.md.form.mybatis.entity.FormFieldDict">
<mapper namespace="org.dromara.md.form.mybatis.mapper.FormFieldDictMapper">
<resultMap id="BaseResultMap" type="org.dromara.md.form.mybatis.entity.FormFieldDict">
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
@ -20,7 +20,7 @@
<result column="deleted" jdbcType="TINYINT" property="deleted"/>
</resultMap>
<resultMap extends="BaseResultMap" id="ResultMapWithBLOBs"
type="com.dromara.md.form.mybatis.entity.FormFieldDict">
type="org.dromara.md.form.mybatis.entity.FormFieldDict">
<result column="other_fields" jdbcType="LONGVARCHAR" property="otherFields"/>
</resultMap>
<sql id="Base_Column_List">

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.dromara.md.form.mybatis.mapper.FormMapper">
<resultMap id="BaseResultMap" type="com.dromara.md.form.mybatis.entity.Form">
<mapper namespace="org.dromara.md.form.mybatis.mapper.FormMapper">
<resultMap id="BaseResultMap" type="org.dromara.md.form.mybatis.entity.Form">
<id column="id" jdbcType="BIGINT" property="id"/>
<result column="name" jdbcType="VARCHAR" property="name"/>
<result column="code" jdbcType="VARCHAR" property="code"/>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.dromara.md.form.mybatis.mapper.FormPrintConfigMapper">
<resultMap id="BaseResultMap" type="com.dromara.md.form.mybatis.entity.FormPrintConfig">
<mapper namespace="org.dromara.md.form.mybatis.mapper.FormPrintConfigMapper">
<resultMap id="BaseResultMap" type="org.dromara.md.form.mybatis.entity.FormPrintConfig">
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
@ -29,7 +29,7 @@
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
<result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
</resultMap>
<resultMap extends="BaseResultMap" id="ResultMapWithBLOBs" type="com.dromara.md.form.mybatis.entity.FormPrintConfig">
<resultMap extends="BaseResultMap" id="ResultMapWithBLOBs" type="org.dromara.md.form.mybatis.entity.FormPrintConfig">
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.dromara.md.form.mybatis.mapper.FormTemplateFieldMapper">
<resultMap id="BaseResultMap" type="com.dromara.md.form.mybatis.entity.FormTemplateField">
<mapper namespace="org.dromara.md.form.mybatis.mapper.FormTemplateFieldMapper">
<resultMap id="BaseResultMap" type="org.dromara.md.form.mybatis.entity.FormTemplateField">
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.
@ -32,7 +32,7 @@
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
<result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
</resultMap>
<resultMap extends="BaseResultMap" id="ResultMapWithBLOBs" type="com.dromara.md.form.mybatis.entity.FormTemplateField">
<resultMap extends="BaseResultMap" id="ResultMapWithBLOBs" type="org.dromara.md.form.mybatis.entity.FormTemplateField">
<result column="ext" jdbcType="LONGVARCHAR" property="ext" />
</resultMap>
<sql id="Base_Column_List">

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.dromara.md.form.mybatis.mapper.FormTemplateMapper">
<resultMap id="BaseResultMap" type="com.dromara.md.form.mybatis.entity.FormTemplate">
<mapper namespace="org.dromara.md.form.mybatis.mapper.FormTemplateMapper">
<resultMap id="BaseResultMap" type="org.dromara.md.form.mybatis.entity.FormTemplate">
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.dromara.md.form.mybatis.mapper.ModifyLogRecordMapper">
<resultMap id="BaseResultMap" type="com.dromara.md.form.mybatis.entity.ModifyLogRecord">
<mapper namespace="org.dromara.md.form.mybatis.mapper.ModifyLogRecordMapper">
<resultMap id="BaseResultMap" type="org.dromara.md.form.mybatis.entity.ModifyLogRecord">
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.dromara.md.form.mybatis.mapper.TenantInitStatusMapper">
<resultMap id="BaseResultMap" type="com.dromara.md.form.mybatis.entity.TenantInitStatus">
<mapper namespace="org.dromara.md.form.mybatis.mapper.TenantInitStatusMapper">
<resultMap id="BaseResultMap" type="org.dromara.md.form.mybatis.entity.TenantInitStatus">
<!--
WARNING - @mbg.generated
This element is automatically generated by MyBatis Generator, do not modify.

View File

@ -1,14 +1,14 @@
package com.dromara.md.form.controller;
package org.dromara.md.form.controller;
import com.dromara.md.form.api.constant.BaseConstant;
import com.dromara.md.form.mybatis.entity.Form;
import com.dromara.md.form.mybatis.entity.FormTemplate;
import com.dromara.md.form.mybatis.entity.FormTemplateField;
import com.dromara.md.form.service.FormService;
import com.dromara.md.form.service.FormTemplateFieldService;
import com.dromara.md.form.service.FormTemplateService;
import com.dromara.md.form.service.TenantInitializationService;
import com.dromara.md.form.utils.TenantHelper;
import org.dromara.md.form.api.constant.BaseConstant;
import org.dromara.md.form.mybatis.entity.Form;
import org.dromara.md.form.mybatis.entity.FormTemplate;
import org.dromara.md.form.mybatis.entity.FormTemplateField;
import org.dromara.md.form.service.FormService;
import org.dromara.md.form.service.FormTemplateFieldService;
import org.dromara.md.form.service.FormTemplateService;
import org.dromara.md.form.service.TenantInitializationService;
import org.dromara.md.form.utils.TenantHelper;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import lombok.extern.slf4j.Slf4j;

View File

@ -1,14 +1,14 @@
package com.dromara.md.form.controller;
package org.dromara.md.form.controller;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.dromara.md.form.api.constant.BaseConstant;
import com.dromara.md.form.api.dto.FormDictDTO;
import com.dromara.md.form.api.dto.FormDictImportDTO;
import com.dromara.md.form.api.vo.FormDictVO;
import com.dromara.md.form.mybatis.entity.FormDict;
import com.dromara.md.form.service.FormDictService;
import com.dromara.md.form.service.FormFieldDictService;
import com.dromara.md.form.service.TenantInitializationService;
import org.dromara.md.form.api.constant.BaseConstant;
import org.dromara.md.form.api.dto.FormDictDTO;
import org.dromara.md.form.api.dto.FormDictImportDTO;
import org.dromara.md.form.api.vo.FormDictVO;
import org.dromara.md.form.mybatis.entity.FormDict;
import org.dromara.md.form.service.FormDictService;
import org.dromara.md.form.service.FormFieldDictService;
import org.dromara.md.form.service.TenantInitializationService;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import lombok.extern.slf4j.Slf4j;

View File

@ -1,15 +1,15 @@
package com.dromara.md.form.controller;
package org.dromara.md.form.controller;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.dromara.md.form.api.constant.BaseConstant;
import com.dromara.md.form.api.constant.FormFieldDictType;
import com.dromara.md.form.api.dto.FormFieldDictDTO;
import com.dromara.md.form.api.dto.FormFieldDictQ;
import com.dromara.md.form.api.vo.FormFieldDictVO;
import com.dromara.md.form.mybatis.entity.FormFieldDict;
import com.dromara.md.form.service.FormDictService;
import com.dromara.md.form.service.FormFieldDictService;
import com.dromara.md.form.utils.TenantHelper;
import org.dromara.md.form.api.constant.BaseConstant;
import org.dromara.md.form.api.constant.FormFieldDictType;
import org.dromara.md.form.api.dto.FormFieldDictDTO;
import org.dromara.md.form.api.dto.FormFieldDictQ;
import org.dromara.md.form.api.vo.FormFieldDictVO;
import org.dromara.md.form.mybatis.entity.FormFieldDict;
import org.dromara.md.form.service.FormDictService;
import org.dromara.md.form.service.FormFieldDictService;
import org.dromara.md.form.utils.TenantHelper;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.beans.factory.annotation.Autowired;

View File

@ -1,13 +1,13 @@
package com.dromara.md.form.controller;
package org.dromara.md.form.controller;
import com.dromara.md.form.api.constant.BaseConstant;
import com.dromara.md.form.api.dto.FormPrintConfigDTO;
import com.dromara.md.form.api.dto.FormPrintConfigModeDTO;
import com.dromara.md.form.api.dto.FormPrintConfigUploadDTO;
import com.dromara.md.form.api.dto.FormPrintDTO;
import com.dromara.md.form.api.vo.FormPrintConfigVO;
import com.dromara.md.form.mybatis.entity.FormPrintConfig;
import com.dromara.md.form.service.FormPrintConfigService;
import org.dromara.md.form.api.constant.BaseConstant;
import org.dromara.md.form.api.dto.FormPrintConfigDTO;
import org.dromara.md.form.api.dto.FormPrintConfigModeDTO;
import org.dromara.md.form.api.dto.FormPrintConfigUploadDTO;
import org.dromara.md.form.api.dto.FormPrintDTO;
import org.dromara.md.form.api.vo.FormPrintConfigVO;
import org.dromara.md.form.mybatis.entity.FormPrintConfig;
import org.dromara.md.form.service.FormPrintConfigService;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.dromara.common.oss.entity.UploadResult;

View File

@ -1,9 +1,9 @@
package com.dromara.md.form.controller;
package org.dromara.md.form.controller;
import com.dromara.md.form.api.constant.BaseConstant;
import com.dromara.md.form.api.dto.FormTemplateDTO;
import com.dromara.md.form.api.vo.FormTemplateVO;
import com.dromara.md.form.service.FormTemplateService;
import org.dromara.md.form.api.constant.BaseConstant;
import org.dromara.md.form.api.dto.FormTemplateDTO;
import org.dromara.md.form.api.vo.FormTemplateVO;
import org.dromara.md.form.service.FormTemplateService;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import io.swagger.annotations.ApiParam;

View File

@ -1,8 +1,8 @@
package com.dromara.md.form.controller;
package org.dromara.md.form.controller;
import com.dromara.md.form.api.constant.BaseConstant;
import com.dromara.md.form.mybatis.entity.FormTemplateField;
import com.dromara.md.form.service.FormTemplateFieldService;
import org.dromara.md.form.api.constant.BaseConstant;
import org.dromara.md.form.mybatis.entity.FormTemplateField;
import org.dromara.md.form.service.FormTemplateFieldService;
import io.swagger.annotations.Api;
import org.springframework.beans.factory.annotation.Autowired;

View File

@ -1,10 +1,10 @@
package com.dromara.md.form.controller;
package org.dromara.md.form.controller;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.dromara.md.form.api.constant.BaseConstant;
import com.dromara.md.form.api.dto.ModifyLogRecordDTO;
import com.dromara.md.form.mybatis.entity.ModifyLogRecord;
import com.dromara.md.form.service.ModifyLogRecordService;
import org.dromara.md.form.api.constant.BaseConstant;
import org.dromara.md.form.api.dto.ModifyLogRecordDTO;
import org.dromara.md.form.mybatis.entity.ModifyLogRecord;
import org.dromara.md.form.service.ModifyLogRecordService;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.beans.factory.annotation.Autowired;

View File

@ -1,11 +1,11 @@
package com.dromara.md.form.controller;
package org.dromara.md.form.controller;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.dromara.md.form.api.constant.BaseConstant;
import com.dromara.md.form.api.dto.FormDictDTO;
import com.dromara.md.form.mybatis.entity.FormDict;
import com.dromara.md.form.service.FormDictService;
import com.dromara.md.form.utils.TenantHelper;
import org.dromara.md.form.api.constant.BaseConstant;
import org.dromara.md.form.api.dto.FormDictDTO;
import org.dromara.md.form.mybatis.entity.FormDict;
import org.dromara.md.form.service.FormDictService;
import org.dromara.md.form.utils.TenantHelper;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.beans.factory.annotation.Autowired;

View File

@ -1,14 +1,14 @@
package com.dromara.md.form.controller;
package org.dromara.md.form.controller;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.dromara.md.form.api.constant.BaseConstant;
import com.dromara.md.form.api.dto.FormFieldDictDTO;
import com.dromara.md.form.api.dto.FormFieldDictQ;
import com.dromara.md.form.api.vo.FormFieldDictDifyVo;
import com.dromara.md.form.api.vo.FormFieldDictVO;
import com.dromara.md.form.mybatis.entity.FormFieldDict;
import com.dromara.md.form.service.FormFieldDictService;
import com.dromara.md.form.utils.TenantHelper;
import org.dromara.md.form.api.constant.BaseConstant;
import org.dromara.md.form.api.dto.FormFieldDictDTO;
import org.dromara.md.form.api.dto.FormFieldDictQ;
import org.dromara.md.form.api.vo.FormFieldDictDifyVo;
import org.dromara.md.form.api.vo.FormFieldDictVO;
import org.dromara.md.form.mybatis.entity.FormFieldDict;
import org.dromara.md.form.service.FormFieldDictService;
import org.dromara.md.form.utils.TenantHelper;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.beans.factory.annotation.Autowired;

View File

@ -1,14 +1,14 @@
package com.dromara.md.form.controller.feign;
package org.dromara.md.form.controller.feign;
import cn.hutool.core.collection.CollUtil;
import com.dromara.md.form.api.constant.BaseConstant;
import com.dromara.md.form.api.dto.FormFieldDictQ;
import com.dromara.md.form.api.vo.FormFieldDictDifyVo;
import com.dromara.md.form.api.vo.FormFieldDictVO;
import com.dromara.md.form.feign.FormFieldDictFeignClient;
import com.dromara.md.form.service.FormDictService;
import com.dromara.md.form.service.FormFieldDictService;
import com.dromara.md.form.utils.TenantHelper;
import org.dromara.md.form.api.constant.BaseConstant;
import org.dromara.md.form.api.dto.FormFieldDictQ;
import org.dromara.md.form.api.vo.FormFieldDictDifyVo;
import org.dromara.md.form.api.vo.FormFieldDictVO;
import org.dromara.md.form.feign.FormFieldDictFeignClient;
import org.dromara.md.form.service.FormDictService;
import org.dromara.md.form.service.FormFieldDictService;
import org.dromara.md.form.utils.TenantHelper;
import jodd.util.StringUtil;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;

View File

@ -1,10 +1,10 @@
package com.dromara.md.form.controller.feign;
package org.dromara.md.form.controller.feign;
import com.dromara.md.form.api.constant.BaseConstant;
import com.dromara.md.form.api.vo.FormPrintConfigVO;
import com.dromara.md.form.feign.FormPrintConfigFeignClient;
import com.dromara.md.form.service.FormPrintConfigService;
import com.dromara.md.form.utils.TenantHelper;
import org.dromara.md.form.api.constant.BaseConstant;
import org.dromara.md.form.api.vo.FormPrintConfigVO;
import org.dromara.md.form.feign.FormPrintConfigFeignClient;
import org.dromara.md.form.service.FormPrintConfigService;
import org.dromara.md.form.utils.TenantHelper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;

View File

@ -1,10 +1,10 @@
package com.dromara.md.form.controller.feign;
package org.dromara.md.form.controller.feign;
import com.dromara.md.form.api.constant.BaseConstant;
import com.dromara.md.form.api.vo.FormTemplateVO;
import com.dromara.md.form.feign.FormTemplateFeignClient;
import com.dromara.md.form.utils.TenantHelper;
import com.dromara.md.form.service.FormTemplateService;
import org.dromara.md.form.api.constant.BaseConstant;
import org.dromara.md.form.api.vo.FormTemplateVO;
import org.dromara.md.form.feign.FormTemplateFeignClient;
import org.dromara.md.form.utils.TenantHelper;
import org.dromara.md.form.service.FormTemplateService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;

View File

@ -1,10 +1,10 @@
package com.dromara.md.form.controller.feign;
package org.dromara.md.form.controller.feign;
import com.dromara.md.form.api.constant.BaseConstant;
import com.dromara.md.form.api.dto.ModifyLogRecordDTO;
import com.dromara.md.form.feign.ModifyLogRecordFeignClient;
import com.dromara.md.form.service.ModifyLogRecordService;
import com.dromara.md.form.utils.TenantHelper;
import org.dromara.md.form.api.constant.BaseConstant;
import org.dromara.md.form.api.dto.ModifyLogRecordDTO;
import org.dromara.md.form.feign.ModifyLogRecordFeignClient;
import org.dromara.md.form.service.ModifyLogRecordService;
import org.dromara.md.form.utils.TenantHelper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;

View File

@ -1,11 +1,11 @@
package com.dromara.md.form.controller.feign;
package org.dromara.md.form.controller.feign;
import com.dromara.md.form.api.constant.BaseConstant;
import com.dromara.md.form.api.dto.FormFieldDictQ;
import com.dromara.md.form.api.vo.FormFieldDictVO;
import com.dromara.md.form.feign.SystemDictFeignClient;
import com.dromara.md.form.service.FormFieldDictService;
import com.dromara.md.form.utils.TenantHelper;
import org.dromara.md.form.api.constant.BaseConstant;
import org.dromara.md.form.api.dto.FormFieldDictQ;
import org.dromara.md.form.api.vo.FormFieldDictVO;
import org.dromara.md.form.feign.SystemDictFeignClient;
import org.dromara.md.form.service.FormFieldDictService;
import org.dromara.md.form.utils.TenantHelper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;

View File

@ -1,4 +1,4 @@
package com.dromara.md.form.service;
package org.dromara.md.form.service;
import cn.hutool.core.bean.BeanUtil;
import cn.hutool.core.util.StrUtil;
@ -6,14 +6,14 @@ import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.dromara.md.form.api.dto.FormDictDTO;
import com.dromara.md.form.api.dto.FormDictImportDTO;
import com.dromara.md.form.api.dto.FormFieldDictImportDTO;
import com.dromara.md.form.api.dto.FormFieldDictQ;
import com.dromara.md.form.api.vo.FormDictVO;
import com.dromara.md.form.api.vo.FormFieldDictVO;
import com.dromara.md.form.mybatis.entity.FormDict;
import com.dromara.md.form.mybatis.mapper.FormDictMapper;
import org.dromara.md.form.api.dto.FormDictDTO;
import org.dromara.md.form.api.dto.FormDictImportDTO;
import org.dromara.md.form.api.dto.FormFieldDictImportDTO;
import org.dromara.md.form.api.dto.FormFieldDictQ;
import org.dromara.md.form.api.vo.FormDictVO;
import org.dromara.md.form.api.vo.FormFieldDictVO;
import org.dromara.md.form.mybatis.entity.FormDict;
import org.dromara.md.form.mybatis.mapper.FormDictMapper;
import lombok.extern.slf4j.Slf4j;
import org.dromara.common.core.exception.ServiceException;
import org.dromara.common.tenant.helper.LoginHelper;

View File

@ -1,4 +1,4 @@
package com.dromara.md.form.service;
package org.dromara.md.form.service;
import cn.hutool.core.bean.BeanUtil;
import cn.hutool.core.collection.CollUtil;
@ -7,15 +7,15 @@ import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.dromara.md.form.api.constant.FormFieldDictType;
import com.dromara.md.form.api.dto.DictCodesDTO;
import com.dromara.md.form.api.dto.FormFieldDictDTO;
import com.dromara.md.form.api.dto.FormFieldDictImportDTO;
import com.dromara.md.form.api.dto.FormFieldDictQ;
import com.dromara.md.form.api.vo.FormFieldDictDifyVo;
import com.dromara.md.form.api.vo.FormFieldDictVO;
import com.dromara.md.form.mybatis.entity.FormFieldDict;
import com.dromara.md.form.mybatis.mapper.FormFieldDictMapper;
import org.dromara.md.form.api.constant.FormFieldDictType;
import org.dromara.md.form.api.dto.DictCodesDTO;
import org.dromara.md.form.api.dto.FormFieldDictDTO;
import org.dromara.md.form.api.dto.FormFieldDictImportDTO;
import org.dromara.md.form.api.dto.FormFieldDictQ;
import org.dromara.md.form.api.vo.FormFieldDictDifyVo;
import org.dromara.md.form.api.vo.FormFieldDictVO;
import org.dromara.md.form.mybatis.entity.FormFieldDict;
import org.dromara.md.form.mybatis.mapper.FormFieldDictMapper;
import lombok.extern.slf4j.Slf4j;
import org.dromara.common.core.exception.ServiceException;
import org.dromara.common.json.utils.JsonUtils;

View File

@ -1,16 +1,16 @@
package com.dromara.md.form.service;
package org.dromara.md.form.service;
import cn.hutool.core.bean.BeanUtil;
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.dromara.md.form.api.dto.FormPrintConfigDTO;
import com.dromara.md.form.api.dto.FormPrintConfigModeDTO;
import com.dromara.md.form.api.dto.FormPrintConfigUploadDTO;
import com.dromara.md.form.api.dto.FormPrintDTO;
import com.dromara.md.form.api.vo.FormPrintConfigVO;
import com.dromara.md.form.mybatis.entity.Form;
import com.dromara.md.form.mybatis.entity.FormPrintConfig;
import com.dromara.md.form.mybatis.mapper.FormPrintConfigMapper;
import org.dromara.md.form.api.dto.FormPrintConfigDTO;
import org.dromara.md.form.api.dto.FormPrintConfigModeDTO;
import org.dromara.md.form.api.dto.FormPrintConfigUploadDTO;
import org.dromara.md.form.api.dto.FormPrintDTO;
import org.dromara.md.form.api.vo.FormPrintConfigVO;
import org.dromara.md.form.mybatis.entity.Form;
import org.dromara.md.form.mybatis.entity.FormPrintConfig;
import org.dromara.md.form.mybatis.mapper.FormPrintConfigMapper;
import lombok.extern.slf4j.Slf4j;
import org.dromara.common.core.exception.ServiceException;
import org.dromara.common.core.utils.StringUtils;

View File

@ -1,8 +1,8 @@
package com.dromara.md.form.service;
package org.dromara.md.form.service;
import cn.hutool.core.util.StrUtil;
import com.dromara.md.form.mybatis.entity.Form;
import com.dromara.md.form.mybatis.mapper.FormMapper;
import org.dromara.md.form.mybatis.entity.Form;
import org.dromara.md.form.mybatis.mapper.FormMapper;
import org.dromara.common.core.exception.ServiceException;
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;

View File

@ -1,14 +1,14 @@
package com.dromara.md.form.service;
package org.dromara.md.form.service;
import cn.hutool.core.bean.BeanUtil;
import cn.hutool.core.collection.CollUtil;
import cn.hutool.core.util.StrUtil;
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.dromara.md.form.api.constant.FormTemplateFieldType;
import com.dromara.md.form.api.dto.FormTemplateDTO;
import com.dromara.md.form.mybatis.entity.FormTemplateField;
import com.dromara.md.form.mybatis.mapper.FormTemplateFieldMapper;
import org.dromara.md.form.api.constant.FormTemplateFieldType;
import org.dromara.md.form.api.dto.FormTemplateDTO;
import org.dromara.md.form.mybatis.entity.FormTemplateField;
import org.dromara.md.form.mybatis.mapper.FormTemplateFieldMapper;
import lombok.extern.slf4j.Slf4j;
import org.dromara.common.json.utils.JsonUtils;
import org.dromara.common.tenant.helper.LoginHelper;

View File

@ -1,4 +1,4 @@
package com.dromara.md.form.service;
package org.dromara.md.form.service;
import cn.hutool.core.bean.BeanUtil;
import cn.hutool.core.collection.CollUtil;
@ -6,12 +6,12 @@ import cn.hutool.core.util.StrUtil;
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import com.baomidou.mybatisplus.core.toolkit.EncryptUtils;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.dromara.md.form.api.dto.FormTemplateDTO;
import com.dromara.md.form.api.vo.FormTemplateVO;
import com.dromara.md.form.mybatis.entity.Form;
import com.dromara.md.form.mybatis.entity.FormTemplate;
import com.dromara.md.form.mybatis.entity.FormTemplateField;
import com.dromara.md.form.mybatis.mapper.FormTemplateMapper;
import org.dromara.md.form.api.dto.FormTemplateDTO;
import org.dromara.md.form.api.vo.FormTemplateVO;
import org.dromara.md.form.mybatis.entity.Form;
import org.dromara.md.form.mybatis.entity.FormTemplate;
import org.dromara.md.form.mybatis.entity.FormTemplateField;
import org.dromara.md.form.mybatis.mapper.FormTemplateMapper;
import lombok.extern.slf4j.Slf4j;
import org.dromara.common.core.exception.ServiceException;
import org.dromara.common.json.utils.JsonUtils;

View File

@ -1,4 +1,4 @@
package com.dromara.md.form.service;
package org.dromara.md.form.service;
import cn.hutool.core.collection.CollUtil;
import cn.hutool.core.util.StrUtil;
@ -6,9 +6,9 @@ import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.dromara.md.form.api.dto.ModifyLogRecordDTO;
import com.dromara.md.form.mybatis.entity.ModifyLogRecord;
import com.dromara.md.form.mybatis.mapper.ModifyLogRecordMapper;
import org.dromara.md.form.api.dto.ModifyLogRecordDTO;
import org.dromara.md.form.mybatis.entity.ModifyLogRecord;
import org.dromara.md.form.mybatis.mapper.ModifyLogRecordMapper;
import org.dromara.common.core.exception.ServiceException;
import org.springframework.beans.BeanUtils;
import org.springframework.stereotype.Service;

View File

@ -1,9 +1,9 @@
package com.dromara.md.form.service;
package org.dromara.md.form.service;
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.dromara.md.form.mybatis.entity.TenantInitStatus;
import com.dromara.md.form.mybatis.mapper.TenantInitStatusMapper;
import org.dromara.md.form.mybatis.entity.TenantInitStatus;
import org.dromara.md.form.mybatis.mapper.TenantInitStatusMapper;
import org.springframework.stereotype.Service;
import java.util.Date;

View File

@ -1,12 +1,12 @@
package com.dromara.md.form.service;
package org.dromara.md.form.service;
import cn.hutool.core.bean.BeanUtil;
import com.dromara.md.form.api.constant.BaseConstant;
import com.dromara.md.form.mybatis.entity.Form;
import com.dromara.md.form.mybatis.entity.FormDict;
import com.dromara.md.form.mybatis.entity.FormTemplate;
import com.dromara.md.form.mybatis.entity.FormTemplateField;
import com.dromara.md.form.utils.TenantHelper;
import org.dromara.md.form.api.constant.BaseConstant;
import org.dromara.md.form.mybatis.entity.Form;
import org.dromara.md.form.mybatis.entity.FormDict;
import org.dromara.md.form.mybatis.entity.FormTemplate;
import org.dromara.md.form.mybatis.entity.FormTemplateField;
import org.dromara.md.form.utils.TenantHelper;
import lombok.extern.slf4j.Slf4j;
import org.dromara.common.redis.utils.RedisUtils;
import org.springframework.beans.factory.annotation.Autowired;

View File

@ -1,4 +1,4 @@
package com.dromara.md.form.utils;
package org.dromara.md.form.utils;
import cn.hutool.core.util.StrUtil;
import com.baomidou.mybatisplus.core.plugins.IgnoreStrategy;

View File

@ -1,4 +1,4 @@
package com.dromara.md.form.utils.poi;
package org.dromara.md.form.utils.poi;
import org.apache.poi.poifs.crypt.HashAlgorithm;
import org.apache.poi.xssf.usermodel.XSSFCell;

View File

@ -1,4 +1,4 @@
package com.dromara.md.form.utils.poi;
package org.dromara.md.form.utils.poi;
import java.lang.reflect.Field;
import java.text.ParseException;

View File

@ -1,4 +1,4 @@
package com.dromara.md.form.utils.poi;
package org.dromara.md.form.utils.poi;
import lombok.Getter;
import lombok.extern.slf4j.Slf4j;

View File

@ -134,6 +134,6 @@
<logger name="org.springframework.cloud.openfeign.FeignClientFactoryBean" level="ERROR"/>
<logger name="com.netflix.discovery.shared.resolver.aws.ConfigClusterResolver" level="WARN"/>
<logger name="com.dromara.md.form.mybatis.mapper" level="DEBUG"/>
<logger name="org.dromara.md.form.mybatis.mapper" level="DEBUG"/>
</configuration>

View File

@ -2,8 +2,8 @@ package org.dromara.md.h5.controller;
import cn.hutool.core.bean.BeanUtil;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.dromara.md.form.api.constant.BaseConstant;
import com.dromara.md.form.utils.TenantHelper;
import org.dromara.md.form.api.constant.BaseConstant;
import org.dromara.md.form.utils.TenantHelper;
import org.dromara.md.h5.api.constant.ProjectStatus;
import org.dromara.md.h5.api.dto.H5ProjectContentDTO;
import org.dromara.md.h5.api.dto.query.H5ProjectQueryDTO;

View File

@ -2,8 +2,8 @@ package org.dromara.md.h5.controller;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.dromara.md.form.api.constant.BaseConstant;
import com.dromara.md.form.utils.TenantHelper;
import org.dromara.md.form.api.constant.BaseConstant;
import org.dromara.md.form.utils.TenantHelper;
import org.dromara.md.h5.api.constant.ProjectStatus;
import org.dromara.md.h5.api.dto.H5ProjectContentDTO;
import org.dromara.md.h5.api.dto.query.H5ProjectQueryDTO;

View File

@ -3,7 +3,7 @@ package org.dromara.md.h5.service.impl;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.dromara.md.form.service.FormService;
import org.dromara.md.form.service.FormService;
import org.dromara.md.h5.convert.FormSubmissionConvert;
import org.dromara.md.h5.convert.H5FormConvert;
import org.dromara.md.h5.mapper.mapper.FormSubmissionDao;

View File

@ -10,7 +10,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
* @author WeiHongBin
*/
@EnableDubbo
@SpringBootApplication(scanBasePackages = {"com.dromara.md.form", "org.dromara"})
@SpringBootApplication(scanBasePackages = {"org.dromara"})
public class MallH5Application {
public static void main(String[] args) {

View File

@ -2,7 +2,7 @@ package org.dromara.h5.config;
import cn.hutool.core.collection.ListUtil;
import com.baomidou.mybatisplus.extension.plugins.handler.TenantLineHandler;
import com.dromara.md.form.utils.TenantHelper;
import org.dromara.md.form.utils.TenantHelper;
import lombok.AllArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import net.sf.jsqlparser.expression.Expression;

View File

@ -82,7 +82,7 @@ tenant:
# https://baomidou.com/config/
mybatis-plus:
# 多包名使用 例如 org.dromara.**.mapper,org.xxx.**.mapper
mapperPackage: org.dromara.**.mapper,com.dromara.**.mapper
mapperPackage: org.dromara.**.mapper
# # 实体扫描多个package用逗号或者分号分隔
# typeAliasesPackage: com.luban.api.entity
global-config: