1.单据流转接口查询结果类完善字段
parent
58bf32ddf5
commit
fc0e5d2169
@ -1,11 +1,32 @@
|
||||
package com.glxp.api.res.basic;
|
||||
|
||||
import com.glxp.api.entity.basic.BasicBusTypePreEntity;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* 补单设置接口响应VO
|
||||
*/
|
||||
@Data
|
||||
public class BasicBusTypePreResponse {
|
||||
public class BasicBusTypePreResponse extends BasicBusTypePreEntity {
|
||||
|
||||
/**
|
||||
* 原单据类型名称
|
||||
*/
|
||||
private String originName;
|
||||
|
||||
/**
|
||||
* 目标单据类型名称
|
||||
*/
|
||||
private String targetName;
|
||||
|
||||
/**
|
||||
* 目标所在仓库名称
|
||||
*/
|
||||
private String invName;
|
||||
|
||||
/**
|
||||
* 目标往来仓库名称
|
||||
*/
|
||||
private String defaultInvName;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue