同步框架更新

This commit is contained in:
yaoyn
2025-02-15 17:05:09 +08:00
parent 29b5c68564
commit 9b7d27a2b4
141 changed files with 585 additions and 133 deletions

View File

@ -1,18 +0,0 @@
package com.xjrsoft.app.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.app.entity.AppAuthorize;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* Mapper 接口
* </p>
*
* @author hnyyzy
* @since 2023-12-25
*/
@Mapper
public interface AppAuthorizeMapper extends BaseMapper<AppAuthorize> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.app.mapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.xjrsoft.app.entity.AppFuncDesign;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* Mapper 接口
* </p>
*
* @author tzx
* @since 2023-07-26
*/
@Mapper
public interface AppFuncDesignMapper extends MPJBaseMapper<AppFuncDesign> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.app.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.app.entity.AppMenuButton;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* app菜单按钮 Mapper 接口
* </p>
*
* @author hnyyzy
* @since 2023-12-25
*/
@Mapper
public interface AppMenuButtonMapper extends BaseMapper<AppMenuButton> {
}

View File

@ -1,19 +0,0 @@
package com.xjrsoft.app.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.app.entity.AppMenuColumn;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* app菜单列表字段 Mapper 接口
* </p>
*
* @author hnyyzy
* @since 2023-12-25
*/
@Mapper
public interface AppMenuColumnMapper extends BaseMapper<AppMenuColumn> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.app.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.app.entity.AppMenuForm;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* app菜单表单字段 Mapper 接口
* </p>
*
* @author hnyyzy
* @since 2023-12-25
*/
@Mapper
public interface AppMenuFormMapper extends BaseMapper<AppMenuForm> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.app.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.app.entity.AppMenu;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* Mapper 接口
* </p>
*
* @author tzx
* @since 2023-07-26
*/
@Mapper
public interface AppMenuMapper extends BaseMapper<AppMenu> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.app.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.app.entity.AppPageDesign;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* xjr_data_display【数据展示表】 Mapper 接口
* </p>
*
* @author hnyyzy
* @since 2023-06-25
*/
@Mapper
public interface AppPageDesignMapper extends BaseMapper<AppPageDesign> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.bi.mapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.xjrsoft.bi.entity.Project;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 项目表 Mapper 接口
* </p>
*
* @author tzx
* @since 2022-11-06
*/
@Mapper
public interface ProjectMapper extends MPJBaseMapper<Project> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.desktop.mapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.xjrsoft.desktop.entity.DesktopHistory;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* Mapper 接口
* </p>
*
* @author tzx
* @since 2023-04-13
*/
@Mapper
public interface DesktopHistoryMapper extends MPJBaseMapper<DesktopHistory> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.desktop.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.desktop.entity.DesktopRelation;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 桌面设计授权表 Mapper 接口
* </p>
*
* @author tzx
* @since 2023-06-01
*/
@Mapper
public interface DesktopRelationMapper extends BaseMapper<DesktopRelation> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.desktop.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.desktop.entity.DesktopSchema;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 桌面设计历史记录 Mapper 接口
* </p>
*
* @author tzx
* @since 2023-04-13
*/
@Mapper
public interface DesktopSchemaMapper extends BaseMapper<DesktopSchema> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.desktop.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.desktop.entity.UserDesktopRelation;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 用户桌面设计首页关系表 Mapper 接口
* </p>
*
* @author tzx
* @since 2023-06-02
*/
@Mapper
public interface UserDesktopRelationMapper extends BaseMapper<UserDesktopRelation> {
}

View File

@ -1,16 +0,0 @@
package com.xjrsoft.erp.mapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.xjrsoft.erp.entity.CaseErpApplyDetail;
import org.apache.ibatis.annotations.Mapper;
/**
* @title: mapper
* @Author 管理员
* @Date: 2023-07-20
* @Version 1.0
*/
@Mapper
public interface CaseErpApplyDetailMapper extends MPJBaseMapper<CaseErpApplyDetail> {
}

View File

@ -1,16 +0,0 @@
package com.xjrsoft.erp.mapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.xjrsoft.erp.entity.CaseErpApply;
import org.apache.ibatis.annotations.Mapper;
/**
* @title: mapper
* @Author 管理员
* @Date: 2023-07-20
* @Version 1.0
*/
@Mapper
public interface CaseErpApplyMapper extends MPJBaseMapper<CaseErpApply> {
}

