129 changed files with 1961 additions and 3382 deletions
@ -1,85 +0,0 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.basicdata.entity; |
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableName; |
||||
import lombok.Data; |
||||
import io.swagger.annotations.ApiModel; |
||||
import io.swagger.annotations.ApiModelProperty; |
||||
import java.util.Date; |
||||
import lombok.EqualsAndHashCode; |
||||
import org.springblade.core.tenant.mp.TenantEntity; |
||||
|
||||
/** |
||||
* 基础品牌表 实体类 |
||||
* |
||||
* @author cyz |
||||
* @since 2023-05-15 |
||||
*/ |
||||
@Data |
||||
@TableName("logpm_basic_brand") |
||||
@ApiModel(value = "BasicBrand对象", description = "基础品牌表") |
||||
@EqualsAndHashCode(callSuper = true) |
||||
public class BasicBrandEntity extends TenantEntity { |
||||
|
||||
/** |
||||
* 预留1 |
||||
*/ |
||||
@ApiModelProperty(value = "预留1") |
||||
private String reserve1; |
||||
/** |
||||
* 预留2 |
||||
*/ |
||||
@ApiModelProperty(value = "预留2") |
||||
private String reserve2; |
||||
/** |
||||
* 预留3 |
||||
*/ |
||||
@ApiModelProperty(value = "预留3") |
||||
private String reserve3; |
||||
/** |
||||
* 预留4 |
||||
*/ |
||||
@ApiModelProperty(value = "预留4") |
||||
private String reserve4; |
||||
/** |
||||
* 预留5 |
||||
*/ |
||||
@ApiModelProperty(value = "预留5") |
||||
private String reserve5; |
||||
/** |
||||
* 品牌名称 |
||||
*/ |
||||
@ApiModelProperty(value = "品牌名称") |
||||
private String brandName; |
||||
/** |
||||
* 品牌编号 |
||||
*/ |
||||
@ApiModelProperty(value = "品牌编号") |
||||
private String brandCode; |
||||
/** |
||||
* 品牌图标 |
||||
*/ |
||||
@ApiModelProperty(value = "品牌图标") |
||||
private String brandIcon; |
||||
/** |
||||
* 承接时间 |
||||
*/ |
||||
@ApiModelProperty(value = "承接时间") |
||||
private Date acceptanceTime; |
||||
|
||||
} |
@ -1,191 +0,0 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.basicdata.entity; |
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableName; |
||||
import lombok.Data; |
||||
import io.swagger.annotations.ApiModel; |
||||
import io.swagger.annotations.ApiModelProperty; |
||||
import java.util.Date; |
||||
import java.math.BigDecimal; |
||||
import lombok.EqualsAndHashCode; |
||||
import org.springblade.core.tenant.mp.TenantEntity; |
||||
|
||||
/** |
||||
* 基础价格记录表 实体类 |
||||
* |
||||
* @author cyz |
||||
* @since 2023-05-15 |
||||
*/ |
||||
@Data |
||||
@TableName("logpm_basic_freight") |
||||
@ApiModel(value = "BasicFreight对象", description = "基础价格记录表") |
||||
@EqualsAndHashCode(callSuper = true) |
||||
public class BasicFreightEntity extends TenantEntity { |
||||
|
||||
/** |
||||
* 预留1 |
||||
*/ |
||||
@ApiModelProperty(value = "预留1") |
||||
private String reserve1; |
||||
/** |
||||
* 预留2 |
||||
*/ |
||||
@ApiModelProperty(value = "预留2") |
||||
private String reserve2; |
||||
/** |
||||
* 预留3 |
||||
*/ |
||||
@ApiModelProperty(value = "预留3") |
||||
private String reserve3; |
||||
/** |
||||
* 预留4 |
||||
*/ |
||||
@ApiModelProperty(value = "预留4") |
||||
private String reserve4; |
||||
/** |
||||
* 预留5 |
||||
*/ |
||||
@ApiModelProperty(value = "预留5") |
||||
private String reserve5; |
||||
/** |
||||
* 计算方式;1件 2方 3公斤 |
||||
*/ |
||||
@ApiModelProperty(value = "计算方式;1件 2方 3公斤") |
||||
private Integer formulaMode; |
||||
/** |
||||
* 物品名称 |
||||
*/ |
||||
@ApiModelProperty(value = "物品名称") |
||||
private String itemName; |
||||
/** |
||||
* 门店品牌记录表 |
||||
*/ |
||||
@ApiModelProperty(value = "门店品牌记录表") |
||||
private String storeBrandId; |
||||
/** |
||||
* 运费 |
||||
*/ |
||||
@ApiModelProperty(value = "运费") |
||||
private BigDecimal freight; |
||||
/** |
||||
* 送货费用 |
||||
*/ |
||||
@ApiModelProperty(value = "送货费用") |
||||
private BigDecimal deliveryExpense; |
||||
/** |
||||
* 提货费用 |
||||
*/ |
||||
@ApiModelProperty(value = "提货费用") |
||||
private BigDecimal deliveryCharge; |
||||
/** |
||||
* 仓库管理费用 |
||||
*/ |
||||
@ApiModelProperty(value = "仓库管理费用") |
||||
private BigDecimal warehouseOverhead; |
||||
/** |
||||
* 仓储费用 |
||||
*/ |
||||
@ApiModelProperty(value = "仓储费用") |
||||
private BigDecimal storageCharge; |
||||
/** |
||||
* 装卸费用 |
||||
*/ |
||||
@ApiModelProperty(value = "装卸费用") |
||||
private BigDecimal terminalCharges; |
||||
/** |
||||
* 其他费用 |
||||
*/ |
||||
@ApiModelProperty(value = "其他费用") |
||||
private BigDecimal otherCharges; |
||||
/** |
||||
* 末端仓 |
||||
*/ |
||||
@ApiModelProperty(value = "末端仓") |
||||
private String singleColon; |
||||
/** |
||||
* 发货单位 |
||||
*/ |
||||
@ApiModelProperty(value = "发货单位") |
||||
private String forwardingUnit; |
||||
/** |
||||
* 门店 |
||||
*/ |
||||
@ApiModelProperty(value = "门店") |
||||
private String shop; |
||||
/** |
||||
* 品牌 |
||||
*/ |
||||
@ApiModelProperty(value = "品牌") |
||||
private String brand; |
||||
/** |
||||
* 服务类型;1 干 2干仓 3干仓配 4干配 |
||||
*/ |
||||
@ApiModelProperty(value = "服务类型;1 干 2干仓 3干仓配 4干配") |
||||
private Integer typeService; |
||||
/** |
||||
* 结算方;1 商场 2工厂 |
||||
*/ |
||||
@ApiModelProperty(value = "结算方;1 商场 2工厂") |
||||
private Integer clearingForm; |
||||
/** |
||||
* 一级品类 |
||||
*/ |
||||
@ApiModelProperty(value = "一级品类") |
||||
private String firstClassCategory; |
||||
/** |
||||
* 一口价 |
||||
*/ |
||||
@ApiModelProperty(value = "一口价") |
||||
private BigDecimal fixedPrice; |
||||
/** |
||||
* 干线费用 |
||||
*/ |
||||
@ApiModelProperty(value = "干线费用") |
||||
private BigDecimal trunkCharge; |
||||
/** |
||||
* 生效时间 |
||||
*/ |
||||
@ApiModelProperty(value = "生效时间") |
||||
private Date effectiveTime; |
||||
/** |
||||
* 截至时间 |
||||
*/ |
||||
@ApiModelProperty(value = "截至时间") |
||||
private Date expirationTime; |
||||
/** |
||||
* 类型 |
||||
*/ |
||||
@ApiModelProperty(value = "类型") |
||||
private String type; |
||||
/** |
||||
* 标识 |
||||
*/ |
||||
@ApiModelProperty(value = "标识") |
||||
private String identification; |
||||
/** |
||||
* 仓储时间端状态;1 0-30天 2 0-60天 3 60天以上 |
||||
*/ |
||||
@ApiModelProperty(value = "仓储时间端状态;1 0-30天 2 0-60天 3 60天以上") |
||||
private Integer warehousingTimeCharge; |
||||
/** |
||||
* 仓储时间端费用 |
||||
*/ |
||||
@ApiModelProperty(value = "仓储时间端费用") |
||||
private BigDecimal warehousingTimeStatus; |
||||
|
||||
} |
@ -1,85 +0,0 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.basicdata.entity; |
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableName; |
||||
import lombok.Data; |
||||
import io.swagger.annotations.ApiModel; |
||||
import io.swagger.annotations.ApiModelProperty; |
||||
import java.util.Date; |
||||
import lombok.EqualsAndHashCode; |
||||
import org.springblade.core.tenant.mp.TenantEntity; |
||||
|
||||
/** |
||||
* 客户历史合同记录 实体类 |
||||
* |
||||
* @author cyz |
||||
* @since 2023-05-15 |
||||
*/ |
||||
@Data |
||||
@TableName("logpm_basic_historical_contract") |
||||
@ApiModel(value = "BasicHistoricalContract对象", description = "客户历史合同记录") |
||||
@EqualsAndHashCode(callSuper = true) |
||||
public class BasicHistoricalContractEntity extends TenantEntity { |
||||
|
||||
/** |
||||
* 预留1 |
||||
*/ |
||||
@ApiModelProperty(value = "预留1") |
||||
private String reserve1; |
||||
/** |
||||
* 预留2 |
||||
*/ |
||||
@ApiModelProperty(value = "预留2") |
||||
private String reserve2; |
||||
/** |
||||
* 预留3 |
||||
*/ |
||||
@ApiModelProperty(value = "预留3") |
||||
private String reserve3; |
||||
/** |
||||
* 预留4 |
||||
*/ |
||||
@ApiModelProperty(value = "预留4") |
||||
private String reserve4; |
||||
/** |
||||
* 预留5 |
||||
*/ |
||||
@ApiModelProperty(value = "预留5") |
||||
private String reserve5; |
||||
/** |
||||
* 客户id |
||||
*/ |
||||
@ApiModelProperty(value = "客户id") |
||||
private String clientId; |
||||
/** |
||||
* 合同开始时间 |
||||
*/ |
||||
@ApiModelProperty(value = "合同开始时间") |
||||
private String contractStartTime; |
||||
/** |
||||
* 合同结束时间 |
||||
*/ |
||||
@ApiModelProperty(value = "合同结束时间") |
||||
private String contractEntTime; |
||||
/** |
||||
* 合同文件 |
||||
*/ |
||||
@ApiModelProperty(value = "合同文件") |
||||
private String leaseAccessories; |
||||
|
||||
} |
@ -1,120 +0,0 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.basicdata.entity; |
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableName; |
||||
import lombok.Data; |
||||
import io.swagger.annotations.ApiModel; |
||||
import io.swagger.annotations.ApiModelProperty; |
||||
import java.util.Date; |
||||
import lombok.EqualsAndHashCode; |
||||
import org.springblade.core.tenant.mp.TenantEntity; |
||||
|
||||
/** |
||||
* 基础门店表 实体类 |
||||
* |
||||
* @author cyz |
||||
* @since 2023-05-15 |
||||
*/ |
||||
@Data |
||||
@TableName("logpm_basic_shop") |
||||
@ApiModel(value = "BasicShop对象", description = "基础门店表") |
||||
@EqualsAndHashCode(callSuper = true) |
||||
public class BasicShopEntity extends TenantEntity { |
||||
|
||||
/** |
||||
* 预留1 |
||||
*/ |
||||
@ApiModelProperty(value = "预留1") |
||||
private String reserve1; |
||||
/** |
||||
* 预留2 |
||||
*/ |
||||
@ApiModelProperty(value = "预留2") |
||||
private String reserve2; |
||||
/** |
||||
* 预留3 |
||||
*/ |
||||
@ApiModelProperty(value = "预留3") |
||||
private String reserve3; |
||||
/** |
||||
* 预留4 |
||||
*/ |
||||
@ApiModelProperty(value = "预留4") |
||||
private String reserve4; |
||||
/** |
||||
* 预留5 |
||||
*/ |
||||
@ApiModelProperty(value = "预留5") |
||||
private String reserve5; |
||||
/** |
||||
* 客户ID |
||||
*/ |
||||
@ApiModelProperty(value = "客户ID") |
||||
private String clientId; |
||||
/** |
||||
* 门店编码 |
||||
*/ |
||||
@ApiModelProperty(value = "门店编码") |
||||
private String storeCode; |
||||
/** |
||||
* 门店名称 |
||||
*/ |
||||
@ApiModelProperty(value = "门店名称") |
||||
private String storeName; |
||||
/** |
||||
* 联系人 |
||||
*/ |
||||
@ApiModelProperty(value = "联系人") |
||||
private String linkman; |
||||
/** |
||||
* 联系电话 |
||||
*/ |
||||
@ApiModelProperty(value = "联系电话") |
||||
private String phone; |
||||
/** |
||||
* 省 |
||||
*/ |
||||
@ApiModelProperty(value = "省") |
||||
private String bladeRegionProvinceId; |
||||
/** |
||||
* 城市 |
||||
*/ |
||||
@ApiModelProperty(value = "城市") |
||||
private String bladeRegionCityId; |
||||
/** |
||||
* 区 |
||||
*/ |
||||
@ApiModelProperty(value = "区") |
||||
private String bladeRegionAreaId; |
||||
/** |
||||
* 详细地址 |
||||
*/ |
||||
@ApiModelProperty(value = "详细地址") |
||||
private String detailedAddress; |
||||
/** |
||||
* 入驻时间 |
||||
*/ |
||||
@ApiModelProperty(value = "入驻时间") |
||||
private Date checkInTime; |
||||
/** |
||||
* 退出时间 |
||||
*/ |
||||
@ApiModelProperty(value = "退出时间") |
||||
private Date postSetTime; |
||||
|
||||
} |
@ -1,80 +0,0 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.basicdata.entity; |
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableName; |
||||
import lombok.Data; |
||||
import io.swagger.annotations.ApiModel; |
||||
import io.swagger.annotations.ApiModelProperty; |
||||
import java.util.Date; |
||||
import lombok.EqualsAndHashCode; |
||||
import org.springblade.core.tenant.mp.TenantEntity; |
||||
|
||||
/** |
||||
* 门店服务仓库表 实体类 |
||||
* |
||||
* @author cyz |
||||
* @since 2023-05-15 |
||||
*/ |
||||
@Data |
||||
@TableName("logpm_basic_storage_services") |
||||
@ApiModel(value = "BasicStorageServices对象", description = "门店服务仓库表") |
||||
@EqualsAndHashCode(callSuper = true) |
||||
public class BasicStorageServicesEntity extends TenantEntity { |
||||
|
||||
/** |
||||
* 预留1 |
||||
*/ |
||||
@ApiModelProperty(value = "预留1") |
||||
private String reserve1; |
||||
/** |
||||
* 预留2 |
||||
*/ |
||||
@ApiModelProperty(value = "预留2") |
||||
private String reserve2; |
||||
/** |
||||
* 预留3 |
||||
*/ |
||||
@ApiModelProperty(value = "预留3") |
||||
private String reserve3; |
||||
/** |
||||
* 预留4 |
||||
*/ |
||||
@ApiModelProperty(value = "预留4") |
||||
private String reserve4; |
||||
/** |
||||
* 预留5 |
||||
*/ |
||||
@ApiModelProperty(value = "预留5") |
||||
private String reserve5; |
||||
/** |
||||
* 门店ID |
||||
*/ |
||||
@ApiModelProperty(value = "门店ID") |
||||
private String shopId; |
||||
/** |
||||
* 发货单位 |
||||
*/ |
||||
@ApiModelProperty(value = "发货单位") |
||||
private String forwardingUnit; |
||||
/** |
||||
* 服务仓库 |
||||
*/ |
||||
@ApiModelProperty(value = "服务仓库") |
||||
private String warehouseService; |
||||
|
||||
} |
@ -1,75 +0,0 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.basicdata.entity; |
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableName; |
||||
import lombok.Data; |
||||
import io.swagger.annotations.ApiModel; |
||||
import io.swagger.annotations.ApiModelProperty; |
||||
import java.util.Date; |
||||
import lombok.EqualsAndHashCode; |
||||
import org.springblade.core.tenant.mp.TenantEntity; |
||||
|
||||
/** |
||||
* 门店品牌中间表 实体类 |
||||
* |
||||
* @author cyz |
||||
* @since 2023-05-15 |
||||
*/ |
||||
@Data |
||||
@TableName("logpm_basic_store_brand") |
||||
@ApiModel(value = "BasicStoreBrand对象", description = "门店品牌中间表") |
||||
@EqualsAndHashCode(callSuper = true) |
||||
public class BasicStoreBrandEntity extends TenantEntity { |
||||
|
||||
/** |
||||
* 预留1 |
||||
*/ |
||||
@ApiModelProperty(value = "预留1") |
||||
private String reserve1; |
||||
/** |
||||
* 预留2 |
||||
*/ |
||||
@ApiModelProperty(value = "预留2") |
||||
private String reserve2; |
||||
/** |
||||
* 预留3 |
||||
*/ |
||||
@ApiModelProperty(value = "预留3") |
||||
private String reserve3; |
||||
/** |
||||
* 预留4 |
||||
*/ |
||||
@ApiModelProperty(value = "预留4") |
||||
private String reserve4; |
||||
/** |
||||
* 预留5 |
||||
*/ |
||||
@ApiModelProperty(value = "预留5") |
||||
private String reserve5; |
||||
/** |
||||
* 门店ID |
||||
*/ |
||||
@ApiModelProperty(value = "门店ID") |
||||
private String shopId; |
||||
/** |
||||
* 品牌ID |
||||
*/ |
||||
@ApiModelProperty(value = "品牌ID") |
||||
private String brandId; |
||||
|
||||
} |
@ -1,80 +0,0 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.basicdata.entity; |
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableName; |
||||
import lombok.Data; |
||||
import io.swagger.annotations.ApiModel; |
||||
import io.swagger.annotations.ApiModelProperty; |
||||
import java.util.Date; |
||||
import lombok.EqualsAndHashCode; |
||||
import org.springblade.core.tenant.mp.TenantEntity; |
||||
|
||||
/** |
||||
* 基础门店联系人表 实体类 |
||||
* |
||||
* @author cyz |
||||
* @since 2023-05-15 |
||||
*/ |
||||
@Data |
||||
@TableName("logpm_basic_store_contact") |
||||
@ApiModel(value = "BasicStoreContact对象", description = "基础门店联系人表") |
||||
@EqualsAndHashCode(callSuper = true) |
||||
public class BasicStoreContactEntity extends TenantEntity { |
||||
|
||||
/** |
||||
* 预留1 |
||||
*/ |
||||
@ApiModelProperty(value = "预留1") |
||||
private String reserve1; |
||||
/** |
||||
* 预留2 |
||||
*/ |
||||
@ApiModelProperty(value = "预留2") |
||||
private String reserve2; |
||||
/** |
||||
* 预留3 |
||||
*/ |
||||
@ApiModelProperty(value = "预留3") |
||||
private String reserve3; |
||||
/** |
||||
* 预留4 |
||||
*/ |
||||
@ApiModelProperty(value = "预留4") |
||||
private String reserve4; |
||||
/** |
||||
* 预留5 |
||||
*/ |
||||
@ApiModelProperty(value = "预留5") |
||||
private String reserve5; |
||||
/** |
||||
* 门店ID |
||||
*/ |
||||
@ApiModelProperty(value = "门店ID") |
||||
private String shopId; |
||||
/** |
||||
* 联系人 |
||||
*/ |
||||
@ApiModelProperty(value = "联系人") |
||||
private String linkman; |
||||
/** |
||||
* 联系电话 |
||||
*/ |
||||
@ApiModelProperty(value = "联系电话") |
||||
private String phone; |
||||
|
||||
} |
@ -1,121 +0,0 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.basicdata.entity; |
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableName; |
||||
import lombok.Data; |
||||
import io.swagger.annotations.ApiModel; |
||||
import io.swagger.annotations.ApiModelProperty; |
||||
import java.util.Date; |
||||
import java.math.BigDecimal; |
||||
import lombok.EqualsAndHashCode; |
||||
import org.springblade.core.tenant.mp.TenantEntity; |
||||
|
||||
/** |
||||
* 区域品牌价格表 实体类 |
||||
* |
||||
* @author cyz |
||||
* @since 2023-05-15 |
||||
*/ |
||||
@Data |
||||
@TableName("logpm_basic_zone_price") |
||||
@ApiModel(value = "BasicZonePrice对象", description = "区域品牌价格表") |
||||
@EqualsAndHashCode(callSuper = true) |
||||
public class BasicZonePriceEntity extends TenantEntity { |
||||
|
||||
/** |
||||
* 预留1 |
||||
*/ |
||||
@ApiModelProperty(value = "预留1") |
||||
private String reserve1; |
||||
/** |
||||
* 预留2 |
||||
*/ |
||||
@ApiModelProperty(value = "预留2") |
||||
private String reserve2; |
||||
/** |
||||
* 预留3 |
||||
*/ |
||||
@ApiModelProperty(value = "预留3") |
||||
private String reserve3; |
||||
/** |
||||
* 预留4 |
||||
*/ |
||||
@ApiModelProperty(value = "预留4") |
||||
private String reserve4; |
||||
/** |
||||
* 预留5 |
||||
*/ |
||||
@ApiModelProperty(value = "预留5") |
||||
private String reserve5; |
||||
/** |
||||
* 省 |
||||
*/ |
||||
@ApiModelProperty(value = "省") |
||||
private String province; |
||||
/** |
||||
* 市 |
||||
*/ |
||||
@ApiModelProperty(value = "市") |
||||
private String city; |
||||
/** |
||||
* 区/县 |
||||
*/ |
||||
@ApiModelProperty(value = "区/县") |
||||
private String district; |
||||
/** |
||||
* 品牌 |
||||
*/ |
||||
@ApiModelProperty(value = "品牌") |
||||
private String brand; |
||||
/** |
||||
* 费用标识;1 运费 2 送货费用 3提货费用 4仓库管理费用 5 仓储费用 6装卸费用 7 其他费用 8仓储时间端费用 |
||||
*/ |
||||
@ApiModelProperty(value = "费用标识;1 运费 2 送货费用 3提货费用 4仓库管理费用 5 仓储费用 6装卸费用 7 其他费用 8仓储时间端费用") |
||||
private String freightMark; |
||||
/** |
||||
* 费用 |
||||
*/ |
||||
@ApiModelProperty(value = "费用") |
||||
private String cost; |
||||
/** |
||||
* 仓储时间端状态;1 0-30天 2 0-60天 3 60天以上 |
||||
*/ |
||||
@ApiModelProperty(value = "仓储时间端状态;1 0-30天 2 0-60天 3 60天以上") |
||||
private Integer warehousingTimeStatus; |
||||
/** |
||||
* 仓储时间端费用 |
||||
*/ |
||||
@ApiModelProperty(value = "仓储时间端费用") |
||||
private BigDecimal warehousingTimeCharge; |
||||
/** |
||||
* 末端仓 |
||||
*/ |
||||
@ApiModelProperty(value = "末端仓") |
||||
private String goalGranary; |
||||
/** |
||||
* 标识 |
||||
*/ |
||||
@ApiModelProperty(value = "标识") |
||||
private Integer identification; |
||||
/** |
||||
* 状态 |
||||
*/ |
||||
@ApiModelProperty(value = "状态") |
||||
private Integer condition; |
||||
|
||||
} |
@ -0,0 +1,39 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.basicdata.entity; |
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableName; |
||||
import lombok.Data; |
||||
import io.swagger.annotations.ApiModel; |
||||
import io.swagger.annotations.ApiModelProperty; |
||||
import lombok.EqualsAndHashCode; |
||||
import org.springblade.core.tenant.mp.TenantEntity; |
||||
|
||||
/** |
||||
* 基础品牌表 实体类 |
||||
* |
||||
* @author cyz |
||||
* @since 2023-05-16 |
||||
*/ |
||||
@Data |
||||
@TableName("logpm_basicdata_brand") |
||||
@ApiModel(value = "BasicdataBrand对象", description = "基础品牌表") |
||||
@EqualsAndHashCode(callSuper = true) |
||||
public class BasicdataBrandEntity extends TenantEntity { |
||||
|
||||
|
||||
} |
@ -0,0 +1,39 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.basicdata.entity; |
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableName; |
||||
import lombok.Data; |
||||
import io.swagger.annotations.ApiModel; |
||||
import io.swagger.annotations.ApiModelProperty; |
||||
import lombok.EqualsAndHashCode; |
||||
import org.springblade.core.tenant.mp.TenantEntity; |
||||
|
||||
/** |
||||
* 基础价格记录表 实体类 |
||||
* |
||||
* @author cyz |
||||
* @since 2023-05-16 |
||||
*/ |
||||
@Data |
||||
@TableName("logpm_basicdata_freight") |
||||
@ApiModel(value = "BasicdataFreight对象", description = "基础价格记录表") |
||||
@EqualsAndHashCode(callSuper = true) |
||||
public class BasicdataFreightEntity extends TenantEntity { |
||||
|
||||
|
||||
} |
@ -0,0 +1,39 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.basicdata.entity; |
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableName; |
||||
import lombok.Data; |
||||
import io.swagger.annotations.ApiModel; |
||||
import io.swagger.annotations.ApiModelProperty; |
||||
import lombok.EqualsAndHashCode; |
||||
import org.springblade.core.tenant.mp.TenantEntity; |
||||
|
||||
/** |
||||
* 客户历史合同记录 实体类 |
||||
* |
||||
* @author cyz |
||||
* @since 2023-05-16 |
||||
*/ |
||||
@Data |
||||
@TableName("logpm_basicdata_historical_contract") |
||||
@ApiModel(value = "BasicdataHistoricalContract对象", description = "客户历史合同记录") |
||||
@EqualsAndHashCode(callSuper = true) |
||||
public class BasicdataHistoricalContractEntity extends TenantEntity { |
||||
|
||||
|
||||
} |
@ -0,0 +1,39 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.basicdata.entity; |
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableName; |
||||
import lombok.Data; |
||||
import io.swagger.annotations.ApiModel; |
||||
import io.swagger.annotations.ApiModelProperty; |
||||
import lombok.EqualsAndHashCode; |
||||
import org.springblade.core.tenant.mp.TenantEntity; |
||||
|
||||
/** |
||||
* 基础门店表 实体类 |
||||
* |
||||
* @author cyz |
||||
* @since 2023-05-16 |
||||
*/ |
||||
@Data |
||||
@TableName("logpm_basicdata_shop") |
||||
@ApiModel(value = "BasicdataShop对象", description = "基础门店表") |
||||
@EqualsAndHashCode(callSuper = true) |
||||
public class BasicdataShopEntity extends TenantEntity { |
||||
|
||||
|
||||
} |
@ -0,0 +1,39 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.basicdata.entity; |
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableName; |
||||
import lombok.Data; |
||||
import io.swagger.annotations.ApiModel; |
||||
import io.swagger.annotations.ApiModelProperty; |
||||
import lombok.EqualsAndHashCode; |
||||
import org.springblade.core.tenant.mp.TenantEntity; |
||||
|
||||
/** |
||||
* 门店服务仓库表 实体类 |
||||
* |
||||
* @author cyz |
||||
* @since 2023-05-16 |
||||
*/ |
||||
@Data |
||||
@TableName("logpm_basicdata_storage_services") |
||||
@ApiModel(value = "BasicdataStorageServices对象", description = "门店服务仓库表") |
||||
@EqualsAndHashCode(callSuper = true) |
||||
public class BasicdataStorageServicesEntity extends TenantEntity { |
||||
|
||||
|
||||
} |
@ -0,0 +1,39 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.basicdata.entity; |
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableName; |
||||
import lombok.Data; |
||||
import io.swagger.annotations.ApiModel; |
||||
import io.swagger.annotations.ApiModelProperty; |
||||
import lombok.EqualsAndHashCode; |
||||
import org.springblade.core.tenant.mp.TenantEntity; |
||||
|
||||
/** |
||||
* 门店品牌中间表 实体类 |
||||
* |
||||
* @author cyz |
||||
* @since 2023-05-16 |
||||
*/ |
||||
@Data |
||||
@TableName("logpm_basicdata_store_brand") |
||||
@ApiModel(value = "BasicdataStoreBrand对象", description = "门店品牌中间表") |
||||
@EqualsAndHashCode(callSuper = true) |
||||
public class BasicdataStoreBrandEntity extends TenantEntity { |
||||
|
||||
|
||||
} |
@ -0,0 +1,39 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.basicdata.entity; |
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableName; |
||||
import lombok.Data; |
||||
import io.swagger.annotations.ApiModel; |
||||
import io.swagger.annotations.ApiModelProperty; |
||||
import lombok.EqualsAndHashCode; |
||||
import org.springblade.core.tenant.mp.TenantEntity; |
||||
|
||||
/** |
||||
* 基础门店联系人表 实体类 |
||||
* |
||||
* @author cyz |
||||
* @since 2023-05-16 |
||||
*/ |
||||
@Data |
||||
@TableName("logpm_basicdata_store_contact") |
||||
@ApiModel(value = "BasicdataStoreContact对象", description = "基础门店联系人表") |
||||
@EqualsAndHashCode(callSuper = true) |
||||
public class BasicdataStoreContactEntity extends TenantEntity { |
||||
|
||||
|
||||
} |
@ -0,0 +1,39 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.basicdata.entity; |
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableName; |
||||
import lombok.Data; |
||||
import io.swagger.annotations.ApiModel; |
||||
import io.swagger.annotations.ApiModelProperty; |
||||
import lombok.EqualsAndHashCode; |
||||
import org.springblade.core.tenant.mp.TenantEntity; |
||||
|
||||
/** |
||||
* 区域品牌价格表 实体类 |
||||
* |
||||
* @author cyz |
||||
* @since 2023-05-16 |
||||
*/ |
||||
@Data |
||||
@TableName("logpm_basicdata_zone_price") |
||||
@ApiModel(value = "BasicdataZonePrice对象", description = "区域品牌价格表") |
||||
@EqualsAndHashCode(callSuper = true) |
||||
public class BasicdataZonePriceEntity extends TenantEntity { |
||||
|
||||
|
||||
} |
@ -1,49 +0,0 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.basicdata.feign; |
||||
|
||||
import org.springblade.core.mp.support.BladePage; |
||||
import com.logpm.basicdata.entity.BasicStoreBrandEntity; |
||||
import org.springframework.cloud.openfeign.FeignClient; |
||||
import org.springframework.web.bind.annotation.GetMapping; |
||||
import org.springframework.web.bind.annotation.RequestParam; |
||||
|
||||
/** |
||||
* 基础品牌表 Feign接口类 |
||||
* |
||||
* @author cyz |
||||
* @since 2023-05-15 |
||||
*/ |
||||
@FeignClient( |
||||
value = "basicBrand" |
||||
) |
||||
public interface IBasicStoreBrandClient { |
||||
|
||||
String API_PREFIX = "/client"; |
||||
String TOP = API_PREFIX + "/top4"; |
||||
|
||||
/** |
||||
* 获取基础品牌表列表 |
||||
* |
||||
* @param current 页号 |
||||
* @param size 页数 |
||||
* @return BladePage |
||||
*/ |
||||
@GetMapping(TOP) |
||||
BladePage<BasicStoreBrandEntity> top(@RequestParam("current") Integer current, @RequestParam("size") Integer size); |
||||
|
||||
} |
@ -0,0 +1,49 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.basicdata.feign; |
||||
|
||||
import org.springblade.core.mp.support.BladePage; |
||||
import com.logpm.basicdata.entity.BasicdataStoreBrandEntity; |
||||
import org.springframework.cloud.openfeign.FeignClient; |
||||
import org.springframework.web.bind.annotation.GetMapping; |
||||
import org.springframework.web.bind.annotation.RequestParam; |
||||
|
||||
/** |
||||
* 门店品牌中间表 Feign接口类 |
||||
* |
||||
* @author cyz |
||||
* @since 2023-05-16 |
||||
*/ |
||||
@FeignClient( |
||||
value = "blade-basicdataStoreBrand" |
||||
) |
||||
public interface IBasicdataStoreBrandClient { |
||||
|
||||
String API_PREFIX = "/client"; |
||||
String TOP = API_PREFIX + "/top7"; |
||||
|
||||
/** |
||||
* 获取门店品牌中间表列表 |
||||
* |
||||
* @param current 页号 |
||||
* @param size 页数 |
||||
* @return BladePage |
||||
*/ |
||||
@GetMapping(TOP) |
||||
BladePage<BasicdataStoreBrandEntity> top(@RequestParam("current") Integer current, @RequestParam("size") Integer size); |
||||
|
||||
} |
@ -1,150 +0,0 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.basicdata.controller; |
||||
|
||||
import io.swagger.annotations.Api; |
||||
import io.swagger.annotations.ApiOperation; |
||||
import io.swagger.annotations.ApiParam; |
||||
import com.github.xiaoymin.knife4j.annotations.ApiOperationSupport; |
||||
import lombok.AllArgsConstructor; |
||||
import javax.validation.Valid; |
||||
|
||||
import org.springblade.core.secure.BladeUser; |
||||
import org.springblade.core.mp.support.Condition; |
||||
import org.springblade.core.mp.support.Query; |
||||
import org.springblade.core.tool.api.R; |
||||
import org.springblade.core.tool.utils.Func; |
||||
import org.springframework.web.bind.annotation.*; |
||||
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; |
||||
import com.baomidou.mybatisplus.core.metadata.IPage; |
||||
import com.logpm.basicdata.entity.BasicHistoricalContractEntity; |
||||
import com.logpm.basicdata.vo.BasicHistoricalContractVO; |
||||
import com.logpm.basicdata.excel.BasicHistoricalContractExcel; |
||||
import com.logpm.basicdata.service.IBasicHistoricalContractService; |
||||
import org.springblade.core.boot.ctrl.BladeController; |
||||
import org.springblade.core.tool.utils.DateUtil; |
||||
import org.springblade.core.excel.util.ExcelUtil; |
||||
import org.springblade.core.tool.constant.BladeConstant; |
||||
import springfox.documentation.annotations.ApiIgnore; |
||||
import java.util.Map; |
||||
import java.util.List; |
||||
import javax.servlet.http.HttpServletResponse; |
||||
|
||||
/** |
||||
* 客户历史合同记录 控制器 |
||||
* |
||||
* @author cyz |
||||
* @since 2023-05-15 |
||||
*/ |
||||
@RestController |
||||
@AllArgsConstructor |
||||
@RequestMapping("/basicHistoricalContract") |
||||
@Api(value = "客户历史合同记录", tags = "客户历史合同记录接口") |
||||
public class BasicHistoricalContractController extends BladeController { |
||||
|
||||
private final IBasicHistoricalContractService basicHistoricalContractService; |
||||
|
||||
/** |
||||
* 客户历史合同记录 详情 |
||||
*/ |
||||
@GetMapping("/detail") |
||||
@ApiOperationSupport(order = 1) |
||||
@ApiOperation(value = "详情", notes = "传入basicHistoricalContract") |
||||
public R<BasicHistoricalContractEntity> detail(BasicHistoricalContractEntity basicHistoricalContract) { |
||||
BasicHistoricalContractEntity detail = basicHistoricalContractService.getOne(Condition.getQueryWrapper(basicHistoricalContract)); |
||||
return R.data(detail); |
||||
} |
||||
/** |
||||
* 客户历史合同记录 分页 |
||||
*/ |
||||
@GetMapping("/list") |
||||
@ApiOperationSupport(order = 2) |
||||
@ApiOperation(value = "分页", notes = "传入basicHistoricalContract") |
||||
public R<IPage<BasicHistoricalContractEntity>> list(@ApiIgnore @RequestParam Map<String, Object> basicHistoricalContract, Query query) { |
||||
IPage<BasicHistoricalContractEntity> pages = basicHistoricalContractService.page(Condition.getPage(query), Condition.getQueryWrapper(basicHistoricalContract, BasicHistoricalContractEntity.class)); |
||||
return R.data(pages); |
||||
} |
||||
|
||||
/** |
||||
* 客户历史合同记录 自定义分页 |
||||
*/ |
||||
@GetMapping("/page") |
||||
@ApiOperationSupport(order = 3) |
||||
@ApiOperation(value = "分页", notes = "传入basicHistoricalContract") |
||||
public R<IPage<BasicHistoricalContractVO>> page(BasicHistoricalContractVO basicHistoricalContract, Query query) { |
||||
IPage<BasicHistoricalContractVO> pages = basicHistoricalContractService.selectBasicHistoricalContractPage(Condition.getPage(query), basicHistoricalContract); |
||||
return R.data(pages); |
||||
} |
||||
|
||||
/** |
||||
* 客户历史合同记录 新增 |
||||
*/ |
||||
@PostMapping("/save") |
||||
@ApiOperationSupport(order = 4) |
||||
@ApiOperation(value = "新增", notes = "传入basicHistoricalContract") |
||||
public R save(@Valid @RequestBody BasicHistoricalContractEntity basicHistoricalContract) { |
||||
return R.status(basicHistoricalContractService.save(basicHistoricalContract)); |
||||
} |
||||
|
||||
/** |
||||
* 客户历史合同记录 修改 |
||||
*/ |
||||
@PostMapping("/update") |
||||
@ApiOperationSupport(order = 5) |
||||
@ApiOperation(value = "修改", notes = "传入basicHistoricalContract") |
||||
public R update(@Valid @RequestBody BasicHistoricalContractEntity basicHistoricalContract) { |
||||
return R.status(basicHistoricalContractService.updateById(basicHistoricalContract)); |
||||
} |
||||
|
||||
/** |
||||
* 客户历史合同记录 新增或修改 |
||||
*/ |
||||
@PostMapping("/submit") |
||||
@ApiOperationSupport(order = 6) |
||||
@ApiOperation(value = "新增或修改", notes = "传入basicHistoricalContract") |
||||
public R submit(@Valid @RequestBody BasicHistoricalContractEntity basicHistoricalContract) { |
||||
return R.status(basicHistoricalContractService.saveOrUpdate(basicHistoricalContract)); |
||||
} |
||||
|
||||
/** |
||||
* 客户历史合同记录 删除 |
||||
*/ |
||||
@PostMapping("/remove") |
||||
@ApiOperationSupport(order = 7) |
||||
@ApiOperation(value = "逻辑删除", notes = "传入ids") |
||||
public R remove(@ApiParam(value = "主键集合", required = true) @RequestParam String ids) { |
||||
return R.status(basicHistoricalContractService.deleteLogic(Func.toLongList(ids))); |
||||
} |
||||
|
||||
|
||||
/** |
||||
* 导出数据 |
||||
*/ |
||||
@GetMapping("/export-basicHistoricalContract") |
||||
@ApiOperationSupport(order = 9) |
||||
@ApiOperation(value = "导出数据", notes = "传入basicHistoricalContract") |
||||
public void exportBasicHistoricalContract(@ApiIgnore @RequestParam Map<String, Object> basicHistoricalContract, BladeUser bladeUser, HttpServletResponse response) { |
||||
QueryWrapper<BasicHistoricalContractEntity> queryWrapper = Condition.getQueryWrapper(basicHistoricalContract, BasicHistoricalContractEntity.class); |
||||
//if (!AuthUtil.isAdministrator()) {
|
||||
// queryWrapper.lambda().eq(BasicHistoricalContract::getTenantId, bladeUser.getTenantId());
|
||||
//}
|
||||
queryWrapper.lambda().eq(BasicHistoricalContractEntity::getIsDeleted, BladeConstant.DB_NOT_DELETED); |
||||
List<BasicHistoricalContractExcel> list = basicHistoricalContractService.exportBasicHistoricalContract(queryWrapper); |
||||
ExcelUtil.export(response, "客户历史合同记录数据" + DateUtil.time(), "客户历史合同记录数据表", list, BasicHistoricalContractExcel.class); |
||||
} |
||||
|
||||
} |
@ -1,150 +0,0 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.basicdata.controller; |
||||
|
||||
import io.swagger.annotations.Api; |
||||
import io.swagger.annotations.ApiOperation; |
||||
import io.swagger.annotations.ApiParam; |
||||
import com.github.xiaoymin.knife4j.annotations.ApiOperationSupport; |
||||
import lombok.AllArgsConstructor; |
||||
import javax.validation.Valid; |
||||
|
||||
import org.springblade.core.secure.BladeUser; |
||||
import org.springblade.core.mp.support.Condition; |
||||
import org.springblade.core.mp.support.Query; |
||||
import org.springblade.core.tool.api.R; |
||||
import org.springblade.core.tool.utils.Func; |
||||
import org.springframework.web.bind.annotation.*; |
||||
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; |
||||
import com.baomidou.mybatisplus.core.metadata.IPage; |
||||
import com.logpm.basicdata.entity.BasicStorageServicesEntity; |
||||
import com.logpm.basicdata.vo.BasicStorageServicesVO; |
||||
import com.logpm.basicdata.excel.BasicStorageServicesExcel; |
||||
import com.logpm.basicdata.service.IBasicStorageServicesService; |
||||
import org.springblade.core.boot.ctrl.BladeController; |
||||
import org.springblade.core.tool.utils.DateUtil; |
||||
import org.springblade.core.excel.util.ExcelUtil; |
||||
import org.springblade.core.tool.constant.BladeConstant; |
||||
import springfox.documentation.annotations.ApiIgnore; |
||||
import java.util.Map; |
||||
import java.util.List; |
||||
import javax.servlet.http.HttpServletResponse; |
||||
|
||||
/** |
||||
* 门店服务仓库表 控制器 |
||||
* |
||||
* @author cyz |
||||
* @since 2023-05-15 |
||||
*/ |
||||
@RestController |
||||
@AllArgsConstructor |
||||
@RequestMapping("/basicStorageServices") |
||||
@Api(value = "门店服务仓库表", tags = "门店服务仓库表接口") |
||||
public class BasicStorageServicesController extends BladeController { |
||||
|
||||
private final IBasicStorageServicesService basicStorageServicesService; |
||||
|
||||
/** |
||||
* 门店服务仓库表 详情 |
||||
*/ |
||||
@GetMapping("/detail") |
||||
@ApiOperationSupport(order = 1) |
||||
@ApiOperation(value = "详情", notes = "传入basicStorageServices") |
||||
public R<BasicStorageServicesEntity> detail(BasicStorageServicesEntity basicStorageServices) { |
||||
BasicStorageServicesEntity detail = basicStorageServicesService.getOne(Condition.getQueryWrapper(basicStorageServices)); |
||||
return R.data(detail); |
||||
} |
||||
/** |
||||
* 门店服务仓库表 分页 |
||||
*/ |
||||
@GetMapping("/list") |
||||
@ApiOperationSupport(order = 2) |
||||
@ApiOperation(value = "分页", notes = "传入basicStorageServices") |
||||
public R<IPage<BasicStorageServicesEntity>> list(@ApiIgnore @RequestParam Map<String, Object> basicStorageServices, Query query) { |
||||
IPage<BasicStorageServicesEntity> pages = basicStorageServicesService.page(Condition.getPage(query), Condition.getQueryWrapper(basicStorageServices, BasicStorageServicesEntity.class)); |
||||
return R.data(pages); |
||||
} |
||||
|
||||
/** |
||||
* 门店服务仓库表 自定义分页 |
||||
*/ |
||||
@GetMapping("/page") |
||||
@ApiOperationSupport(order = 3) |
||||
@ApiOperation(value = "分页", notes = "传入basicStorageServices") |
||||
public R<IPage<BasicStorageServicesVO>> page(BasicStorageServicesVO basicStorageServices, Query query) { |
||||
IPage<BasicStorageServicesVO> pages = basicStorageServicesService.selectBasicStorageServicesPage(Condition.getPage(query), basicStorageServices); |
||||
return R.data(pages); |
||||
} |
||||
|
||||
/** |
||||
* 门店服务仓库表 新增 |
||||
*/ |
||||
@PostMapping("/save") |
||||
@ApiOperationSupport(order = 4) |
||||
@ApiOperation(value = "新增", notes = "传入basicStorageServices") |
||||
public R save(@Valid @RequestBody BasicStorageServicesEntity basicStorageServices) { |
||||
return R.status(basicStorageServicesService.save(basicStorageServices)); |
||||
} |
||||
|
||||
/** |
||||
* 门店服务仓库表 修改 |
||||
*/ |
||||
@PostMapping("/update") |
||||
@ApiOperationSupport(order = 5) |
||||
@ApiOperation(value = "修改", notes = "传入basicStorageServices") |
||||
public R update(@Valid @RequestBody BasicStorageServicesEntity basicStorageServices) { |
||||
return R.status(basicStorageServicesService.updateById(basicStorageServices)); |
||||
} |
||||
|
||||
/** |
||||
* 门店服务仓库表 新增或修改 |
||||
*/ |
||||
@PostMapping("/submit") |
||||
@ApiOperationSupport(order = 6) |
||||
@ApiOperation(value = "新增或修改", notes = "传入basicStorageServices") |
||||
public R submit(@Valid @RequestBody BasicStorageServicesEntity basicStorageServices) { |
||||
return R.status(basicStorageServicesService.saveOrUpdate(basicStorageServices)); |
||||
} |
||||
|
||||
/** |
||||
* 门店服务仓库表 删除 |
||||
*/ |
||||
@PostMapping("/remove") |
||||
@ApiOperationSupport(order = 7) |
||||
@ApiOperation(value = "逻辑删除", notes = "传入ids") |
||||
public R remove(@ApiParam(value = "主键集合", required = true) @RequestParam String ids) { |
||||
return R.status(basicStorageServicesService.deleteLogic(Func.toLongList(ids))); |
||||
} |
||||
|
||||
|
||||
/** |
||||
* 导出数据 |
||||
*/ |
||||
@GetMapping("/export-basicStorageServices") |
||||
@ApiOperationSupport(order = 9) |
||||
@ApiOperation(value = "导出数据", notes = "传入basicStorageServices") |
||||
public void exportBasicStorageServices(@ApiIgnore @RequestParam Map<String, Object> basicStorageServices, BladeUser bladeUser, HttpServletResponse response) { |
||||
QueryWrapper<BasicStorageServicesEntity> queryWrapper = Condition.getQueryWrapper(basicStorageServices, BasicStorageServicesEntity.class); |
||||
//if (!AuthUtil.isAdministrator()) {
|
||||
// queryWrapper.lambda().eq(BasicStorageServices::getTenantId, bladeUser.getTenantId());
|
||||
//}
|
||||
queryWrapper.lambda().eq(BasicStorageServicesEntity::getIsDeleted, BladeConstant.DB_NOT_DELETED); |
||||
List<BasicStorageServicesExcel> list = basicStorageServicesService.exportBasicStorageServices(queryWrapper); |
||||
ExcelUtil.export(response, "门店服务仓库表数据" + DateUtil.time(), "门店服务仓库表数据表", list, BasicStorageServicesExcel.class); |
||||
} |
||||
|
||||
} |
@ -0,0 +1,150 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.basicdata.controller; |
||||
|
||||
import io.swagger.annotations.Api; |
||||
import io.swagger.annotations.ApiOperation; |
||||
import io.swagger.annotations.ApiParam; |
||||
import com.github.xiaoymin.knife4j.annotations.ApiOperationSupport; |
||||
import lombok.AllArgsConstructor; |
||||
import javax.validation.Valid; |
||||
|
||||
import org.springblade.core.secure.BladeUser; |
||||
import org.springblade.core.mp.support.Condition; |
||||
import org.springblade.core.mp.support.Query; |
||||
import org.springblade.core.tool.api.R; |
||||
import org.springblade.core.tool.utils.Func; |
||||
import org.springframework.web.bind.annotation.*; |
||||
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; |
||||
import com.baomidou.mybatisplus.core.metadata.IPage; |
||||
import com.logpm.basicdata.entity.BasicdataHistoricalContractEntity; |
||||
import com.logpm.basicdata.vo.BasicdataHistoricalContractVO; |
||||
import com.logpm.basicdata.excel.BasicdataHistoricalContractExcel; |
||||
import com.logpm.basicdata.service.IBasicdataHistoricalContractService; |
||||
import org.springblade.core.boot.ctrl.BladeController; |
||||
import org.springblade.core.tool.utils.DateUtil; |
||||
import org.springblade.core.excel.util.ExcelUtil; |
||||
import org.springblade.core.tool.constant.BladeConstant; |
||||
import springfox.documentation.annotations.ApiIgnore; |
||||
import java.util.Map; |
||||
import java.util.List; |
||||
import javax.servlet.http.HttpServletResponse; |
||||
|
||||
/** |
||||
* 客户历史合同记录 控制器 |
||||
* |
||||
* @author cyz |
||||
* @since 2023-05-16 |
||||
*/ |
||||
@RestController |
||||
@AllArgsConstructor |
||||
@RequestMapping("/basicdataHistoricalContract") |
||||
@Api(value = "客户历史合同记录", tags = "客户历史合同记录接口") |
||||
public class BasicdataHistoricalContractController extends BladeController { |
||||
|
||||
private final IBasicdataHistoricalContractService basicdataHistoricalContractService; |
||||
|
||||
/** |
||||
* 客户历史合同记录 详情 |
||||
*/ |
||||
@GetMapping("/detail") |
||||
@ApiOperationSupport(order = 1) |
||||
@ApiOperation(value = "详情", notes = "传入basicdataHistoricalContract") |
||||
public R<BasicdataHistoricalContractEntity> detail(BasicdataHistoricalContractEntity basicdataHistoricalContract) { |
||||
BasicdataHistoricalContractEntity detail = basicdataHistoricalContractService.getOne(Condition.getQueryWrapper(basicdataHistoricalContract)); |
||||
return R.data(detail); |
||||
} |
||||
/** |
||||
* 客户历史合同记录 分页 |
||||
*/ |
||||
@GetMapping("/list") |
||||
@ApiOperationSupport(order = 2) |
||||
@ApiOperation(value = "分页", notes = "传入basicdataHistoricalContract") |
||||
public R<IPage<BasicdataHistoricalContractEntity>> list(@ApiIgnore @RequestParam Map<String, Object> basicdataHistoricalContract, Query query) { |
||||
IPage<BasicdataHistoricalContractEntity> pages = basicdataHistoricalContractService.page(Condition.getPage(query), Condition.getQueryWrapper(basicdataHistoricalContract, BasicdataHistoricalContractEntity.class)); |
||||
return R.data(pages); |
||||
} |
||||
|
||||
/** |
||||
* 客户历史合同记录 自定义分页 |
||||
*/ |
||||
@GetMapping("/page") |
||||
@ApiOperationSupport(order = 3) |
||||
@ApiOperation(value = "分页", notes = "传入basicdataHistoricalContract") |
||||
public R<IPage<BasicdataHistoricalContractVO>> page(BasicdataHistoricalContractVO basicdataHistoricalContract, Query query) { |
||||
IPage<BasicdataHistoricalContractVO> pages = basicdataHistoricalContractService.selectBasicdataHistoricalContractPage(Condition.getPage(query), basicdataHistoricalContract); |
||||
return R.data(pages); |
||||
} |
||||
|
||||
/** |
||||
* 客户历史合同记录 新增 |
||||
*/ |
||||
@PostMapping("/save") |
||||
@ApiOperationSupport(order = 4) |
||||
@ApiOperation(value = "新增", notes = "传入basicdataHistoricalContract") |
||||
public R save(@Valid @RequestBody BasicdataHistoricalContractEntity basicdataHistoricalContract) { |
||||
return R.status(basicdataHistoricalContractService.save(basicdataHistoricalContract)); |
||||
} |
||||
|
||||
/** |
||||
* 客户历史合同记录 修改 |
||||
*/ |
||||
@PostMapping("/update") |
||||
@ApiOperationSupport(order = 5) |
||||
@ApiOperation(value = "修改", notes = "传入basicdataHistoricalContract") |
||||
public R update(@Valid @RequestBody BasicdataHistoricalContractEntity basicdataHistoricalContract) { |
||||
return R.status(basicdataHistoricalContractService.updateById(basicdataHistoricalContract)); |
||||
} |
||||
|
||||
/** |
||||
* 客户历史合同记录 新增或修改 |
||||
*/ |
||||
@PostMapping("/submit") |
||||
@ApiOperationSupport(order = 6) |
||||
@ApiOperation(value = "新增或修改", notes = "传入basicdataHistoricalContract") |
||||
public R submit(@Valid @RequestBody BasicdataHistoricalContractEntity basicdataHistoricalContract) { |
||||
return R.status(basicdataHistoricalContractService.saveOrUpdate(basicdataHistoricalContract)); |
||||
} |
||||
|
||||
/** |
||||
* 客户历史合同记录 删除 |
||||
*/ |
||||
@PostMapping("/remove") |
||||
@ApiOperationSupport(order = 7) |
||||
@ApiOperation(value = "逻辑删除", notes = "传入ids") |
||||
public R remove(@ApiParam(value = "主键集合", required = true) @RequestParam String ids) { |
||||
return R.status(basicdataHistoricalContractService.deleteLogic(Func.toLongList(ids))); |
||||
} |
||||
|
||||
|
||||
/** |
||||
* 导出数据 |
||||
*/ |
||||
@GetMapping("/export-basicdataHistoricalContract") |
||||
@ApiOperationSupport(order = 9) |
||||
@ApiOperation(value = "导出数据", notes = "传入basicdataHistoricalContract") |
||||
public void exportBasicdataHistoricalContract(@ApiIgnore @RequestParam Map<String, Object> basicdataHistoricalContract, BladeUser bladeUser, HttpServletResponse response) { |
||||
QueryWrapper<BasicdataHistoricalContractEntity> queryWrapper = Condition.getQueryWrapper(basicdataHistoricalContract, BasicdataHistoricalContractEntity.class); |
||||
//if (!AuthUtil.isAdministrator()) {
|
||||
// queryWrapper.lambda().eq(BasicdataHistoricalContract::getTenantId, bladeUser.getTenantId());
|
||||
//}
|
||||
queryWrapper.lambda().eq(BasicdataHistoricalContractEntity::getIsDeleted, BladeConstant.DB_NOT_DELETED); |
||||
List<BasicdataHistoricalContractExcel> list = basicdataHistoricalContractService.exportBasicdataHistoricalContract(queryWrapper); |
||||
ExcelUtil.export(response, "客户历史合同记录数据" + DateUtil.time(), "客户历史合同记录数据表", list, BasicdataHistoricalContractExcel.class); |
||||
} |
||||
|
||||
} |
@ -0,0 +1,150 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.basicdata.controller; |
||||
|
||||
import io.swagger.annotations.Api; |
||||
import io.swagger.annotations.ApiOperation; |
||||
import io.swagger.annotations.ApiParam; |
||||
import com.github.xiaoymin.knife4j.annotations.ApiOperationSupport; |
||||
import lombok.AllArgsConstructor; |
||||
import javax.validation.Valid; |
||||
|
||||
import org.springblade.core.secure.BladeUser; |
||||
import org.springblade.core.mp.support.Condition; |
||||
import org.springblade.core.mp.support.Query; |
||||
import org.springblade.core.tool.api.R; |
||||
import org.springblade.core.tool.utils.Func; |
||||
import org.springframework.web.bind.annotation.*; |
||||
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; |
||||
import com.baomidou.mybatisplus.core.metadata.IPage; |
||||
import com.logpm.basicdata.entity.BasicdataStorageServicesEntity; |
||||
import com.logpm.basicdata.vo.BasicdataStorageServicesVO; |
||||
import com.logpm.basicdata.excel.BasicdataStorageServicesExcel; |
||||
import com.logpm.basicdata.service.IBasicdataStorageServicesService; |
||||
import org.springblade.core.boot.ctrl.BladeController; |
||||
import org.springblade.core.tool.utils.DateUtil; |
||||
import org.springblade.core.excel.util.ExcelUtil; |
||||
import org.springblade.core.tool.constant.BladeConstant; |
||||
import springfox.documentation.annotations.ApiIgnore; |
||||
import java.util.Map; |
||||
import java.util.List; |
||||
import javax.servlet.http.HttpServletResponse; |
||||
|
||||
/** |
||||
* 门店服务仓库表 控制器 |
||||
* |
||||
* @author cyz |
||||
* @since 2023-05-16 |
||||
*/ |
||||
@RestController |
||||
@AllArgsConstructor |
||||
@RequestMapping("/basicdataStorageServices") |
||||
@Api(value = "门店服务仓库表", tags = "门店服务仓库表接口") |
||||
public class BasicdataStorageServicesController extends BladeController { |
||||
|
||||
private final IBasicdataStorageServicesService basicdataStorageServicesService; |
||||
|
||||
/** |
||||
* 门店服务仓库表 详情 |
||||
*/ |
||||
@GetMapping("/detail") |
||||
@ApiOperationSupport(order = 1) |
||||
@ApiOperation(value = "详情", notes = "传入basicdataStorageServices") |
||||
public R<BasicdataStorageServicesEntity> detail(BasicdataStorageServicesEntity basicdataStorageServices) { |
||||
BasicdataStorageServicesEntity detail = basicdataStorageServicesService.getOne(Condition.getQueryWrapper(basicdataStorageServices)); |
||||
return R.data(detail); |
||||
} |
||||
/** |
||||
* 门店服务仓库表 分页 |
||||
*/ |
||||
@GetMapping("/list") |
||||
@ApiOperationSupport(order = 2) |
||||
@ApiOperation(value = "分页", notes = "传入basicdataStorageServices") |
||||
public R<IPage<BasicdataStorageServicesEntity>> list(@ApiIgnore @RequestParam Map<String, Object> basicdataStorageServices, Query query) { |
||||
IPage<BasicdataStorageServicesEntity> pages = basicdataStorageServicesService.page(Condition.getPage(query), Condition.getQueryWrapper(basicdataStorageServices, BasicdataStorageServicesEntity.class)); |
||||
return R.data(pages); |
||||
} |
||||
|
||||
/** |
||||
* 门店服务仓库表 自定义分页 |
||||
*/ |
||||
@GetMapping("/page") |
||||
@ApiOperationSupport(order = 3) |
||||
@ApiOperation(value = "分页", notes = "传入basicdataStorageServices") |
||||
public R<IPage<BasicdataStorageServicesVO>> page(BasicdataStorageServicesVO basicdataStorageServices, Query query) { |
||||
IPage<BasicdataStorageServicesVO> pages = basicdataStorageServicesService.selectBasicdataStorageServicesPage(Condition.getPage(query), basicdataStorageServices); |
||||
return R.data(pages); |
||||
} |
||||
|
||||
/** |
||||
* 门店服务仓库表 新增 |
||||
*/ |
||||
@PostMapping("/save") |
||||
@ApiOperationSupport(order = 4) |
||||
@ApiOperation(value = "新增", notes = "传入basicdataStorageServices") |
||||
public R save(@Valid @RequestBody BasicdataStorageServicesEntity basicdataStorageServices) { |
||||
return R.status(basicdataStorageServicesService.save(basicdataStorageServices)); |
||||
} |
||||
|
||||
/** |
||||
* 门店服务仓库表 修改 |
||||
*/ |
||||
@PostMapping("/update") |
||||
@ApiOperationSupport(order = 5) |
||||
@ApiOperation(value = "修改", notes = "传入basicdataStorageServices") |
||||
public R update(@Valid @RequestBody BasicdataStorageServicesEntity basicdataStorageServices) { |
||||
return R.status(basicdataStorageServicesService.updateById(basicdataStorageServices)); |
||||
} |
||||
|
||||
/** |
||||
* 门店服务仓库表 新增或修改 |
||||
*/ |
||||
@PostMapping("/submit") |
||||
@ApiOperationSupport(order = 6) |
||||
@ApiOperation(value = "新增或修改", notes = "传入basicdataStorageServices") |
||||
public R submit(@Valid @RequestBody BasicdataStorageServicesEntity basicdataStorageServices) { |
||||
return R.status(basicdataStorageServicesService.saveOrUpdate(basicdataStorageServices)); |
||||
} |
||||
|
||||
/** |
||||
* 门店服务仓库表 删除 |
||||
*/ |
||||
@PostMapping("/remove") |
||||
@ApiOperationSupport(order = 7) |
||||
@ApiOperation(value = "逻辑删除", notes = "传入ids") |
||||
public R remove(@ApiParam(value = "主键集合", required = true) @RequestParam String ids) { |
||||
return R.status(basicdataStorageServicesService.deleteLogic(Func.toLongList(ids))); |
||||
} |
||||
|
||||
|
||||
/** |
||||
* 导出数据 |
||||
*/ |
||||
@GetMapping("/export-basicdataStorageServices") |
||||
@ApiOperationSupport(order = 9) |
||||
@ApiOperation(value = "导出数据", notes = "传入basicdataStorageServices") |
||||
public void exportBasicdataStorageServices(@ApiIgnore @RequestParam Map<String, Object> basicdataStorageServices, BladeUser bladeUser, HttpServletResponse response) { |
||||
QueryWrapper<BasicdataStorageServicesEntity> queryWrapper = Condition.getQueryWrapper(basicdataStorageServices, BasicdataStorageServicesEntity.class); |
||||
//if (!AuthUtil.isAdministrator()) {
|
||||
// queryWrapper.lambda().eq(BasicdataStorageServices::getTenantId, bladeUser.getTenantId());
|
||||
//}
|
||||
queryWrapper.lambda().eq(BasicdataStorageServicesEntity::getIsDeleted, BladeConstant.DB_NOT_DELETED); |
||||
List<BasicdataStorageServicesExcel> list = basicdataStorageServicesService.exportBasicdataStorageServices(queryWrapper); |
||||
ExcelUtil.export(response, "门店服务仓库表数据" + DateUtil.time(), "门店服务仓库表数据表", list, BasicdataStorageServicesExcel.class); |
||||
} |
||||
|
||||
} |
@ -1,111 +0,0 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.basicdata.excel; |
||||
|
||||
|
||||
import lombok.Data; |
||||
|
||||
import java.util.Date; |
||||
import com.alibaba.excel.annotation.ExcelProperty; |
||||
import com.alibaba.excel.annotation.write.style.ColumnWidth; |
||||
import com.alibaba.excel.annotation.write.style.ContentRowHeight; |
||||
import com.alibaba.excel.annotation.write.style.HeadRowHeight; |
||||
import java.io.Serializable; |
||||
|
||||
|
||||
/** |
||||
* 基础品牌表 Excel实体类 |
||||
* |
||||
* @author cyz |
||||
* @since 2023-05-15 |
||||
*/ |
||||
@Data |
||||
@ColumnWidth(25) |
||||
@HeadRowHeight(20) |
||||
@ContentRowHeight(18) |
||||
public class BasicBrandExcel implements Serializable { |
||||
|
||||
private static final long serialVersionUID = 1L; |
||||
|
||||
/** |
||||
* 租户号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("租户号") |
||||
private String tenantId; |
||||
/** |
||||
* 是否已删除 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("是否已删除") |
||||
private Integer isDeleted; |
||||
/** |
||||
* 预留1 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留1") |
||||
private String reserve1; |
||||
/** |
||||
* 预留2 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留2") |
||||
private String reserve2; |
||||
/** |
||||
* 预留3 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留3") |
||||
private String reserve3; |
||||
/** |
||||
* 预留4 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留4") |
||||
private String reserve4; |
||||
/** |
||||
* 预留5 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留5") |
||||
private String reserve5; |
||||
/** |
||||
* 品牌名称 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("品牌名称") |
||||
private String brandName; |
||||
/** |
||||
* 品牌编号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("品牌编号") |
||||
private String brandCode; |
||||
/** |
||||
* 品牌图标 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("品牌图标") |
||||
private String brandIcon; |
||||
/** |
||||
* 承接时间 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("承接时间") |
||||
private Date acceptanceTime; |
||||
|
||||
} |
@ -1,238 +0,0 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.basicdata.excel; |
||||
|
||||
|
||||
import lombok.Data; |
||||
|
||||
import java.util.Date; |
||||
import java.math.BigDecimal; |
||||
import com.alibaba.excel.annotation.ExcelProperty; |
||||
import com.alibaba.excel.annotation.write.style.ColumnWidth; |
||||
import com.alibaba.excel.annotation.write.style.ContentRowHeight; |
||||
import com.alibaba.excel.annotation.write.style.HeadRowHeight; |
||||
import java.io.Serializable; |
||||
|
||||
|
||||
/** |
||||
* 基础价格记录表 Excel实体类 |
||||
* |
||||
* @author cyz |
||||
* @since 2023-05-15 |
||||
*/ |
||||
@Data |
||||
@ColumnWidth(25) |
||||
@HeadRowHeight(20) |
||||
@ContentRowHeight(18) |
||||
public class BasicFreightExcel implements Serializable { |
||||
|
||||
private static final long serialVersionUID = 1L; |
||||
|
||||
/** |
||||
* 租户号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("租户号") |
||||
private String tenantId; |
||||
/** |
||||
* 是否已删除 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("是否已删除") |
||||
private Integer isDeleted; |
||||
/** |
||||
* 预留1 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留1") |
||||
private String reserve1; |
||||
/** |
||||
* 预留2 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留2") |
||||
private String reserve2; |
||||
/** |
||||
* 预留3 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留3") |
||||
private String reserve3; |
||||
/** |
||||
* 预留4 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留4") |
||||
private String reserve4; |
||||
/** |
||||
* 预留5 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留5") |
||||
private String reserve5; |
||||
/** |
||||
* 计算方式;1件 2方 3公斤 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("计算方式;1件 2方 3公斤") |
||||
private Integer formulaMode; |
||||
/** |
||||
* 物品名称 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("物品名称") |
||||
private String itemName; |
||||
/** |
||||
* 门店品牌记录表 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("门店品牌记录表") |
||||
private String storeBrandId; |
||||
/** |
||||
* 运费 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("运费") |
||||
private BigDecimal freight; |
||||
/** |
||||
* 送货费用 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("送货费用") |
||||
private BigDecimal deliveryExpense; |
||||
/** |
||||
* 提货费用 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("提货费用") |
||||
private BigDecimal deliveryCharge; |
||||
/** |
||||
* 仓库管理费用 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("仓库管理费用") |
||||
private BigDecimal warehouseOverhead; |
||||
/** |
||||
* 仓储费用 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("仓储费用") |
||||
private BigDecimal storageCharge; |
||||
/** |
||||
* 装卸费用 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("装卸费用") |
||||
private BigDecimal terminalCharges; |
||||
/** |
||||
* 其他费用 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("其他费用") |
||||
private BigDecimal otherCharges; |
||||
/** |
||||
* 末端仓 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("末端仓") |
||||
private String singleColon; |
||||
/** |
||||
* 发货单位 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("发货单位") |
||||
private String forwardingUnit; |
||||
/** |
||||
* 门店 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("门店") |
||||
private String shop; |
||||
/** |
||||
* 品牌 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("品牌") |
||||
private String brand; |
||||
/** |
||||
* 服务类型;1 干 2干仓 3干仓配 4干配 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("服务类型;1 干 2干仓 3干仓配 4干配") |
||||
private Integer typeService; |
||||
/** |
||||
* 结算方;1 商场 2工厂 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("结算方;1 商场 2工厂") |
||||
private Integer clearingForm; |
||||
/** |
||||
* 一级品类 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("一级品类") |
||||
private String firstClassCategory; |
||||
/** |
||||
* 一口价 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("一口价") |
||||
private BigDecimal fixedPrice; |
||||
/** |
||||
* 干线费用 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("干线费用") |
||||
private BigDecimal trunkCharge; |
||||
/** |
||||
* 生效时间 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("生效时间") |
||||
private Date effectiveTime; |
||||
/** |
||||
* 截至时间 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("截至时间") |
||||
private Date expirationTime; |
||||
/** |
||||
* 类型 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("类型") |
||||
private String type; |
||||
/** |
||||
* 标识 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("标识") |
||||
private String identification; |
||||
/** |
||||
* 仓储时间端状态;1 0-30天 2 0-60天 3 60天以上 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("仓储时间端状态;1 0-30天 2 0-60天 3 60天以上") |
||||
private Integer warehousingTimeCharge; |
||||
/** |
||||
* 仓储时间端费用 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("仓储时间端费用") |
||||
private BigDecimal warehousingTimeStatus; |
||||
|
||||
} |
@ -1,111 +0,0 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.basicdata.excel; |
||||
|
||||
|
||||
import lombok.Data; |
||||
|
||||
import java.util.Date; |
||||
import com.alibaba.excel.annotation.ExcelProperty; |
||||
import com.alibaba.excel.annotation.write.style.ColumnWidth; |
||||
import com.alibaba.excel.annotation.write.style.ContentRowHeight; |
||||
import com.alibaba.excel.annotation.write.style.HeadRowHeight; |
||||
import java.io.Serializable; |
||||
|
||||
|
||||
/** |
||||
* 客户历史合同记录 Excel实体类 |
||||
* |
||||
* @author cyz |
||||
* @since 2023-05-15 |
||||
*/ |
||||
@Data |
||||
@ColumnWidth(25) |
||||
@HeadRowHeight(20) |
||||
@ContentRowHeight(18) |
||||
public class BasicHistoricalContractExcel implements Serializable { |
||||
|
||||
private static final long serialVersionUID = 1L; |
||||
|
||||
/** |
||||
* 租户号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("租户号") |
||||
private String tenantId; |
||||
/** |
||||
* 是否已删除 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("是否已删除") |
||||
private Integer isDeleted; |
||||
/** |
||||
* 预留1 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留1") |
||||
private String reserve1; |
||||
/** |
||||
* 预留2 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留2") |
||||
private String reserve2; |
||||
/** |
||||
* 预留3 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留3") |
||||
private String reserve3; |
||||
/** |
||||
* 预留4 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留4") |
||||
private String reserve4; |
||||
/** |
||||
* 预留5 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留5") |
||||
private String reserve5; |
||||
/** |
||||
* 客户id |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("客户id") |
||||
private String clientId; |
||||
/** |
||||
* 合同开始时间 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("合同开始时间") |
||||
private String contractStartTime; |
||||
/** |
||||
* 合同结束时间 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("合同结束时间") |
||||
private String contractEntTime; |
||||
/** |
||||
* 合同文件 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("合同文件") |
||||
private String leaseAccessories; |
||||
|
||||
} |
@ -1,153 +0,0 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.basicdata.excel; |
||||
|
||||
|
||||
import lombok.Data; |
||||
|
||||
import java.util.Date; |
||||
import com.alibaba.excel.annotation.ExcelProperty; |
||||
import com.alibaba.excel.annotation.write.style.ColumnWidth; |
||||
import com.alibaba.excel.annotation.write.style.ContentRowHeight; |
||||
import com.alibaba.excel.annotation.write.style.HeadRowHeight; |
||||
import java.io.Serializable; |
||||
|
||||
|
||||
/** |
||||
* 基础门店表 Excel实体类 |
||||
* |
||||
* @author cyz |
||||
* @since 2023-05-15 |
||||
*/ |
||||
@Data |
||||
@ColumnWidth(25) |
||||
@HeadRowHeight(20) |
||||
@ContentRowHeight(18) |
||||
public class BasicShopExcel implements Serializable { |
||||
|
||||
private static final long serialVersionUID = 1L; |
||||
|
||||
/** |
||||
* 租户号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("租户号") |
||||
private String tenantId; |
||||
/** |
||||
* 是否已删除 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("是否已删除") |
||||
private Integer isDeleted; |
||||
/** |
||||
* 预留1 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留1") |
||||
private String reserve1; |
||||
/** |
||||
* 预留2 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留2") |
||||
private String reserve2; |
||||
/** |
||||
* 预留3 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留3") |
||||
private String reserve3; |
||||
/** |
||||
* 预留4 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留4") |
||||
private String reserve4; |
||||
/** |
||||
* 预留5 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留5") |
||||
private String reserve5; |
||||
/** |
||||
* 客户ID |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("客户ID") |
||||
private String clientId; |
||||
/** |
||||
* 门店编码 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("门店编码") |
||||
private String storeCode; |
||||
/** |
||||
* 门店名称 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("门店名称") |
||||
private String storeName; |
||||
/** |
||||
* 联系人 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("联系人") |
||||
private String linkman; |
||||
/** |
||||
* 联系电话 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("联系电话") |
||||
private String phone; |
||||
/** |
||||
* 省 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("省") |
||||
private String bladeRegionProvinceId; |
||||
/** |
||||
* 城市 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("城市") |
||||
private String bladeRegionCityId; |
||||
/** |
||||
* 区 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("区") |
||||
private String bladeRegionAreaId; |
||||
/** |
||||
* 详细地址 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("详细地址") |
||||
private String detailedAddress; |
||||
/** |
||||
* 入驻时间 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("入驻时间") |
||||
private Date checkInTime; |
||||
/** |
||||
* 退出时间 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("退出时间") |
||||
private Date postSetTime; |
||||
|
||||
} |
@ -1,105 +0,0 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.basicdata.excel; |
||||
|
||||
|
||||
import lombok.Data; |
||||
|
||||
import java.util.Date; |
||||
import com.alibaba.excel.annotation.ExcelProperty; |
||||
import com.alibaba.excel.annotation.write.style.ColumnWidth; |
||||
import com.alibaba.excel.annotation.write.style.ContentRowHeight; |
||||
import com.alibaba.excel.annotation.write.style.HeadRowHeight; |
||||
import java.io.Serializable; |
||||
|
||||
|
||||
/** |
||||
* 门店服务仓库表 Excel实体类 |
||||
* |
||||
* @author cyz |
||||
* @since 2023-05-15 |
||||
*/ |
||||
@Data |
||||
@ColumnWidth(25) |
||||
@HeadRowHeight(20) |
||||
@ContentRowHeight(18) |
||||
public class BasicStorageServicesExcel implements Serializable { |
||||
|
||||
private static final long serialVersionUID = 1L; |
||||
|
||||
/** |
||||
* 租户号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("租户号") |
||||
private String tenantId; |
||||
/** |
||||
* 是否已删除 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("是否已删除") |
||||
private Integer isDeleted; |
||||
/** |
||||
* 预留1 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留1") |
||||
private String reserve1; |
||||
/** |
||||
* 预留2 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留2") |
||||
private String reserve2; |
||||
/** |
||||
* 预留3 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留3") |
||||
private String reserve3; |
||||
/** |
||||
* 预留4 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留4") |
||||
private String reserve4; |
||||
/** |
||||
* 预留5 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留5") |
||||
private String reserve5; |
||||
/** |
||||
* 门店ID |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("门店ID") |
||||
private String shopId; |
||||
/** |
||||
* 发货单位 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("发货单位") |
||||
private String forwardingUnit; |
||||
/** |
||||
* 服务仓库 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("服务仓库") |
||||
private String warehouseService; |
||||
|
||||
} |
@ -1,99 +0,0 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.basicdata.excel; |
||||
|
||||
|
||||
import lombok.Data; |
||||
|
||||
import java.util.Date; |
||||
import com.alibaba.excel.annotation.ExcelProperty; |
||||
import com.alibaba.excel.annotation.write.style.ColumnWidth; |
||||
import com.alibaba.excel.annotation.write.style.ContentRowHeight; |
||||
import com.alibaba.excel.annotation.write.style.HeadRowHeight; |
||||
import java.io.Serializable; |
||||
|
||||
|
||||
/** |
||||
* 门店品牌中间表 Excel实体类 |
||||
* |
||||
* @author cyz |
||||
* @since 2023-05-15 |
||||
*/ |
||||
@Data |
||||
@ColumnWidth(25) |
||||
@HeadRowHeight(20) |
||||
@ContentRowHeight(18) |
||||
public class BasicStoreBrandExcel implements Serializable { |
||||
|
||||
private static final long serialVersionUID = 1L; |
||||
|
||||
/** |
||||
* 租户号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("租户号") |
||||
private String tenantId; |
||||
/** |
||||
* 是否已删除 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("是否已删除") |
||||
private Integer isDeleted; |
||||
/** |
||||
* 预留1 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留1") |
||||
private String reserve1; |
||||
/** |
||||
* 预留2 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留2") |
||||
private String reserve2; |
||||
/** |
||||
* 预留3 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留3") |
||||
private String reserve3; |
||||
/** |
||||
* 预留4 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留4") |
||||
private String reserve4; |
||||
/** |
||||
* 预留5 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留5") |
||||
private String reserve5; |
||||
/** |
||||
* 门店ID |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("门店ID") |
||||
private String shopId; |
||||
/** |
||||
* 品牌ID |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("品牌ID") |
||||
private String brandId; |
||||
|
||||
} |
@ -1,105 +0,0 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.basicdata.excel; |
||||
|
||||
|
||||
import lombok.Data; |
||||
|
||||
import java.util.Date; |
||||
import com.alibaba.excel.annotation.ExcelProperty; |
||||
import com.alibaba.excel.annotation.write.style.ColumnWidth; |
||||
import com.alibaba.excel.annotation.write.style.ContentRowHeight; |
||||
import com.alibaba.excel.annotation.write.style.HeadRowHeight; |
||||
import java.io.Serializable; |
||||
|
||||
|
||||
/** |
||||
* 基础门店联系人表 Excel实体类 |
||||
* |
||||
* @author cyz |
||||
* @since 2023-05-15 |
||||
*/ |
||||
@Data |
||||
@ColumnWidth(25) |
||||
@HeadRowHeight(20) |
||||
@ContentRowHeight(18) |
||||
public class BasicStoreContactExcel implements Serializable { |
||||
|
||||
private static final long serialVersionUID = 1L; |
||||
|
||||
/** |
||||
* 租户号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("租户号") |
||||
private String tenantId; |
||||
/** |
||||
* 是否已删除 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("是否已删除") |
||||
private Integer isDeleted; |
||||
/** |
||||
* 预留1 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留1") |
||||
private String reserve1; |
||||
/** |
||||
* 预留2 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留2") |
||||
private String reserve2; |
||||
/** |
||||
* 预留3 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留3") |
||||
private String reserve3; |
||||
/** |
||||
* 预留4 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留4") |
||||
private String reserve4; |
||||
/** |
||||
* 预留5 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留5") |
||||
private String reserve5; |
||||
/** |
||||
* 门店ID |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("门店ID") |
||||
private String shopId; |
||||
/** |
||||
* 联系人 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("联系人") |
||||
private String linkman; |
||||
/** |
||||
* 联系电话 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("联系电话") |
||||
private String phone; |
||||
|
||||
} |
@ -1,154 +0,0 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.basicdata.excel; |
||||
|
||||
|
||||
import lombok.Data; |
||||
|
||||
import java.util.Date; |
||||
import java.math.BigDecimal; |
||||
import com.alibaba.excel.annotation.ExcelProperty; |
||||
import com.alibaba.excel.annotation.write.style.ColumnWidth; |
||||
import com.alibaba.excel.annotation.write.style.ContentRowHeight; |
||||
import com.alibaba.excel.annotation.write.style.HeadRowHeight; |
||||
import java.io.Serializable; |
||||
|
||||
|
||||
/** |
||||
* 区域品牌价格表 Excel实体类 |
||||
* |
||||
* @author cyz |
||||
* @since 2023-05-15 |
||||
*/ |
||||
@Data |
||||
@ColumnWidth(25) |
||||
@HeadRowHeight(20) |
||||
@ContentRowHeight(18) |
||||
public class BasicZonePriceExcel implements Serializable { |
||||
|
||||
private static final long serialVersionUID = 1L; |
||||
|
||||
/** |
||||
* 租户号 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("租户号") |
||||
private String tenantId; |
||||
/** |
||||
* 是否已删除 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("是否已删除") |
||||
private Integer isDeleted; |
||||
/** |
||||
* 预留1 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留1") |
||||
private String reserve1; |
||||
/** |
||||
* 预留2 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留2") |
||||
private String reserve2; |
||||
/** |
||||
* 预留3 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留3") |
||||
private String reserve3; |
||||
/** |
||||
* 预留4 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留4") |
||||
private String reserve4; |
||||
/** |
||||
* 预留5 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("预留5") |
||||
private String reserve5; |
||||
/** |
||||
* 省 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("省") |
||||
private String province; |
||||
/** |
||||
* 市 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("市") |
||||
private String city; |
||||
/** |
||||
* 区/县 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("区/县") |
||||
private String district; |
||||
/** |
||||
* 品牌 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("品牌") |
||||
private String brand; |
||||
/** |
||||
* 费用标识;1 运费 2 送货费用 3提货费用 4仓库管理费用 5 仓储费用 6装卸费用 7 其他费用 8仓储时间端费用 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("费用标识;1 运费 2 送货费用 3提货费用 4仓库管理费用 5 仓储费用 6装卸费用 7 其他费用 8仓储时间端费用") |
||||
private String freightMark; |
||||
/** |
||||
* 费用 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("费用") |
||||
private String cost; |
||||
/** |
||||
* 仓储时间端状态;1 0-30天 2 0-60天 3 60天以上 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("仓储时间端状态;1 0-30天 2 0-60天 3 60天以上") |
||||
private Integer warehousingTimeStatus; |
||||
/** |
||||
* 仓储时间端费用 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("仓储时间端费用") |
||||
private BigDecimal warehousingTimeCharge; |
||||
/** |
||||
* 末端仓 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("末端仓") |
||||
private String goalGranary; |
||||
/** |
||||
* 标识 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("标识") |
||||
private Integer identification; |
||||
/** |
||||
* 状态 |
||||
*/ |
||||
@ColumnWidth(20) |
||||
@ExcelProperty("状态") |
||||
private Integer condition; |
||||
|
||||
} |
@ -0,0 +1,44 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.basicdata.excel; |
||||
|
||||
|
||||
import lombok.Data; |
||||
|
||||
import com.alibaba.excel.annotation.ExcelProperty; |
||||
import com.alibaba.excel.annotation.write.style.ColumnWidth; |
||||
import com.alibaba.excel.annotation.write.style.ContentRowHeight; |
||||
import com.alibaba.excel.annotation.write.style.HeadRowHeight; |
||||
import java.io.Serializable; |
||||
|
||||
|
||||
/** |
||||
* 基础品牌表 Excel实体类 |
||||
* |
||||
* @author cyz |
||||
* @since 2023-05-16 |
||||
*/ |
||||
@Data |
||||
@ColumnWidth(25) |
||||
@HeadRowHeight(20) |
||||
@ContentRowHeight(18) |
||||
public class BasicdataBrandExcel implements Serializable { |
||||
|
||||
private static final long serialVersionUID = 1L; |
||||
|
||||
|
||||
} |
@ -0,0 +1,44 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.basicdata.excel; |
||||
|
||||
|
||||
import lombok.Data; |
||||
|
||||
import com.alibaba.excel.annotation.ExcelProperty; |
||||
import com.alibaba.excel.annotation.write.style.ColumnWidth; |
||||
import com.alibaba.excel.annotation.write.style.ContentRowHeight; |
||||
import com.alibaba.excel.annotation.write.style.HeadRowHeight; |
||||
import java.io.Serializable; |
||||
|
||||
|
||||
/** |
||||
* 基础价格记录表 Excel实体类 |
||||
* |
||||
* @author cyz |
||||
* @since 2023-05-16 |
||||
*/ |
||||
@Data |
||||
@ColumnWidth(25) |
||||
@HeadRowHeight(20) |
||||
@ContentRowHeight(18) |
||||
public class BasicdataFreightExcel implements Serializable { |
||||
|
||||
private static final long serialVersionUID = 1L; |
||||
|
||||
|
||||
} |
@ -0,0 +1,44 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.basicdata.excel; |
||||
|
||||
|
||||
import lombok.Data; |
||||
|
||||
import com.alibaba.excel.annotation.ExcelProperty; |
||||
import com.alibaba.excel.annotation.write.style.ColumnWidth; |
||||
import com.alibaba.excel.annotation.write.style.ContentRowHeight; |
||||
import com.alibaba.excel.annotation.write.style.HeadRowHeight; |
||||
import java.io.Serializable; |
||||
|
||||
|
||||
/** |
||||
* 客户历史合同记录 Excel实体类 |
||||
* |
||||
* @author cyz |
||||
* @since 2023-05-16 |
||||
*/ |
||||
@Data |
||||
@ColumnWidth(25) |
||||
@HeadRowHeight(20) |
||||
@ContentRowHeight(18) |
||||
public class BasicdataHistoricalContractExcel implements Serializable { |
||||
|
||||
private static final long serialVersionUID = 1L; |
||||
|
||||
|
||||
} |
@ -0,0 +1,44 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.basicdata.excel; |
||||
|
||||
|
||||
import lombok.Data; |
||||
|
||||
import com.alibaba.excel.annotation.ExcelProperty; |
||||
import com.alibaba.excel.annotation.write.style.ColumnWidth; |
||||
import com.alibaba.excel.annotation.write.style.ContentRowHeight; |
||||
import com.alibaba.excel.annotation.write.style.HeadRowHeight; |
||||
import java.io.Serializable; |
||||
|
||||
|
||||
/** |
||||
* 基础门店表 Excel实体类 |
||||
* |
||||
* @author cyz |
||||
* @since 2023-05-16 |
||||
*/ |
||||
@Data |
||||
@ColumnWidth(25) |
||||
@HeadRowHeight(20) |
||||
@ContentRowHeight(18) |
||||
public class BasicdataShopExcel implements Serializable { |
||||
|
||||
private static final long serialVersionUID = 1L; |
||||
|
||||
|
||||
} |
@ -0,0 +1,44 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.basicdata.excel; |
||||
|
||||
|
||||
import lombok.Data; |
||||
|
||||
import com.alibaba.excel.annotation.ExcelProperty; |
||||
import com.alibaba.excel.annotation.write.style.ColumnWidth; |
||||
import com.alibaba.excel.annotation.write.style.ContentRowHeight; |
||||
import com.alibaba.excel.annotation.write.style.HeadRowHeight; |
||||
import java.io.Serializable; |
||||
|
||||
|
||||
/** |
||||
* 门店服务仓库表 Excel实体类 |
||||
* |
||||
* @author cyz |
||||
* @since 2023-05-16 |
||||
*/ |
||||
@Data |
||||
@ColumnWidth(25) |
||||
@HeadRowHeight(20) |
||||
@ContentRowHeight(18) |
||||
public class BasicdataStorageServicesExcel implements Serializable { |
||||
|
||||
private static final long serialVersionUID = 1L; |
||||
|
||||
|
||||
} |
@ -0,0 +1,44 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.basicdata.excel; |
||||
|
||||
|
||||
import lombok.Data; |
||||
|
||||
import com.alibaba.excel.annotation.ExcelProperty; |
||||
import com.alibaba.excel.annotation.write.style.ColumnWidth; |
||||
import com.alibaba.excel.annotation.write.style.ContentRowHeight; |
||||
import com.alibaba.excel.annotation.write.style.HeadRowHeight; |
||||
import java.io.Serializable; |
||||
|
||||
|
||||
/** |
||||
* 门店品牌中间表 Excel实体类 |
||||
* |
||||
* @author cyz |
||||
* @since 2023-05-16 |
||||
*/ |
||||
@Data |
||||
@ColumnWidth(25) |
||||
@HeadRowHeight(20) |
||||
@ContentRowHeight(18) |
||||
public class BasicdataStoreBrandExcel implements Serializable { |
||||
|
||||
private static final long serialVersionUID = 1L; |
||||
|
||||
|
||||
} |
@ -0,0 +1,44 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.basicdata.excel; |
||||
|
||||
|
||||
import lombok.Data; |
||||
|
||||
import com.alibaba.excel.annotation.ExcelProperty; |
||||
import com.alibaba.excel.annotation.write.style.ColumnWidth; |
||||
import com.alibaba.excel.annotation.write.style.ContentRowHeight; |
||||
import com.alibaba.excel.annotation.write.style.HeadRowHeight; |
||||
import java.io.Serializable; |
||||
|
||||
|
||||
/** |
||||
* 基础门店联系人表 Excel实体类 |
||||
* |
||||
* @author cyz |
||||
* @since 2023-05-16 |
||||
*/ |
||||
@Data |
||||
@ColumnWidth(25) |
||||
@HeadRowHeight(20) |
||||
@ContentRowHeight(18) |
||||
public class BasicdataStoreContactExcel implements Serializable { |
||||
|
||||
private static final long serialVersionUID = 1L; |
||||
|
||||
|
||||
} |
@ -0,0 +1,44 @@
|
||||
/* |
||||
* Copyright (c) 2018-2028, Chill Zhuang All rights reserved. |
||||
* |
||||
* Redistribution and use in source and binary forms, with or without |
||||
* modification, are permitted provided that the following conditions are met: |
||||
* |
||||
* Redistributions of source code must retain the above copyright notice, |
||||
* this list of conditions and the following disclaimer. |
||||
* Redistributions in binary form must reproduce the above copyright |
||||
* notice, this list of conditions and the following disclaimer in the |
||||
* documentation and/or other materials provided with the distribution. |
||||
* Neither the name of the dreamlu.net developer nor the names of its |
||||
* contributors may be used to endorse or promote products derived from |
||||
* this software without specific prior written permission. |
||||
* Author: Chill 庄骞 (smallchill@163.com) |
||||
*/ |
||||
package com.logpm.basicdata.excel; |
||||
|
||||
|
||||
import lombok.Data; |
||||
|
||||
import com.alibaba.excel.annotation.ExcelProperty; |
||||
import com.alibaba.excel.annotation.write.style.ColumnWidth; |
||||
import com.alibaba.excel.annotation.write.style.ContentRowHeight; |
||||
import com.alibaba.excel.annotation.write.style.HeadRowHeight; |
||||
import java.io.Serializable; |
||||
|
||||
|
||||
/** |
||||
* 区域品牌价格表 Excel实体类 |
||||
* |
||||
* @author cyz |
||||
* @since 2023-05-16 |
||||
*/ |
||||
@Data |
||||
@ColumnWidth(25) |
||||
@HeadRowHeight(20) |
||||
@ContentRowHeight(18) |
||||
public class BasicdataZonePriceExcel implements Serializable { |
||||
|
||||
private static final long serialVersionUID = 1L; |
||||
|
||||
|
||||
} |
@ -1,37 +0,0 @@
|
||||
<?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.logpm.basicdata.mapper.BasicBrandMapper"> |
||||
|
||||
<!-- 通用查询映射结果 --> |
||||
<resultMap id="basicBrandResultMap" type="com.logpm.basicdata.entity.BasicBrandEntity"> |
||||
<result column="tenant_id" property="tenantId"/> |
||||
<result column="create_user" property="createUser"/> |
||||
<result column="create_time" property="createTime"/> |
||||
<result column="update_user" property="updateUser"/> |
||||
<result column="update_time" property="updateTime"/> |
||||
<result column="status" property="status"/> |
||||
<result column="is_deleted" property="isDeleted"/> |
||||
<result column="create_dept" property="createDept"/> |
||||
<result column="id" property="id"/> |
||||
<result column="reserve1" property="reserve1"/> |
||||
<result column="reserve2" property="reserve2"/> |
||||
<result column="reserve3" property="reserve3"/> |
||||
<result column="reserve4" property="reserve4"/> |
||||
<result column="reserve5" property="reserve5"/> |
||||
<result column="brand_name" property="brandName"/> |
||||
<result column="brand_code" property="brandCode"/> |
||||
<result column="brand_icon" property="brandIcon"/> |
||||
<result column="acceptance_time" property="acceptanceTime"/> |
||||
</resultMap> |
||||
|
||||
|
||||
<select id="selectBasicBrandPage" resultMap="basicBrandResultMap"> |
||||
select * from logpm_basic_brand where is_deleted = 0 |
||||
</select> |
||||
|
||||
|
||||
<select id="exportBasicBrand" resultType="com.logpm.basicdata.excel.BasicBrandExcel"> |
||||
SELECT * FROM logpm_basic_brand ${ew.customSqlSegment} |
||||
</select> |
||||
|
||||
</mapper> |
@ -1,58 +0,0 @@
|
||||
<?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.logpm.basicdata.mapper.BasicFreightMapper"> |
||||
|
||||
<!-- 通用查询映射结果 --> |
||||
<resultMap id="basicFreightResultMap" type="com.logpm.basicdata.entity.BasicFreightEntity"> |
||||
<result column="tenant_id" property="tenantId"/> |
||||
<result column="create_user" property="createUser"/> |
||||
<result column="create_time" property="createTime"/> |
||||
<result column="update_user" property="updateUser"/> |
||||
<result column="update_time" property="updateTime"/> |
||||
<result column="status" property="status"/> |
||||
<result column="is_deleted" property="isDeleted"/> |
||||
<result column="create_dept" property="createDept"/> |
||||
<result column="id" property="id"/> |
||||
<result column="reserve1" property="reserve1"/> |
||||
<result column="reserve2" property="reserve2"/> |
||||
<result column="reserve3" property="reserve3"/> |
||||
<result column="reserve4" property="reserve4"/> |
||||
<result column="reserve5" property="reserve5"/> |
||||
<result column="formula_mode" property="formulaMode"/> |
||||
<result column="item_name" property="itemName"/> |
||||
<result column="store_brand_id" property="storeBrandId"/> |
||||
<result column="freight" property="freight"/> |
||||
<result column="delivery_expense" property="deliveryExpense"/> |
||||
<result column="delivery_charge" property="deliveryCharge"/> |
||||
<result column="warehouse_overhead" property="warehouseOverhead"/> |
||||
<result column="storage_charge" property="storageCharge"/> |
||||
<result column="terminal_charges" property="terminalCharges"/> |
||||
<result column="other_charges" property="otherCharges"/> |
||||
<result column="single_colon" property="singleColon"/> |
||||
<result column="forwarding_unit" property="forwardingUnit"/> |
||||
<result column="shop" property="shop"/> |
||||
<result column="brand" property="brand"/> |
||||
<result column="type_service" property="typeService"/> |
||||
<result column="clearing_form" property="clearingForm"/> |
||||
<result column="first_class_category" property="firstClassCategory"/> |
||||
<result column="fixed_price" property="fixedPrice"/> |
||||
<result column="trunk_charge" property="trunkCharge"/> |
||||
<result column="effective_time" property="effectiveTime"/> |
||||
<result column="expiration_time" property="expirationTime"/> |
||||
<result column="type" property="type"/> |
||||
<result column="identification" property="identification"/> |
||||
<result column="warehousing_time_charge" property="warehousingTimeCharge"/> |
||||
<result column="warehousing_time_status" property="warehousingTimeStatus"/> |
||||
</resultMap> |
||||
|
||||
|
||||
<select id="selectBasicFreightPage" resultMap="basicFreightResultMap"> |
||||
select * from logpm_basic_freight where is_deleted = 0 |
||||
</select> |
||||
|
||||
|
||||
<select id="exportBasicFreight" resultType="com.logpm.basicdata.excel.BasicFreightExcel"> |
||||
SELECT * FROM logpm_basic_freight ${ew.customSqlSegment} |
||||
</select> |
||||
|
||||
</mapper> |
@ -1,37 +0,0 @@
|
||||
<?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.logpm.basicdata.mapper.BasicHistoricalContractMapper"> |
||||
|
||||
<!-- 通用查询映射结果 --> |
||||
<resultMap id="basicHistoricalContractResultMap" type="com.logpm.basicdata.entity.BasicHistoricalContractEntity"> |
||||
<result column="tenant_id" property="tenantId"/> |
||||
<result column="create_user" property="createUser"/> |
||||
<result column="create_time" property="createTime"/> |
||||
<result column="update_user" property="updateUser"/> |
||||
<result column="update_time" property="updateTime"/> |
||||
<result column="status" property="status"/> |
||||
<result column="is_deleted" property="isDeleted"/> |
||||
<result column="create_dept" property="createDept"/> |
||||
<result column="id" property="id"/> |
||||
<result column="reserve1" property="reserve1"/> |
||||
<result column="reserve2" property="reserve2"/> |
||||
<result column="reserve3" property="reserve3"/> |
||||
<result column="reserve4" property="reserve4"/> |
||||
<result column="reserve5" property="reserve5"/> |
||||
<result column="client_id" property="clientId"/> |
||||
<result column="contract_start_time" property="contractStartTime"/> |
||||
<result column="contract_ent_time" property="contractEntTime"/> |
||||
<result column="lease_accessories" property="leaseAccessories"/> |
||||
</resultMap> |
||||
|
||||
|
||||
<select id="selectBasicHistoricalContractPage" resultMap="basicHistoricalContractResultMap"> |
||||
select * from logpm_basic_historical_contract where is_deleted = 0 |
||||
</select> |
||||
|
||||
|
||||
<select id="exportBasicHistoricalContract" resultType="com.logpm.basicdata.excel.BasicHistoricalContractExcel"> |
||||
SELECT * FROM logpm_basic_historical_contract ${ew.customSqlSegment} |
||||
</select> |
||||
|
||||
</mapper> |
@ -1,44 +0,0 @@
|
||||
<?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.logpm.basicdata.mapper.BasicShopMapper"> |
||||
|
||||
<!-- 通用查询映射结果 --> |
||||
<resultMap id="basicShopResultMap" type="com.logpm.basicdata.entity.BasicShopEntity"> |
||||
<result column="tenant_id" property="tenantId"/> |
||||
<result column="create_user" property="createUser"/> |
||||
<result column="create_time" property="createTime"/> |
||||
<result column="update_user" property="updateUser"/> |
||||
<result column="update_time" property="updateTime"/> |
||||
<result column="status" property="status"/> |
||||
<result column="is_deleted" property="isDeleted"/> |
||||
<result column="create_dept" property="createDept"/> |
||||
<result column="id" property="id"/> |
||||
<result column="reserve1" property="reserve1"/> |
||||
<result column="reserve2" property="reserve2"/> |
||||
<result column="reserve3" property="reserve3"/> |
||||
<result column="reserve4" property="reserve4"/> |
||||
<result column="reserve5" property="reserve5"/> |
||||
<result column="client_id" property="clientId"/> |
||||
<result column="store_code" property="storeCode"/> |
||||
<result column="store_name" property="storeName"/> |
||||
<result column="linkman" property="linkman"/> |
||||
<result column="phone" property="phone"/> |
||||
<result column="blade_region_province_id" property="bladeRegionProvinceId"/> |
||||
<result column="blade_region_city_id" property="bladeRegionCityId"/> |
||||
<result column="blade_region_area_id" property="bladeRegionAreaId"/> |
||||
<result column="detailed_address" property="detailedAddress"/> |
||||
<result column="check_in_time" property="checkInTime"/> |
||||
<result column="post_set_time" property="postSetTime"/> |
||||
</resultMap> |
||||
|
||||
|
||||
<select id="selectBasicShopPage" resultMap="basicShopResultMap"> |
||||
select * from logpm_basic_shop where is_deleted = 0 |
||||
</select> |
||||
|
||||
|
||||
<select id="exportBasicShop" resultType="com.logpm.basicdata.excel.BasicShopExcel"> |
||||
SELECT * FROM logpm_basic_shop ${ew.customSqlSegment} |
||||
</select> |
||||
|
||||
</mapper> |
@ -1,36 +0,0 @@
|
||||
<?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.logpm.basicdata.mapper.BasicStorageServicesMapper"> |
||||
|
||||
<!-- 通用查询映射结果 --> |
||||
<resultMap id="basicStorageServicesResultMap" type="com.logpm.basicdata.entity.BasicStorageServicesEntity"> |
||||
<result column="tenant_id" property="tenantId"/> |
||||
<result column="create_user" property="createUser"/> |
||||
<result column="create_time" property="createTime"/> |
||||
<result column="update_user" property="updateUser"/> |
||||
<result column="update_time" property="updateTime"/> |
||||
<result column="status" property="status"/> |
||||
<result column="is_deleted" property="isDeleted"/> |
||||
<result column="create_dept" property="createDept"/> |
||||
<result column="id" property="id"/> |
||||
<result column="reserve1" property="reserve1"/> |
||||
<result column="reserve2" property="reserve2"/> |
||||
<result column="reserve3" property="reserve3"/> |
||||
<result column="reserve4" property="reserve4"/> |
||||
<result column="reserve5" property="reserve5"/> |
||||
<result column="shop_id" property="shopId"/> |
||||
<result column="forwarding_unit" property="forwardingUnit"/> |
||||
<result column="warehouse_service" property="warehouseService"/> |
||||
</resultMap> |
||||
|
||||
|
||||
<select id="selectBasicStorageServicesPage" resultMap="basicStorageServicesResultMap"> |
||||
select * from logpm_basic_storage_services where is_deleted = 0 |
||||
</select> |
||||
|
||||
|
||||
<select id="exportBasicStorageServices" resultType="com.logpm.basicdata.excel.BasicStorageServicesExcel"> |
||||
SELECT * FROM logpm_basic_storage_services ${ew.customSqlSegment} |
||||
</select> |
||||
|
||||
</mapper> |
@ -1,35 +0,0 @@
|
||||
<?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.logpm.basicdata.mapper.BasicStoreBrandMapper"> |
||||
|
||||
<!-- 通用查询映射结果 --> |
||||
<resultMap id="basicStoreBrandResultMap" type="com.logpm.basicdata.entity.BasicStoreBrandEntity"> |
||||
<result column="tenant_id" property="tenantId"/> |
||||
<result column="create_user" property="createUser"/> |
||||
<result column="create_time" property="createTime"/> |
||||
<result column="update_user" property="updateUser"/> |
||||
<result column="update_time" property="updateTime"/> |
||||
<result column="status" property="status"/> |
||||
<result column="is_deleted" property="isDeleted"/> |
||||
<result column="create_dept" property="createDept"/> |
||||
<result column="id" property="id"/> |
||||
<result column="reserve1" property="reserve1"/> |
||||
<result column="reserve2" property="reserve2"/> |
||||
<result column="reserve3" property="reserve3"/> |
||||
<result column="reserve4" property="reserve4"/> |
||||
<result column="reserve5" property="reserve5"/> |
||||
<result column="shop_id" property="shopId"/> |
||||
<result column="brand_id" property="brandId"/> |
||||
</resultMap> |
||||
|
||||
|
||||
<select id="selectBasicStoreBrandPage" resultMap="basicStoreBrandResultMap"> |
||||
select * from logpm_basic_store_brand where is_deleted = 0 |
||||
</select> |
||||
|
||||
|
||||
<select id="exportBasicStoreBrand" resultType="com.logpm.basicdata.excel.BasicStoreBrandExcel"> |
||||
SELECT * FROM logpm_basic_store_brand ${ew.customSqlSegment} |
||||
</select> |
||||
|
||||
</mapper> |
@ -1,36 +0,0 @@
|
||||
<?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.logpm.basicdata.mapper.BasicStoreContactMapper"> |
||||
|
||||
<!-- 通用查询映射结果 --> |
||||
<resultMap id="basicStoreContactResultMap" type="com.logpm.basicdata.entity.BasicStoreContactEntity"> |
||||
<result column="tenant_id" property="tenantId"/> |
||||
<result column="create_user" property="createUser"/> |
||||
<result column="create_time" property="createTime"/> |
||||
<result column="update_user" property="updateUser"/> |
||||
<result column="update_time" property="updateTime"/> |
||||
<result column="status" property="status"/> |
||||
<result column="is_deleted" property="isDeleted"/> |
||||
<result column="create_dept" property="createDept"/> |
||||
<result column="id" property="id"/> |
||||
<result column="reserve1" property="reserve1"/> |
||||
<result column="reserve2" property="reserve2"/> |
||||
<result column="reserve3" property="reserve3"/> |
||||
<result column="reserve4" property="reserve4"/> |
||||
<result column="reserve5" property="reserve5"/> |
||||
<result column="shop_id" property="shopId"/> |
||||
<result column="linkman" property="linkman"/> |
||||
<result column="phone" property="phone"/> |
||||
</resultMap> |
||||
|
||||
|
||||
<select id="selectBasicStoreContactPage" resultMap="basicStoreContactResultMap"> |
||||
select * from logpm_basic_store_contact where is_deleted = 0 |
||||
</select> |
||||
|
||||
|
||||
<select id="exportBasicStoreContact" resultType="com.logpm.basicdata.excel.BasicStoreContactExcel"> |
||||
SELECT * FROM logpm_basic_store_contact ${ew.customSqlSegment} |
||||
</select> |
||||
|
||||
</mapper> |
@ -1,44 +0,0 @@
|
||||
<?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.logpm.basicdata.mapper.BasicZonePriceMapper"> |
||||
|
||||
<!-- 通用查询映射结果 --> |
||||
<resultMap id="basicZonePriceResultMap" type="com.logpm.basicdata.entity.BasicZonePriceEntity"> |
||||
<result column="tenant_id" property="tenantId"/> |
||||
<result column="create_user" property="createUser"/> |
||||
<result column="create_time" property="createTime"/> |
||||
<result column="update_user" property="updateUser"/> |
||||
<result column="update_time" property="updateTime"/> |
||||
<result column="status" property="status"/> |
||||
<result column="is_deleted" property="isDeleted"/> |
||||
<result column="create_dept" property="createDept"/> |
||||
<result column="id" property="id"/> |
||||
<result column="reserve1" property="reserve1"/> |
||||
<result column="reserve2" property="reserve2"/> |
||||
<result column="reserve3" property="reserve3"/> |
||||
<result column="reserve4" property="reserve4"/> |
||||
<result column="reserve5" property="reserve5"/> |
||||
<result column="province" property="province"/> |
||||
<result column="city" property="city"/> |
||||
<result column="district" property="district"/> |
||||
<result column="brand" property="brand"/> |
||||
<result column="freight_mark" property="freightMark"/> |
||||
<result column="cost" property="cost"/> |
||||
<result column="warehousing_time_status" property="warehousingTimeStatus"/> |
||||
<result column="warehousing_time_charge" property="warehousingTimeCharge"/> |
||||
<result column="goal_granary" property="goalGranary"/> |
||||
<result column="identification" property="identification"/> |
||||
<result column="condition" property="condition"/> |
||||
</resultMap> |
||||
|
||||
|
||||
<select id="selectBasicZonePricePage" resultMap="basicZonePriceResultMap"> |
||||
select * from logpm_basic_zone_price where is_deleted = 0 |
||||
</select> |
||||
|
||||
|
||||
<select id="exportBasicZonePrice" resultType="com.logpm.basicdata.excel.BasicZonePriceExcel"> |
||||
SELECT * FROM logpm_basic_zone_price ${ew.customSqlSegment} |
||||
</select> |
||||
|
||||
</mapper> |
@ -0,0 +1,19 @@
|
||||
<?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.logpm.basicdata.mapper.BasicdataBrandMapper"> |
||||
|
||||
<!-- 通用查询映射结果 --> |
||||
<resultMap id="basicdataBrandResultMap" type="com.logpm.basicdata.entity.BasicdataBrandEntity"> |
||||
</resultMap> |
||||
|
||||
|
||||
<select id="selectBasicdataBrandPage" resultMap="basicdataBrandResultMap"> |
||||
select * from logpm_basicdata_brand where is_deleted = 0 |
||||
</select> |
||||
|
||||
|
||||
<select id="exportBasicdataBrand" resultType="com.logpm.basicdata.excel.BasicdataBrandExcel"> |
||||
SELECT * FROM logpm_basicdata_brand ${ew.customSqlSegment} |
||||
</select> |
||||
|
||||
</mapper> |
@ -0,0 +1,19 @@
|
||||
<?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.logpm.basicdata.mapper.BasicdataFreightMapper"> |
||||
|
||||
<!-- 通用查询映射结果 --> |
||||
<resultMap id="basicdataFreightResultMap" type="com.logpm.basicdata.entity.BasicdataFreightEntity"> |
||||
</resultMap> |
||||
|
||||
|
||||
<select id="selectBasicdataFreightPage" resultMap="basicdataFreightResultMap"> |
||||
select * from logpm_basicdata_freight where is_deleted = 0 |
||||
</select> |
||||
|
||||
|
||||
<select id="exportBasicdataFreight" resultType="com.logpm.basicdata.excel.BasicdataFreightExcel"> |
||||
SELECT * FROM logpm_basicdata_freight ${ew.customSqlSegment} |
||||
</select> |
||||
|
||||
</mapper> |
@ -0,0 +1,19 @@
|
||||
<?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.logpm.basicdata.mapper.BasicdataHistoricalContractMapper"> |
||||
|
||||
<!-- 通用查询映射结果 --> |
||||
<resultMap id="basicdataHistoricalContractResultMap" type="com.logpm.basicdata.entity.BasicdataHistoricalContractEntity"> |
||||
</resultMap> |
||||
|
||||
|
||||
<select id="selectBasicdataHistoricalContractPage" resultMap="basicdataHistoricalContractResultMap"> |
||||
select * from logpm_basicdata_historical_contract where is_deleted = 0 |
||||
</select> |
||||
|
||||
|
||||
<select id="exportBasicdataHistoricalContract" resultType="com.logpm.basicdata.excel.BasicdataHistoricalContractExcel"> |
||||
SELECT * FROM logpm_basicdata_historical_contract ${ew.customSqlSegment} |
||||
</select> |
||||
|
||||
</mapper> |
@ -0,0 +1,19 @@
|
||||
<?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.logpm.basicdata.mapper.BasicdataShopMapper"> |
||||
|
||||
<!-- 通用查询映射结果 --> |
||||
<resultMap id="basicdataShopResultMap" type="com.logpm.basicdata.entity.BasicdataShopEntity"> |
||||
</resultMap> |
||||
|
||||
|
||||
<select id="selectBasicdataShopPage" resultMap="basicdataShopResultMap"> |
||||
select * from logpm_basicdata_shop where is_deleted = 0 |
||||
</select> |
||||
|
||||
|
||||
<select id="exportBasicdataShop" resultType="com.logpm.basicdata.excel.BasicdataShopExcel"> |
||||
SELECT * FROM logpm_basicdata_shop ${ew.customSqlSegment} |
||||
</select> |
||||
|
||||
</mapper> |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue