!4 修改列表

Merge pull request !4 from reset/feature/cl
This commit is contained in:
reset 2022-05-09 01:29:13 +00:00 committed by Gitee
commit 7eefb4c928
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 7 deletions

View File

@ -8,12 +8,7 @@ import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
/**
* @Author weaver_cl
* @Description: TODO
* @Date 2022/3/10
* @Version V1.0
**/
@Data
@Builder
@NoArgsConstructor
@ -33,7 +28,7 @@ import lombok.NoArgsConstructor;
primarykey = "id",
operates = {
@OrganizationTableOperate(index = "0", text = "编辑"),
@OrganizationTableOperate(index = "1", text = "复制")
@OrganizationTableOperate(index = "1", text = "删除")
}
)
public class SchemeTableVO {