FindBugs 提示Bug 修改

yun-zuoyi
wei.peng 6 years ago
parent 0d8c69a9c6
commit bfd99830b6

@ -417,7 +417,7 @@ public class BlockFormEnumUtil {
}
/**
*
*
*/
@JsonFormat(shape = JsonFormat.Shape.OBJECT)
public enum ELEMENT_DEL_STATUS {
@ -898,7 +898,8 @@ public class BlockFormEnumUtil {
@JsonFormat(shape = JsonFormat.Shape.OBJECT)
public enum EXECUTION_TYPE {
SQL(10, "SQL", "SQL脚本"),
CLASS_METHOD(20, "ClassMethod", "类方法");
CLASS_METHOD(20, "ClassMethod", "类方法"),
SCRIPT(30, "Script", "脚本"),;
private int value;
private String code;

Loading…
Cancel
Save