[bug: 7637 生产数据]

yun-zuoyi
joke lin 5 years ago
parent e8f48bcb04
commit 3b928c6ddc

@ -14,6 +14,7 @@ import javax.persistence.Entity;
import javax.persistence.Table; import javax.persistence.Table;
import javax.persistence.Transient; import javax.persistence.Transient;
import java.io.Serializable; import java.io.Serializable;
import java.util.List;
/** /**
* @Description: * @Description:
@ -126,5 +127,5 @@ public class MesPlc extends BaseBean implements Serializable {
@Transient @Transient
@ApiParam("OPC值") @ApiParam("OPC值")
private String opcValue; private List opcValue;
} }

Loading…
Cancel
Save