实训时间
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
package com.cool.store.vo.Preparation;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
/**
|
||||
* @Author suzhuhong
|
||||
* @Date 2024/5/25 17:51
|
||||
* @Version 1.0
|
||||
*/
|
||||
@Data
|
||||
public class PreparationProcessVO {
|
||||
|
||||
private Date planStartTime;
|
||||
|
||||
private Integer totalCount;
|
||||
|
||||
private Integer finishCount;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user