refactor:修改注释

dev.event
袁子龙 2024-09-30 10:59:09 +08:00
parent 29cb1ffadb
commit 1272d0e0b7
3 changed files with 25 additions and 2 deletions

View File

@ -0,0 +1,24 @@
package com.muyu.auth.form;
import lombok.Data;
/**
*
* @author
* @package com.muyu.auth.form
* @name Enterprise
* @date 2024/9/30 10:30
*/
@Data
public class Enterprise {
/**
*
*/
private String firmName;
/**
*
*/
private String databaseName;
}

View File

@ -17,4 +17,5 @@ import java.lang.annotation.*;
@Inherited
@Import({SwaggerAutoConfiguration.class})
public @interface EnableCustomSwagger2 {
}

View File

@ -2,7 +2,6 @@ package com.muyu.common.swagger.config;
import org.springframework.boot.context.properties.ConfigurationProperties;
import java.util.ArrayList;
import java.util.List;
@ -301,4 +300,3 @@ public class SwaggerProperties {
}
}
}