mirror of
				https://github.com/continew-org/continew-admin.git
				synced 2025-10-31 21:00:53 +08:00 
			
		
		
		
	chore: 优化部分注释
This commit is contained in:
		| @@ -21,13 +21,13 @@ import org.hibernate.validator.constraints.Length; | ||||
| import top.continew.starter.extension.crud.model.req.BaseReq; | ||||
|  | ||||
| /** | ||||
|  * 创建或修改${businessName}信息 | ||||
|  * 创建或修改${businessName}参数 | ||||
|  * | ||||
|  * @author ${author} | ||||
|  * @since ${datetime} | ||||
|  */ | ||||
| @Data | ||||
| @Schema(description = "创建或修改${businessName}信息") | ||||
| @Schema(description = "创建或修改${businessName}参数") | ||||
| public class ${className} extends BaseReq { | ||||
|  | ||||
|     @Serial | ||||
|   | ||||
| @@ -145,8 +145,9 @@ const columns: TableInstanceColumns[] = [ | ||||
| </#if> | ||||
|   { | ||||
|     title: '操作', | ||||
|     dataIndex: 'action', | ||||
|     slotName: 'action', | ||||
|     width: 130, | ||||
|     width: 160, | ||||
|     align: 'center', | ||||
|     fixed: !isMobile() ? 'right' : undefined, | ||||
|     show: has.hasPermOr(['${apiModuleName}:${apiName}:detail', '${apiModuleName}:${apiName}:update', '${apiModuleName}:${apiName}:delete']) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user