1.根据专责要求调整冀北台账树

This commit is contained in:
wr
2025-11-04 17:10:46 +08:00
parent 5e93eb3691
commit 20ec9bc0b4
7 changed files with 106 additions and 25 deletions

View File

@@ -124,11 +124,11 @@ public class LineParam {
private String objId;
@ApiModelProperty(name = "bigObjType",value = "对象大类")
@NotBlank(message = "对象大类不可为空")
// @NotBlank(message = "对象大类不可为空")
private String bigObjType;
@ApiModelProperty(name = "smallObjType",value = "对象小类")
@NotBlank(message = "对象小类不可为空")
// @NotBlank(message = "对象小类不可为空")
private String smallObjType;
/**