chore: 优化部分注释

This commit is contained in:
2024-11-17 21:58:55 +08:00
parent 7870de2892
commit 3116836b01
26 changed files with 50 additions and 49 deletions

View File

@@ -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

View File

@@ -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'])

View File

@@ -27,14 +27,14 @@ import java.io.Serial;
import java.io.Serializable;
/**
* 创建或修改任务信息
* 创建或修改任务参数
*
* @author KAI
* @author Charles7c
* @since 2024/6/25 16:40
*/
@Data
@Schema(description = "创建或修改任务信息")
@Schema(description = "创建或修改任务参数")
public class JobReq implements Serializable {
@Serial