Skip to content

Commit

Permalink
feat: 0.5.14 merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Willam2004 committed Jan 1, 2025
1 parent 6efc90c commit 87a228c
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,6 @@ public enum TemplateDefine {
DUPLICATE_COUNT_FIELDS("SYSTEM:fields:duplicated_count:fixed", "字段组合重复值个数", new TableFunction(BaseFunctionName.UNIQUE, null),
CheckerType.FIX_STRATEGY_CHECK);

// /**
// * 状态值
// */
// STATE_COUNT(308, "离散值,状态格式", new ColumnFunction(BaseFunctionName.STATE_COUNT, null, null),
//
// CheckerType.DYNAMIC_STRATEGY_CHECK);

@Getter
private String templateCode;
Expand Down

0 comments on commit 87a228c

Please sign in to comment.