@ -17,7 +17,7 @@ public class BlockFormEnumUtil {
@JsonFormat(shape = JsonFormat.Shape.OBJECT)
public enum FORM_TABLE_TYPE {
TABLE(1, "TABLE", "表"),
VIEW(2, "*", "视图");
VIEW(2, "VIEW", "视图");
private int value;
private String code;