|
|
|
@ -12,6 +12,7 @@ import lombok.extern.log4j.Log4j2;
|
|
|
|
|
import org.springblade.core.boot.ctrl.BladeController; |
|
|
|
|
import org.springblade.core.mp.support.Condition; |
|
|
|
|
import org.springblade.core.mp.support.Query; |
|
|
|
|
import org.springblade.core.tenant.annotation.TenantDS; |
|
|
|
|
import org.springblade.core.tool.api.R; |
|
|
|
|
import org.springblade.core.tool.utils.Func; |
|
|
|
|
import org.springframework.web.bind.annotation.*; |
|
|
|
@ -19,7 +20,7 @@ import org.springframework.web.bind.annotation.*;
|
|
|
|
|
import javax.validation.Valid; |
|
|
|
|
import java.security.NoSuchAlgorithmException; |
|
|
|
|
|
|
|
|
|
@RestController |
|
|
|
|
@RestController @TenantDS |
|
|
|
|
@AllArgsConstructor |
|
|
|
|
@RequestMapping("/basicdataClientAccount") |
|
|
|
|
@Api(value = "客户账号列表", tags = "客户账号列表") |
|
|
|
|