| | |
| | | package com.vincent.rsf.server.api.controller.erp.params; |
| | | |
| | | |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | import io.swagger.annotations.ApiModel; |
| | | import lombok.experimental.Accessors; |
| | | import lombok.Data; |
| | | |
| | | import java.io.Serializable; |
| | | |
| | |
| | | @Accessors(chain = true) |
| | | @ApiModel(value = "SyncTransferItems", description = "调拔单同步参数") |
| | | public class SyncTransferItems implements Serializable { |
| | | |
| | | |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | @ApiModelProperty("物料名称") |
| | | private String maktx; |
| | |
| | | |
| | | @ApiModelProperty("项目编码") |
| | | private String projectCode; |
| | | |
| | | |
| | | } |