Merge pull request 'test' (#346) from jhforever.wang/i3plus-pojo-U7:test into test
Reviewed-on: http://git.estsh.com/i3-IMPP/i3plus-pojo/pulls/346yun-zuoyi
commit
18ca752f7a
@ -0,0 +1,26 @@
|
||||
package cn.estsh.i3plus.pojo.andon.model;
|
||||
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiParam;
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* @author wangjie
|
||||
* @date 2020/2/12 17:41
|
||||
* @desc
|
||||
*/
|
||||
@Data
|
||||
@ApiModel("安灯事件界面配置MODEL")
|
||||
public class AndonStatusInterfaceCfgModel implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = -4504617079257753276L;
|
||||
|
||||
@ApiParam("界面代码")
|
||||
private String value;
|
||||
|
||||
@ApiParam("界面名称")
|
||||
private String description;
|
||||
|
||||
}
|
Loading…
Reference in New Issue