forked from luyan/epmet-cloud-lingshan
				
			
				 4 changed files with 46 additions and 0 deletions
			
			
		@ -0,0 +1,23 @@ | 
				
			|||
package com.epmet.dto.result.agentservice; | 
				
			|||
 | 
				
			|||
import lombok.Data; | 
				
			|||
 | 
				
			|||
@Data | 
				
			|||
public class LingShanAgentServiceCategoryResultDTO { | 
				
			|||
 | 
				
			|||
    /** | 
				
			|||
     * 租户号 | 
				
			|||
     */ | 
				
			|||
    private String id; | 
				
			|||
 | 
				
			|||
    /** | 
				
			|||
     * 类别名称 | 
				
			|||
     */ | 
				
			|||
    private String categoryName; | 
				
			|||
 | 
				
			|||
    /** | 
				
			|||
     * 描述 | 
				
			|||
     */ | 
				
			|||
    private String description; | 
				
			|||
 | 
				
			|||
} | 
				
			|||
					Loading…
					
					
				
		Reference in new issue