tz 看板
parent
21cfe5c740
commit
cf9d3d9f2d
@ -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