新增中航产线看板-每小时产量接口
parent
1730dc27c3
commit
d9040143f9
@ -0,0 +1,21 @@
|
|||||||
|
package cn.estsh.i3plus.pojo.mes.model;
|
||||||
|
|
||||||
|
import io.swagger.annotations.ApiParam;
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @Description :中航-每小时产量
|
||||||
|
* @Reference :
|
||||||
|
* @author: dominic
|
||||||
|
* @date: 2020/10/23 13:46
|
||||||
|
* @Modify:
|
||||||
|
*/
|
||||||
|
|
||||||
|
@Data
|
||||||
|
public class MesBoardHourProductCountModel {
|
||||||
|
@ApiParam("时间段")
|
||||||
|
private String hour;
|
||||||
|
|
||||||
|
@ApiParam("计数")
|
||||||
|
private Integer count;
|
||||||
|
}
|
Loading…
Reference in New Issue