mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 04:08:43 +08:00 
			
		
		
		
	system:将 api 的方法名的负数都换成 List
This commit is contained in:
		@@ -21,7 +21,7 @@ public class ErrorCodeApiImpl implements ErrorCodeApi {
 | 
			
		||||
    private ErrorCodeService errorCodeService;
 | 
			
		||||
 | 
			
		||||
    @Override
 | 
			
		||||
    public void autoGenerateErrorCodes(List<ErrorCodeAutoGenerateReqDTO> autoGenerateDTOs) {
 | 
			
		||||
    public void autoGenerateErrorCodeList(List<ErrorCodeAutoGenerateReqDTO> autoGenerateDTOs) {
 | 
			
		||||
        errorCodeService.autoGenerateErrorCodes(autoGenerateDTOs);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -18,12 +18,12 @@ public class TenantApiImpl implements TenantApi {
 | 
			
		||||
    private TenantService tenantService;
 | 
			
		||||
 | 
			
		||||
    @Override
 | 
			
		||||
    public List<Long> getTenantIds() {
 | 
			
		||||
    public List<Long> getTenantIdList() {
 | 
			
		||||
        return tenantService.getTenantIds();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @Override
 | 
			
		||||
    public void validTenant(Long id) {
 | 
			
		||||
    public void validateTenant(Long id) {
 | 
			
		||||
        tenantService.validTenant(id);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user