分页查询Ecu入库记录deDTO。
This commit is contained in:
parent
f67fd4d91d
commit
1d93bece13
@ -0,0 +1,30 @@
|
||||
package com.cdzy.ebikeoperate.model.dto.request;
|
||||
|
||||
import com.cdzy.common.model.PageParam;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
/**
|
||||
* Ecu入库记录查询请求
|
||||
*
|
||||
* @author dingchao
|
||||
* @date 2025/3/25
|
||||
* @modified by:
|
||||
*/
|
||||
@Data
|
||||
@AllArgsConstructor
|
||||
@NoArgsConstructor
|
||||
public class ReqEbikeEcuEnterRecordsDto {
|
||||
/**
|
||||
* 部件出库记录主键
|
||||
*/
|
||||
private String componentEnterRecordId;
|
||||
|
||||
/**
|
||||
* 分页参数
|
||||
*/
|
||||
private PageParam pageParam;
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user