StationRequestBean添加状态机代码

yun-zuoyi
wynne1005 5 years ago
parent 800a954b7f
commit c8178975af

@ -153,6 +153,9 @@ public class StationRequestBean implements Serializable {
@ApiParam("物料名称")
private String partName;
@ApiParam("状态机代码")
private String smCode;
@Override
public String toString() {
return "StationRequestBean{" +

Loading…
Cancel
Save