新增中航产线看板-每小时产量接口

yun-zuoyi
songss 5 years ago
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…
Cancel
Save