@ -37,6 +37,9 @@ public class AddOcrSpecialRuleDTO implements Serializable {
@ApiModelProperty(value = "分段id")
private String assortId;
@ApiModelProperty(value = "分段名称")
private String assortName;
@ApiModelProperty(value = "开始规则")
private String startJson;
@ -37,6 +37,9 @@ public class EditOcrSpecialRuleDTO implements Serializable {
@ -37,6 +37,9 @@ public class AddOcrSpecialRuleTestDTO implements Serializable {
@ -37,6 +37,9 @@ public class EditOcrSpecialRuleTestDTO implements Serializable {
@ -45,6 +45,10 @@ public class OcrSpecialRule implements Serializable {
@TableField("assort_id")
@TableField("assort_name")
@TableField("start_json")
@ -45,6 +45,10 @@ public class OcrSpecialRuleTest implements Serializable {
@ -37,6 +37,10 @@ public class OcrSpecialRuleVO implements Serializable {
@ -37,6 +37,9 @@ public class OcrSpecialRuleTestVO implements Serializable {