Merge branch 'test' of http://git.estsh.com/i3-IMPP/i3plus-pojo into test
commit
d1c0a6ce8d
@ -0,0 +1,15 @@
|
||||
package cn.estsh.i3plus.pojo.mes.model;
|
||||
|
||||
import io.swagger.annotations.ApiParam;
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class MgnBoardListColorModel {
|
||||
|
||||
@ApiParam("产线")
|
||||
private String workCenterCode;
|
||||
|
||||
@ApiParam("颜色")
|
||||
private String color;
|
||||
|
||||
}
|
Loading…
Reference in New Issue