Merge remote-tracking branch 'origin/test' into test
commit
8cd41d322a
@ -0,0 +1,26 @@
|
||||
package cn.estsh.i3plus.pojo.mes.model;
|
||||
|
||||
import cn.estsh.i3plus.pojo.mes.bean.MesShiftRest;
|
||||
import io.swagger.annotations.ApiParam;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* @Description:
|
||||
* @Reference:
|
||||
* @Author: wangjie
|
||||
* @CreateDate: 2019\10\24 22:04
|
||||
* @Modify:
|
||||
**/
|
||||
@Data
|
||||
public class MesShiftRestModel extends MesShiftRest {
|
||||
|
||||
@ApiParam("开始时间")
|
||||
private String startDate;
|
||||
|
||||
@ApiParam("结束时间")
|
||||
private String endDate;
|
||||
|
||||
@ApiParam("实际时间差(毫秒)")
|
||||
private Long subTimes;
|
||||
|
||||
}
|
Loading…
Reference in New Issue