fix:修改updateROI接口参数
This commit is contained in:
parent
0af17e0601
commit
1e830b0392
|
@ -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