View File

@ -1,9 +0,0 @@
package com.xjrsoft.erp.mapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.xjrsoft.erp.entity.CaseErpBom;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface CaseErpBomMapper extends MPJBaseMapper<CaseErpBom> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.erp.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.erp.entity.CaseErpCustomerContacts;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 客户联系人【case_erp_customer_contacts】 Mapper 接口
* </p>
*
* @author hnyyzy
* @since 2023-07-11
*/
@Mapper
public interface CaseErpCustomerContactsMapper extends BaseMapper<CaseErpCustomerContacts> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.erp.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.erp.entity.CaseErpCustomerFollow;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 客户跟进【case_erp_customer_follow】 Mapper 接口
* </p>
*
* @author hnyyzy
* @since 2023-07-11
*/
@Mapper
public interface CaseErpCustomerFollowMapper extends BaseMapper<CaseErpCustomerFollow> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.erp.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.erp.entity.CaseErpCustomerGatherDetail;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 客户回款详情【case_erp_customer_gather_detail】 Mapper 接口
* </p>
*
* @author hnyyzy
* @since 2023-07-12
*/
@Mapper
public interface CaseErpCustomerGatherDetailMapper extends BaseMapper<CaseErpCustomerGatherDetail> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.erp.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.erp.entity.CaseErpCustomerGather;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 客户回款【case_erp_customer_gather】 Mapper 接口
* </p>
*
* @author hnyyzy
* @since 2023-07-12
*/
@Mapper
public interface CaseErpCustomerGatherMapper extends BaseMapper<CaseErpCustomerGather> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.erp.mapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.xjrsoft.erp.entity.CaseErpCustomer;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 客户信息【case_erp_customer】 Mapper 接口
* </p>
*
* @author hnyyzy
* @since 2023-07-11
*/
@Mapper
public interface CaseErpCustomerMapper extends MPJBaseMapper<CaseErpCustomer> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.erp.mapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.xjrsoft.erp.entity.CaseErpDeviceInfo;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 设备信息【case_erp_deviceinfo】 Mapper 接口
* </p>
*
* @author hnyyzy
* @since 2023-06-21
*/
@Mapper
public interface CaseErpDeviceInfoMapper extends MPJBaseMapper<CaseErpDeviceInfo> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.erp.mapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.xjrsoft.erp.entity.CaseErpDeviceInspect;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 运维巡检【case_erp_device_inspect】 Mapper 接口
* </p>
*
* @author hnyyzy
* @since 2023-07-10
*/
@Mapper
public interface CaseErpDeviceInspectMapper extends MPJBaseMapper<CaseErpDeviceInspect> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.erp.mapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.xjrsoft.erp.entity.CaseErpDeviceWarn;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 设备告警【case_erp_device_warn】 Mapper 接口
* </p>
*
* @author hnyyzy
* @since 2023-07-10
*/
@Mapper
public interface CaseErpDeviceWarnMapper extends MPJBaseMapper<CaseErpDeviceWarn> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.erp.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.erp.entity.CaseErpInstoreLog;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 入库记录【case_erp_instore_log】 Mapper 接口
* </p>
*
* @author hnyyzy
* @since 2023-06-20
*/
@Mapper
public interface CaseErpInstoreLogMapper extends BaseMapper<CaseErpInstoreLog> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.erp.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.erp.entity.CaseErpLog;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 操作记录【case_erp_log】 Mapper 接口
* </p>
*
* @author hnyyzy
* @since 2023-06-20
*/
@Mapper
public interface CaseErpLogMapper extends BaseMapper<CaseErpLog> {
}

View File

@ -1,9 +0,0 @@
package com.xjrsoft.erp.mapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.xjrsoft.erp.entity.CaseErpMaterialClasses;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface CaseErpMaterialClassesMapper extends MPJBaseMapper<CaseErpMaterialClasses> {
}

View File

@ -1,9 +0,0 @@
package com.xjrsoft.erp.mapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.xjrsoft.erp.entity.CaseErpMaterial;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface CaseErpMaterialMapper extends MPJBaseMapper<CaseErpMaterial> {
}

View File

