|
|
|
@ -63,7 +63,11 @@ public class SwebRequireAlarm extends BaseBean {
|
|
|
|
|
|
|
|
|
|
@Column(name = "COUNT_DATE")
|
|
|
|
|
@ApiParam("日期")
|
|
|
|
|
private Double countDate;
|
|
|
|
|
private String countDate;
|
|
|
|
|
|
|
|
|
|
@Column(name = "REQUEST_QTY")
|
|
|
|
|
@ApiParam("需求数量")
|
|
|
|
|
private String requestQty;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("日期")
|
|
|
|
|