| | |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | import org.springframework.format.annotation.DateTimeFormat; |
| | | |
| | | import org.apache.commons.lang3.tuple.Pair; |
| | | import java.math.BigDecimal; |
| | | import java.time.LocalDate; |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @author :yys |
| | |
| | | @Data |
| | | @ApiModel |
| | | @ExcelIgnoreUnannotated |
| | | public class SalesLedgerProductionAccountingDto extends SalesLedgerProductDto{ |
| | | public class SalesLedgerProductionAccountingDto extends SalesLedgerProductDto { |
| | | |
| | | /** |
| | | * 生产人id |
| | |
| | | |
| | | private String dateType; |
| | | |
| | | private String deviceWorkInfo; |
| | | |
| | | private List<Pair<String,Integer>> deviceWorkInfoPairList; |
| | | |
| | | |
| | | } |