@ -1,9 +0,0 @@
package com.xjrsoft.erp.mapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.xjrsoft.erp.entity.CaseErpMaterialProperty;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface CaseErpMaterialPropertyMapper extends MPJBaseMapper<CaseErpMaterialProperty> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.erp.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.erp.entity.CaseErpOutstoreLog;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 出库记录【case_erp_outstore_log】 Mapper 接口
* </p>
*
* @author hnyyzy
* @since 2023-06-20
*/
@Mapper
public interface CaseErpOutstoreLogMapper extends BaseMapper<CaseErpOutstoreLog> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.erp.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.erp.entity.CaseErpPurchaseDetail;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 采购订单详情【case_erp_purchase_detail】 Mapper 接口
* </p>
*
* @author hnyyzy
* @since 2023-06-21
*/
@Mapper
public interface CaseErpPurchaseDetailMapper extends BaseMapper<CaseErpPurchaseDetail> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.erp.mapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.xjrsoft.erp.entity.CaseErpPurchase;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 采购订单信息【case_erp_purchase】 Mapper 接口
* </p>
*
* @author hnyyzy
* @since 2023-06-21
*/
@Mapper
public interface CaseErpPurchaseMapper extends MPJBaseMapper<CaseErpPurchase> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.erp.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.erp.entity.CaseErpSaleDetail;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 销售订单详情【case_erp_sale_detail】 Mapper 接口
* </p>
*
* @author hnyyzy
* @since 2023-07-17
*/
@Mapper
public interface CaseErpSaleDetailMapper extends BaseMapper<CaseErpSaleDetail> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.erp.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.erp.entity.CaseErpSale;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 销售订单信息【case_erp_sale】 Mapper 接口
* </p>
*
* @author hnyyzy
* @since 2023-07-17
*/
@Mapper
public interface CaseErpSaleMapper extends BaseMapper<CaseErpSale> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.erp.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.erp.entity.CaseErpStoreReceiptDetail;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 出入库单据信息详情表【case_erp_store_receipt_detail】 Mapper 接口
* </p>
*
* @author hnyyzy
* @since 2023-07-20
*/
@Mapper
public interface CaseErpStoreReceiptDetailMapper extends BaseMapper<CaseErpStoreReceiptDetail> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.erp.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.erp.entity.CaseErpStoreReceipt;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 出入库单据信息表【case_erp_store_receipt】 Mapper 接口
* </p>
*
* @author hnyyzy
* @since 2023-07-20
*/
@Mapper
public interface CaseErpStoreReceiptMapper extends BaseMapper<CaseErpStoreReceipt> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.erp.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.erp.entity.CaseErpSupplierFormal;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 供应商转正申请【case_erp_supplier_formal】 Mapper 接口
* </p>
*
* @author hnyyzy
* @since 2023-07-05
*/
@Mapper
public interface CaseErpSupplierFormalMapper extends BaseMapper<CaseErpSupplierFormal> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.erp.mapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.xjrsoft.erp.entity.CaseErpSupplier;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 供应商信息【case_erp_supplier】 Mapper 接口
* </p>
*
* @author hnyyzy
* @since 2023-06-25
*/
@Mapper
public interface CaseErpSupplierMapper extends MPJBaseMapper<CaseErpSupplier> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.erp.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.erp.entity.CaseErpSupplierRisk;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 供应商风险评估【case_erp_supplier_risk】 Mapper 接口
* </p>
*
* @author hnyyzy
* @since 2023-07-04
*/
@Mapper
public interface CaseErpSupplierRiskMapper extends BaseMapper<CaseErpSupplierRisk> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.erp.mapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.xjrsoft.erp.entity.CaseErpSupplyMaterial;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 供应商供货清单【case_erp_supply_material】 Mapper 接口
* </p>
*
* @author hnyyzy
* @since 2023-07-05
*/
@Mapper
public interface CaseErpSupplyMaterialMapper extends MPJBaseMapper<CaseErpSupplyMaterial> {
}

View File

@ -1,10 +0,0 @@
package com.xjrsoft.erp.mapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.xjrsoft.erp.entity.CaseErpUnitConvertDetail;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface CaseErpUnitConvertDetailMapper extends MPJBaseMapper<CaseErpUnitConvertDetail> {
}

View File

@ -1,9 +0,0 @@
package com.xjrsoft.erp.mapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.xjrsoft.erp.entity.CaseErpUnitConvert;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface CaseErpUnitConvertMapper extends MPJBaseMapper<CaseErpUnitConvert> {
}

View File

