Merge remote-tracking branch 'origin/SelfStation' into SelfStation
This commit is contained in:
commit
8869735270
|
@ -0,0 +1,12 @@
|
||||||
|
package org.jeecg.modules.entity.vo;
|
||||||
|
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
import java.io.Serializable;
|
||||||
|
|
||||||
|
@Data
|
||||||
|
public class ROIParam implements Serializable {
|
||||||
|
private Integer startChannel;
|
||||||
|
private Integer endChannel;
|
||||||
|
private Integer roiNum;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user