shiyunteng
4 小时以前 2db76f2066701cbe292f206ad49a7f8523b8aa9f
platformx-business-finance-api/src/main/java/com/by4cloud/platformx/business/dto/GenInvoiceInfoDTO.java
@@ -1,5 +1,6 @@
package com.by4cloud.platformx.business.dto;
import com.by4cloud.platformx.business.vo.ContractOutBoundInvoiceVo;
import lombok.Data;
import java.util.List;
@@ -7,6 +8,10 @@
@Data
public class GenInvoiceInfoDTO {
   private List<Long> contractOutBoundIds;
   private List<ContractOutBoundInvoiceVo> outBoundInvoiceList;
   private String contractCategory;
   private String contractId;
}