Merge branch 'test' of http://git.estsh.com/i3-IMPP/i3plus-pojo into test
commit
4e013a7ef0
@ -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