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