@ -1,9 +0,0 @@
package com.xjrsoft.erp.mapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.xjrsoft.erp.entity.CaseErpUnit;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface CaseErpUnitMapper extends MPJBaseMapper<CaseErpUnit> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.erp.mapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.xjrsoft.erp.entity.CaseErpUnitType;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 单位类型【case_erp_unit_type】 Mapper 接口
* </p>
*
* @author hnyyzy
* @since 2023-06-13
*/
@Mapper
public interface CaseErpUnitTypeMapper extends MPJBaseMapper<CaseErpUnitType> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.erp.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.erp.entity.Order;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* Mapper 接口
* </p>
*
* @author zlf
* @since 2023-07-14
*/
@Mapper
public interface OrderMapper extends BaseMapper<Order> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.erp.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.erp.entity.OrderProduct;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* Mapper 接口
* </p>
*
* @author zlf
* @since 2023-07-14
*/
@Mapper
public interface OrderProductMapper extends BaseMapper<OrderProduct> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.erp.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.erp.entity.Product;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* Mapper 接口
* </p>
*
* @author zlf
* @since 2023-07-14
*/
@Mapper
public interface ProductMapper extends BaseMapper<Product> {
}

View File

@ -0,0 +1,47 @@
package com.xjrsoft.form.client;
import com.xjrsoft.common.core.constant.GlobalConstant;
import com.xjrsoft.desktop.dto.AddDeskComplexDto;
import com.xjrsoft.form.entity.FormRelease;
import com.xjrsoft.form.fallback.FormExecuteClientFallBack;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestParam;
import javax.validation.Valid;
import java.util.List;
/**
* @Author: zn
* @Date: 2025/02/13 16:19
*/
@FeignClient(value = GlobalConstant.CLIENT_FORM_NAME,fallback = FormExecuteClientFallBack.class)
public interface IFormReleaseClient {
/**
* 查询单个接口
* @param id
* @return
*/
@GetMapping(GlobalConstant.CLIENT_API_PRE + GlobalConstant.MODULE_FORM_NAME + "/selectByIdFeign")
FormRelease selectByIdFeign(@RequestParam("id")Long id);
/**
* 查询单条数据
* @param formRelease
* @return
*/
@GetMapping(GlobalConstant.CLIENT_API_PRE + GlobalConstant.MODULE_FORM_NAME + "/selectByFormReleaseFeign")
FormRelease selectByFormReleaseFeign(FormRelease formRelease);
/**
* 查询List
* @param formRelease
* @return
*/
@GetMapping(GlobalConstant.CLIENT_API_PRE + GlobalConstant.MODULE_FORM_NAME + "/selectListFeign")
List<FormRelease> selectListFeign(FormRelease formRelease);
}

View File

