|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
package cn.estsh.i3plus.pojo.mes.model;
|
|
|
|
|
|
|
|
|
|
import cn.estsh.i3plus.pojo.base.bean.BaseBean;
|
|
|
|
|
import io.swagger.annotations.Api;
|
|
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
|
|
import lombok.AllArgsConstructor;
|
|
|
|
@ -19,8 +20,8 @@ import java.math.BigDecimal;
|
|
|
|
|
@Data
|
|
|
|
|
@NoArgsConstructor
|
|
|
|
|
@AllArgsConstructor
|
|
|
|
|
@Api("动作函数关系model")
|
|
|
|
|
public class IfRawPartDataModel implements Serializable {
|
|
|
|
|
@Api("原材料信息model")
|
|
|
|
|
public class IfRawPartDataModel extends BaseBean {
|
|
|
|
|
|
|
|
|
|
@ApiParam("id")
|
|
|
|
|
private Long id;
|
|
|
|
|