This commit is contained in:
赵辉
2026-07-03 23:50:22 +08:00
parent 4ced5f9b65
commit 4a90bbd9ad
4 changed files with 10 additions and 3 deletions
@@ -169,4 +169,6 @@ public class ContractManagePO extends BaseVOEntity{
@ApiModelProperty(name = "主体类型(1-货主,2-客户,3-承运商)")
private Integer principalType;
private String isMany;
}