parent
ada5274998
commit
ef091a9252
4 changed files with 23 additions and 9 deletions
@ -0,0 +1,16 @@ |
||||
package org.springblade.desk.produce.pojo.vo; |
||||
|
||||
import lombok.Data; |
||||
import org.springblade.desk.produce.pojo.entity.WorkOrderAdjust; |
||||
|
||||
/** |
||||
* 订单调整记录 视图实体类 |
||||
* |
||||
* @author litao |
||||
*/ |
||||
@Data |
||||
public class WorkOrderAdjustVO extends WorkOrderAdjust { |
||||
|
||||
|
||||
|
||||
} |
||||
Loading…
Reference in new issue