@ -0,0 +1,30 @@
package com.xjrsoft.form.fallback;
import com.xjrsoft.form.client.IFormReleaseClient;
import com.xjrsoft.form.entity.FormRelease;
import org.springframework.stereotype.Component;
import java.util.List;
/**
* @Author: zn
* @Date: 2025/02/13 9:35
*/
@Component
public class IFormReleaseClientFallBack implements IFormReleaseClient {
@Override
public FormRelease selectByIdFeign(Long id) {
return null;
}
@Override
public FormRelease selectByFormReleaseFeign(FormRelease formRelease) {
return null;
}
@Override
public List<FormRelease> selectListFeign(FormRelease formRelease) {
return null;
}
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.form.mapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.xjrsoft.form.entity.FormHistory;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 自定义表单历史表 每次修改自定义表单会新增一条数据 Mapper 接口
* </p>
*
* @author tzx
* @since 2022-05-09
*/
@Mapper
public interface FormHistoryMapper extends MPJBaseMapper<FormHistory> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.form.mapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.xjrsoft.form.entity.FormRelease;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 自定义表单 发布表 Mapper 接口
* </p>
*
* @author tzx
* @since 2022-05-09
*/
@Mapper
public interface FormReleaseMapper extends MPJBaseMapper<FormRelease> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.form.mapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.xjrsoft.form.entity.FormTemplate;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 表单设计模板 Mapper 接口
* </p>
*
* @author tzx
* @since 2022-05-09
*/
@Mapper
public interface FormTemplateMapper extends MPJBaseMapper<FormTemplate> {
}

View File

@ -44,16 +44,20 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.xjrsoft</groupId>
<artifactId>xjrsoft-common-generate</artifactId>
<version>${xjrsoft.framework.version}</version>
</dependency>
<dependency>
<groupId>com.xjrsoft</groupId>
<artifactId>xjrsoft-common-mybatis</artifactId>
<version>1.0.0-SNAPSHOT</version>
<scope>compile</scope>
<version>${xjrsoft.framework.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>

View File

@ -6,6 +6,7 @@ import com.xjrsoft.organization.fallback.DepartmentClientFallBack;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestParam;
import java.util.List;
@ -56,6 +57,7 @@ public interface IDepartmentClient {
/**
* 获取root部门
*/
@GetMapping(GlobalConstant.CLIENT_API_PRE + GlobalConstant.MODULE_ORGANIZATION_NAME + "/queryPathFromRootFeign")
List<Department> queryPathFromRoot(List<Department> list);
@PostMapping(value = GlobalConstant.CLIENT_API_PRE + GlobalConstant.MODULE_ORGANIZATION_NAME + "/queryPathFromRootFeign")
List<Department> queryPathFromRoot(@RequestBody List<Department> list);
}

View File

@ -3,6 +3,7 @@ package com.xjrsoft.organization.fallback;
import com.xjrsoft.organization.client.IDepartmentClient;
import com.xjrsoft.organization.entity.Department;
import org.springframework.stereotype.Component;
import org.springframework.web.bind.annotation.RequestBody;
import java.util.List;
@ -33,8 +34,7 @@ public class DepartmentClientFallBack implements IDepartmentClient {
}
@Override
public List<Department> queryPathFromRoot(List<Department> list) {
public List<Department> queryPathFromRoot(@RequestBody List<Department> list) {
return null;
}
}

View File

@ -1,53 +0,0 @@
package com.xjrsoft.organization.mapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.xjrsoft.organization.entity.Department;
import org.apache.ibatis.annotations.MapKey;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Select;
import java.util.List;
import java.util.Map;
/**
* <p>
* 机构 Mapper 接口
* </p>
*
* @author tzx
* @since 2022-03-02
*/
@Mapper
public interface DepartmentMapper extends MPJBaseMapper<Department> {
@Deprecated
@Select("WITH RECURSIVE parent_path AS ( SELECT id, parent_id FROM xjr_department WHERE id = #{id} UNION ALL SELECT c.id, c.parent_id FROM xjr_department c INNER JOIN parent_path pp ON c.id = pp.parent_id WHERE delete_mark = 0 ) SELECT parent_id FROM parent_path")
List<String> findDeptPIds(@Param("id")String id);
/**
* 查询指定节点的所有父节点id
* 传参:
* queryType=parent
* startIds=Long[]{指定节点}
* @param params
* @return
*/
List<String> findParentIds(@Param("params") Map<String,Object> params);
/**
* 查询部门路径
* 传参:
* queryType=parent
* startIds=Long[]{指定节点开始}
* stopParentIds=Long[]{查询到该节点为止}
* isQueryIdPath是否返回id默认返回部门名称
* isQueryOrderDesc是否由指定节点到根节点的顺序默认是从根节点到指定节点的顺序
* pathSeparator路径分隔符默认是/
* @param params
* @return 部门id,部门路径的map
*/
@MapKey("flag")
Map<Long,Map>queryDeptPath(@Param("params") Map<String,Object> params);
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.organization.mapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.xjrsoft.organization.entity.Post;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 岗位 Mapper 接口
* </p>
*
* @author tzx
* @since 2022-03-02
*/
@Mapper
public interface PostMapper extends MPJBaseMapper<Post> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.organization.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.organization.entity.Role;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 角色 Mapper 接口
* </p>
*
* @author tzx
* @since 2022-03-02
*/
@Mapper
public interface RoleMapper extends BaseMapper<Role> {
}

View File

@ -1,14 +0,0 @@
package com.xjrsoft.organization.mapper;
import com.baomidou.mybatisplus.annotation.InterceptorIgnore;
import com.github.yulichang.base.MPJBaseMapper;
import com.xjrsoft.organization.entity.SyncOrgAndUserFromDataCenter;
import org.apache.ibatis.annotations.Delete;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface SyncOrgAndUserFromDataCenterMapper extends MPJBaseMapper<SyncOrgAndUserFromDataCenter> {
@InterceptorIgnore(blockAttack = "true")
@Delete("delete from xjr_sync_datacenter_org_user")
Integer emptyAllData()throws Exception;
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.organization.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.organization.entity.UserChargeDept;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 用户负责部门表 Mapper 接口
* </p>
*
* @author hnyyzy
* @since 2023-12-20
*/
@Mapper
public interface UserChargeDeptMapper extends BaseMapper<UserChargeDept> {
}

View File

@ -1,9 +0,0 @@
package com.xjrsoft.organization.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.organization.entity.UserDeptRelation;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface UserDeptRelationMapper extends BaseMapper<UserDeptRelation> {
}

View File

@ -1,25 +0,0 @@
package com.xjrsoft.organization.mapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.xjrsoft.organization.entity.User;
import org.apache.ibatis.annotations.Mapper;
import com.xjrsoft.organization.entity.Department;
import com.xjrsoft.organization.vo.UserRoleVo;
import java.util.List;
/**
* <p>
* 用户 Mapper 接口
* </p>
*
* @author tzx
* @since 2022-03-02
*/
@Mapper
public interface UserMapper extends MPJBaseMapper<User> {
List<Department> queryDepartmentsOfUser(Long id);
List<UserRoleVo> queryRolesOfUser(Long id);
}

View File

@ -1,9 +0,0 @@
package com.xjrsoft.organization.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.organization.entity.UserPostRelation;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface UserPostRelationMapper extends BaseMapper<UserPostRelation> {
}

View File

@ -1,17 +0,0 @@
package com.xjrsoft.organization.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.organization.entity.UserRoleRelation;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 用户关联角色表 Mapper 接口
* </p>
*
* @author tzx
* @since 2022-03-02
*/
@Mapper
public interface UserRoleRelationMapper extends BaseMapper<UserRoleRelation> {
}

View File

@ -1,12 +1,16 @@
package com.xjrsoft.system.client;
import com.xjrsoft.common.core.constant.GlobalConstant;
import com.xjrsoft.system.entity.Message;
import com.xjrsoft.system.fallback.MessageClientFallBack;
import com.xjrsoft.system.model.MessageNoticePolicyParam;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import java.util.List;
/**
* @Author: tzx
* @Date: 2023/10/18 15:09
@ -56,4 +60,12 @@ public interface IMessageClient {
@PostMapping(GlobalConstant.CLIENT_API_PRE + GlobalConstant.MODULE_SYSTEM_NAME + "/sendWorkflowTimeoutDingtalkFeign")
void sendWorkflowTimeoutDingtalkFeign(@RequestBody MessageNoticePolicyParam param);
/**
* 获取消息列表
* @param message
* @return
*/
@GetMapping(GlobalConstant.CLIENT_API_PRE + GlobalConstant.MODULE_SYSTEM_NAME + "/selectListFeign")
List<Message> selectListFeign(Message message);
}

View File

@ -5,6 +5,7 @@ import com.xjrsoft.system.entity.XjrSystemConfig;
import com.xjrsoft.system.fallback.SystemConfigClientFallBack;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestParam;
/**
* @author yjw
@ -19,5 +20,5 @@ public interface ISystemConfigClient {
* @return
*/
@GetMapping(GlobalConstant.CLIENT_API_PRE + GlobalConstant.MODULE_SYSTEM_NAME + "/queryByCode")
XjrSystemConfig queryByCode(String code);
XjrSystemConfig queryByCode(@RequestParam("code") String code);
}

View File

@ -1,9 +1,12 @@
package com.xjrsoft.system.fallback;
import com.xjrsoft.system.client.IMessageClient;
import com.xjrsoft.system.entity.Message;
import com.xjrsoft.system.model.MessageNoticePolicyParam;
import org.springframework.stereotype.Component;
import java.util.List;
/**
* @Author: tzx
* @Date: 2023/10/18 15:13
@ -60,4 +63,10 @@ public class MessageClientFallBack implements IMessageClient {
public void sendWorkflowTimeoutDingtalkFeign(MessageNoticePolicyParam param) {
}
@Override
public List<Message> selectListFeign(Message message) {
return null;
}
}

View File

@ -2,6 +2,7 @@ package com.xjrsoft.system.fallback;
import com.xjrsoft.system.client.ISystemConfigClient;
import com.xjrsoft.system.entity.XjrSystemConfig;
import org.springframework.web.bind.annotation.RequestParam;
/**
* @author yjw
@ -9,7 +10,7 @@ import com.xjrsoft.system.entity.XjrSystemConfig;
*/
public class SystemConfigClientFallBack implements ISystemConfigClient {
@Override
public XjrSystemConfig queryByCode(String code) {
public XjrSystemConfig queryByCode(@RequestParam("code")String code) {
return null;
}
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.system.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.system.entity.Area;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 行政区域表 Mapper 接口
* </p>
*
* @author tzx
* @since 2022-06-16
*/
@Mapper
public interface AreaMapper extends BaseMapper<Area> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.system.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.system.entity.Authorize;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* Mapper 接口
* </p>
*
* @author tzx
* @since 2022-03-16
*/
@Mapper
public interface AuthorizeMapper extends BaseMapper<Authorize> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.system.mapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.xjrsoft.system.entity.CodeRule;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 编号规则表 Mapper 接口
* </p>
*
* @author zlf
* @since 2022-06-23
*/
@Mapper
public interface CodeRuleMapper extends MPJBaseMapper<CodeRule> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.system.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.system.entity.CodeRuleSeed;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 编号规则种子表 Mapper 接口
* </p>
*
* @author zlf
* @since 2022-06-23
*/
@Mapper
public interface CodeRuleSeedMapper extends BaseMapper<CodeRuleSeed> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.system.mapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.xjrsoft.system.entity.CodeSchema;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 代码模板 Mapper 接口
* </p>
*
* @author zlf
* @since 2022-09-29
*/
@Mapper
public interface CodeSchemaMapper extends MPJBaseMapper<CodeSchema> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.system.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.system.entity.DataAuthConfig;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 数据权限自定义配置详情表 Mapper 接口
* </p>
*
* @author tzx
* @since 2023-02-27
*/
@Mapper
public interface DataAuthConfigMapper extends BaseMapper<DataAuthConfig> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.system.mapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.xjrsoft.system.entity.DataAuth;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 数据权限表 Mapper 接口
* </p>
*
* @author tzx
* @since 2023-02-27
*/
@Mapper
public interface DataAuthMapper extends MPJBaseMapper<DataAuth> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.system.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.system.entity.DataAuthRelation;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 数据权限 对象类型关联表 Mapper 接口
* </p>
*
* @author tzx
* @since 2023-02-27
*/
@Mapper
public interface DataAuthRelationMapper extends BaseMapper<DataAuthRelation> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.system.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.system.entity.DataAuthTableRelation;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 数据权限 与 表 关联关系表 Mapper 接口
* </p>
*
* @author tzx
* @since 2023-02-28
*/
@Mapper
public interface DataAuthTableRelationMapper extends BaseMapper<DataAuthTableRelation> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.system.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.system.entity.Databaselink;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 数据库连接表 Mapper 接口
* </p>
*
* @author tzx
* @since 2022-03-04
*/
@Mapper
public interface DatabaselinkMapper extends BaseMapper<Databaselink> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.system.mapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.xjrsoft.system.entity.Datasource;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 数据源表 Mapper 接口
* </p>
*
* @author tzx
* @since 2022-03-08
*/
@Mapper
public interface DatasourceMapper extends MPJBaseMapper<Datasource> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.system.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.system.entity.DictionaryDetail;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 数据字典详情 Mapper 接口
* </p>
*
* @author tzx
* @since 2022-03-17
*/
@Mapper
public interface DictionarydetailMapper extends BaseMapper<DictionaryDetail> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.system.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.system.entity.DictionaryItem;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 数据字典项目 Mapper 接口
* </p>
*
* @author tzx
* @since 2022-03-17
*/
@Mapper
public interface DictionaryitemMapper extends BaseMapper<DictionaryItem> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.system.mapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.xjrsoft.system.entity.File;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 文件关联关系表 Mapper 接口
* </p>
*
* @author tzx
* @since 2022-03-08
*/
@Mapper
public interface FileMapper extends MPJBaseMapper<File> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.system.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.system.entity.InterfaceAuth;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 接口权限表 Mapper 接口
* </p>
*
* @author zlf
* @since 2022-11-03
*/
@Mapper
public interface InterfaceAuthMapper extends BaseMapper<InterfaceAuth> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.system.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.system.entity.Language;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 语言翻译表 Mapper 接口
* </p>
*
* @author tzx
* @since 2022-10-09
*/
@Mapper
public interface LanguageMapper extends BaseMapper<Language> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.system.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.system.entity.LanguageType;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 多语言语言类型表 Mapper 接口
* </p>
*
* @author zlf
* @since 2022-06-30
*/
@Mapper
public interface LanguageTypeMapper extends BaseMapper<LanguageType> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.system.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.system.entity.LiteflowChain;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 规则表 Mapper 接口
* </p>
*
* @author tzx
* @since 2023-04-06
*/
@Mapper
public interface LiteflowChainMapper extends BaseMapper<LiteflowChain> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.system.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.system.entity.LiteflowScript;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 规则脚本表 Mapper 接口
* </p>
*
* @author tzx
* @since 2023-04-06
*/
@Mapper
public interface LiteflowScriptMapper extends BaseMapper<LiteflowScript> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.system.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.system.entity.Log;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 系统日志表 Mapper 接口
* </p>
*
* @author tzx
* @since 2022-03-04
*/
@Mapper
public interface LogMapper extends BaseMapper<Log> {
}

View File

@ -1,19 +0,0 @@
package com.xjrsoft.system.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.system.entity.LoginConfig;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* Login登录配置表【xjr_login_config】 Mapper 接口
* </p>
*
* @author hnyyzy
* @since 2023-11-20
*/
@Mapper
public interface LoginConfigMapper extends BaseMapper<LoginConfig> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.system.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.system.entity.LogoConfig;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* Logo信息配置表【xjr_logo_config】 Mapper 接口
* </p>
*
* @author hnyyzy
* @since 2023-11-20
*/
@Mapper
public interface LogoConfigMapper extends BaseMapper<LogoConfig> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.system.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.system.entity.MenuButton;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 菜单按钮 Mapper 接口
* </p>
*
* @author tzx
* @since 2022-03-16
*/
@Mapper
public interface MenuButtonMapper extends BaseMapper<MenuButton> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.system.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.system.entity.MenuColumn;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 菜单列表字段 Mapper 接口
* </p>
*
* @author zlf
* @since 2022-07-08
*/
@Mapper
public interface MenuColumnMapper extends BaseMapper<MenuColumn> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.system.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.system.entity.MenuForm;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 菜单表单字段 Mapper 接口
* </p>
*
* @author zlf
* @since 2022-07-08
*/
@Mapper
public interface MenuFormMapper extends BaseMapper<MenuForm> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.system.mapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.xjrsoft.system.entity.Menu;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 用户 Mapper 接口
* </p>
*
* @author tzx
* @since 2022-03-16
*/
@Mapper
public interface MenuMapper extends MPJBaseMapper<Menu> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.system.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.system.entity.Message;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 消息状态 Mapper 接口
* </p>
*
* @author zlf
* @since 2022-06-16
*/
@Mapper
public interface MessageMapper extends BaseMapper<Message> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.system.mapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.xjrsoft.system.entity.News;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 新闻中心表 Mapper 接口
* </p>
*
* @author zlf
* @since 2022-06-16
*/
@Mapper
public interface NewsMapper extends MPJBaseMapper<News> {
}

View File

@ -1,9 +0,0 @@
package com.xjrsoft.system.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.system.entity.NewsRelation;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface NewsRelationMapper extends BaseMapper<NewsRelation> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.system.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.system.entity.PrintConfig;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* Mapper 接口
* </p>
*
* @author tzx
* @since 2023-05-23
*/
@Mapper
public interface PrintConfigMapper extends BaseMapper<PrintConfig> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.system.mapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.xjrsoft.system.entity.PrintSchema;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 打印模板 Mapper 接口
* </p>
*
* @author tzx
* @since 2023-05-19
*/
@Mapper
public interface PrintSchemaMapper extends MPJBaseMapper<PrintSchema> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.system.mapper;
import com.github.yulichang.base.MPJBaseMapper;
import com.xjrsoft.system.entity.ProfessionalReport;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* 专业报表 Mapper 接口
* </p>
*
* @author hnyyzy
* @since 2023-11-01
*/
@Mapper
public interface ProfessionalReportMapper extends MPJBaseMapper<ProfessionalReport> {
}

View File

@ -1,18 +0,0 @@
package com.xjrsoft.system.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.xjrsoft.system.entity.Report;
import org.apache.ibatis.annotations.Mapper;
/**
* <p>
* Mapper 接口
* </p>
*
* @author tzx
* @since 2022-05-23
*/
@Mapper
public interface ReportMapper extends BaseMapper<Report> {
}

Some files were not shown because too many files have changed in this diff Show More