去除无效字段;
This commit is contained in:
-6
@@ -52,12 +52,6 @@ public class DeliveryDetailsLinkDO extends BaseVOEntity {
|
||||
@ApiModelProperty(value = "金额")
|
||||
private BigDecimal amount;
|
||||
|
||||
@ApiModelProperty(name = "组织ID集合")
|
||||
private List<Long> organizationIdList;
|
||||
|
||||
@ApiModelProperty(name = "权限菜单ID")
|
||||
private Long permissionMenuId;
|
||||
|
||||
private List<DeliveryDetailsLinkItemsDO> deliveryDetailsLinkItemsDOList;
|
||||
@ApiModelProperty("附件(地址)")
|
||||
private String fileUrl;
|
||||
|
||||
Reference in New Issue
Block a user