添加天津涂装看板
parent
06c3992b98
commit
9bf8018ac1
@ -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