修改海纳川问题

yun-zuoyi
宋军超 5 years ago
parent e35fdcbc2a
commit 0b3c53b4ca

@ -0,0 +1,21 @@
package cn.estsh.i3plus.pojo.mes.model;
import io.swagger.annotations.ApiParam;
import lombok.Data;
@Data
public class TorqueReviewModel {
@ApiParam("工作单元代码")
private String workCellCode;
@ApiParam("工作单元名称")
private String workCellName;
@ApiParam("枪类型")
private String gunType;
@ApiParam("检测结果")
private String checkResult;
}
Loading…
Cancel
Save