| | |
| | | import com.qianwen.mdc.dto.machine.MachineDTO;
|
| | | import com.qianwen.mdc.service.machine.MachineEditService;
|
| | | import com.qianwen.mdc.service.workshop.WorkshopService;
|
| | | import com.qianwen.mdc.vallidate.AddGroup;
|
| | | import com.qianwen.mdc.vallidate.UpdateGroup;
|
| | |
|
| | | /**
|
| | | * @author y_ys79
|
| | |
| | | /**
|
| | | * 班制
|
| | | */
|
| | | |
| | | private Integer shiftType;
|
| | | |
| | | private Integer concern;
|
| | | |
| | | public Long getId() {
|
| | | return id;
|
| | | }
|
| | |
| | | this.transMode = transMode;
|
| | | }
|
| | |
|
| | | public Integer getConcern() {
|
| | | return concern;
|
| | | }
|
| | |
|
| | | public void setConcern(Integer concern) {
|
| | | this.concern = concern;
|
| | | }
|
| | |
|
| | |
|
| | | }
|