同步框架更新

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,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> {
}