全局跨域处理

字典isChild 回显
字典标签回显
This commit is contained in:
2024-04-08 17:51:10 +08:00
parent 7bb156628b
commit d2550475b4
6 changed files with 45 additions and 21 deletions

View File

@@ -1,8 +1,11 @@
package com.chaozhanggui.system.cashierservice.dao;
import com.chaozhanggui.system.cashierservice.entity.TbMerchantCoupon;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import org.springframework.data.domain.Pageable;
import org.springframework.stereotype.Component;
import java.util.List;
/**
@@ -11,6 +14,8 @@ import java.util.List;
* @author lyf
* @since 2024-04-02 09:24:16
*/
@Component
@Mapper
public interface TbMerchantCouponMapper {
/**