#3015,#3017,#3018,#3041,#3045

yun-zuoyi
gragon.xu 7 years ago
parent ff572a219e
commit 620a4b0c99

@ -6,7 +6,6 @@ import io.swagger.annotations.ApiParam;
import lombok.Data;
import java.util.List;
import java.util.Map;
/**
* @Description : PDAbean
@ -32,13 +31,17 @@ public class WmsOperationBean extends BaseBean {
public String alId;
/**
* :10=,
* 20=,30=,40= 50=()
* :
* 10=,
* 20=,
* 30=,
* 40=,
* 50=(),
* 60=
*/
@ApiParam("触发源")
public int sourceOwner;
@ApiParam("选中的明细数据")
public List<Map<String, Object>> details;
public List<String> details;
}

Loading…
Cancel
Save