Merge remote-tracking branch 'origin/SelfStation' into SelfStation
This commit is contained in:
commit
dee89d28b5
|
@ -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