| | |
| | | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.ruoyi.basic.dto.StorageBlobDTO; |
| | | import com.ruoyi.basic.dto.StorageBlobVO; |
| | | import com.ruoyi.sales.pojo.CommonFile; |
| | | import com.ruoyi.sales.pojo.SalesLedgerProduct; |
| | | import io.swagger.v3.oas.annotations.media.Schema; |
| | |
| | | |
| | | private String entryDateStart; |
| | | private String entryDateEnd; |
| | | |
| | | @Schema(description = "发货状态筛选:未发货/已发货") |
| | | private String shippingStatus; |
| | | |
| | | |
| | | private String salesman; |
| | |
| | | |
| | | @Schema(description = "交货日期") |
| | | private LocalDate deliveryDate; |
| | | |
| | | private List<StorageBlobDTO> storageBlobDTOs; |
| | | private List<StorageBlobVO> StorageBlobVOs; |
| | | } |