EDI Finish Task #2215 Cost:48h Left:0h
parent
1fb2f07ca3
commit
6956259496
@ -0,0 +1,20 @@
|
||||
package cn.estsh.i3plus.pojo.mes.model.mgnbj;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @author Wynne.Lu
|
||||
* @date 2020/6/30 15:24
|
||||
* @desc
|
||||
*/
|
||||
@Data
|
||||
public class MgnBjRecipePartsModel {
|
||||
|
||||
private String location;
|
||||
|
||||
private String recipe;
|
||||
|
||||
private List<Part> parts;
|
||||
}
|
Loading…
Reference in New Issue