bj-mgn辅助展示组件
parent
7243e20cc8
commit
746a17bd75
@ -0,0 +1,25 @@
|
||||
package cn.estsh.i3plus.pojo.mes.model;
|
||||
|
||||
import io.swagger.annotations.ApiParam;
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @Description:
|
||||
* @Author: jokelin
|
||||
* @Date: 2020/9/2 5:00 下午
|
||||
* @Modify:
|
||||
*/
|
||||
@Data
|
||||
public class AssistModuleModel {
|
||||
|
||||
@ApiParam("标准节拍")
|
||||
private Integer standTakt;
|
||||
|
||||
@ApiParam("x坐标内容")
|
||||
private List<String> xAxis;
|
||||
|
||||
@ApiParam("y坐标内容")
|
||||
private List<String> yAxis;
|
||||
}
|
Loading…
Reference in New Issue