Merge branch 'test' of http://git.estsh.com/i3-IMPP/i3plus-pojo into test
commit
4311fef1a3
@ -0,0 +1,28 @@
|
|||||||
|
package cn.estsh.i3plus.pojo.model.wms;
|
||||||
|
|
||||||
|
import io.swagger.annotations.Api;
|
||||||
|
import io.swagger.annotations.ApiParam;
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
import java.io.Serializable;
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @Description 北京麦格纳BBAC库存扣减导入MODEL
|
||||||
|
* @Reference
|
||||||
|
* @Author dragon
|
||||||
|
* @CreateDate 2020/11/22 14:46
|
||||||
|
* @Modify
|
||||||
|
*/
|
||||||
|
@Data
|
||||||
|
@Api("北京麦格纳BBAC库存扣减导入MODEL")
|
||||||
|
public class WmsBjmgnBbacReductModel implements Serializable {
|
||||||
|
@ApiParam("JIS号")
|
||||||
|
public String jisNo;
|
||||||
|
@ApiParam("物料号")
|
||||||
|
public String partNo;
|
||||||
|
@ApiParam("项目编码")
|
||||||
|
public String projectNo;
|
||||||
|
@ApiParam("客户编码")
|
||||||
|
public String custNo;
|
||||||
|
}
|
Loading…
Reference in New Issue