关联主键
This commit is contained in:
@@ -1,17 +1,15 @@
|
|||||||
package com.czg.controller.admin;
|
package com.czg.controller.admin;
|
||||||
|
|
||||||
import com.alibaba.fastjson2.JSONObject;
|
import com.alibaba.fastjson2.JSONObject;
|
||||||
import com.czg.BaseQueryParam;
|
|
||||||
import com.czg.EntryManager;
|
import com.czg.EntryManager;
|
||||||
import com.czg.annotation.Debounce;
|
import com.czg.annotation.Debounce;
|
||||||
import com.czg.dto.req.AggregateMerchantDto;
|
import com.czg.dto.req.AggregateMerchantDto;
|
||||||
import com.czg.dto.resp.BankBranchDto;
|
import com.czg.dto.resp.BankBranchDto;
|
||||||
import com.czg.order.entity.ShopDirectMerchant;
|
import com.czg.order.entity.ShopDirectMerchant;
|
||||||
|
import com.czg.resp.CzgResult;
|
||||||
import com.czg.service.order.dto.AggregateMerchantVO;
|
import com.czg.service.order.dto.AggregateMerchantVO;
|
||||||
import com.czg.service.order.dto.MerchantQueryDTO;
|
import com.czg.service.order.dto.MerchantQueryDTO;
|
||||||
import com.czg.service.order.service.ShopDirectMerchantService;
|
import com.czg.service.order.service.ShopDirectMerchantService;
|
||||||
import com.czg.resp.CzgResult;
|
|
||||||
import com.czg.sa.StpKit;
|
|
||||||
import com.czg.task.EntryManagerTask;
|
import com.czg.task.EntryManagerTask;
|
||||||
import com.mybatisflex.core.paginate.Page;
|
import com.mybatisflex.core.paginate.Page;
|
||||||
import jakarta.annotation.Resource;
|
import jakarta.annotation.Resource;
|
||||||
@@ -67,7 +65,7 @@ public class EntryManagerController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 获取进件信息
|
* 获取进件列表
|
||||||
*/
|
*/
|
||||||
@GetMapping("list")
|
@GetMapping("list")
|
||||||
public CzgResult<Page<ShopDirectMerchant>> getEntryList(MerchantQueryDTO queryParam) {
|
public CzgResult<Page<ShopDirectMerchant>> getEntryList(MerchantQueryDTO queryParam) {
|
||||||
|
|||||||
@@ -38,11 +38,13 @@ public class ShopDirectMerchant implements Serializable {
|
|||||||
/**
|
/**
|
||||||
* 店铺名称
|
* 店铺名称
|
||||||
*/
|
*/
|
||||||
|
@Column(ignore = true)
|
||||||
private String shopName;
|
private String shopName;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 营业执照编号
|
* 营业执照编号
|
||||||
*/
|
*/
|
||||||
|
@Id
|
||||||
private String licenceNo;
|
private String licenceNo;
|
||||||
/**
|
/**
|
||||||
* 支付宝账号
|
* 支付宝账号
|
||||||
|
|||||||
Reference in New Issue
Block a user