Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
506efc04a2
|
|
@ -1,4 +1,4 @@
|
|||
package com.czg.controller;
|
||||
package com.czg.controller.admin;
|
||||
|
||||
import com.czg.account.dto.SysLoginDTO;
|
||||
import com.czg.account.service.AuthorizationService;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package com.czg.controller;
|
||||
package com.czg.controller.admin;
|
||||
|
||||
import com.czg.account.service.CommonService;
|
||||
import com.czg.resp.CzgResult;
|
||||
|
|
@ -11,8 +11,6 @@ import org.springframework.web.bind.annotation.RequestParam;
|
|||
import org.springframework.web.bind.annotation.RestController;
|
||||
import org.springframework.web.multipart.MultipartFile;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
/**
|
||||
* 公共接口
|
||||
* @author Administrator
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package com.czg.controller;
|
||||
package com.czg.controller.admin;
|
||||
|
||||
import com.czg.account.service.SysMenuService;
|
||||
import com.czg.resp.CzgResult;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package com.czg.controller;
|
||||
package com.czg.controller.admin;
|
||||
|
||||
import com.czg.account.dto.PageDTO;
|
||||
import com.czg.account.dto.register.MerchantRegisterDTO;
|
||||
|
|
@ -12,8 +12,6 @@ import jakarta.annotation.Resource;
|
|||
import org.springframework.validation.annotation.Validated;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
import java.time.LocalDateTime;
|
||||
|
||||
/**
|
||||
* 激活码管理
|
||||
* @author Administrator
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package com.czg.controller;
|
||||
package com.czg.controller.admin;
|
||||
|
||||
import com.czg.account.dto.PageDTO;
|
||||
import com.czg.account.dto.role.RoleAddDTO;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package com.czg.controller;
|
||||
package com.czg.controller.admin;
|
||||
|
||||
import com.czg.account.dto.PageDTO;
|
||||
import com.czg.account.dto.shopinfo.ShopInfoAddDTO;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package com.czg.controller;
|
||||
package com.czg.controller.admin;
|
||||
|
||||
import com.czg.account.dto.merchant.ShopMerchantEditDTO;
|
||||
import com.czg.account.entity.ShopMerchant;
|
||||
|
|
@ -6,7 +6,6 @@ import com.czg.account.service.ShopMerchantService;
|
|||
import com.czg.annotation.SaAdminCheckPermission;
|
||||
import com.czg.annotation.SaAdminCheckRole;
|
||||
import com.czg.resp.CzgResult;
|
||||
import com.mybatisflex.core.paginate.Page;
|
||||
import jakarta.annotation.Resource;
|
||||
import org.springframework.validation.annotation.Validated;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package com.czg.controller;
|
||||
package com.czg.controller.admin;
|
||||
|
||||
import com.czg.account.dto.staff.ShopStaffAddDTO;
|
||||
import com.czg.account.dto.staff.ShopStaffEditDTO;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package com.czg.controller;
|
||||
package com.czg.controller.user;
|
||||
|
||||
import com.czg.account.dto.auth.LoginTokenDTO;
|
||||
import com.czg.account.dto.auth.UserAuthorizationLoginDTO;
|
||||
Loading…
Reference in New Issue