feat(inventory): add BusNoRequest DTO for inventory management
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
* Copyright ©2023 CJB-CNIT Team. All rights reserved
|
||||
*/
|
||||
package com.openhis.web.inventorymanage.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* 单据号请求DTO
|
||||
*
|
||||
* @author System
|
||||
* @date 2025-03-02
|
||||
*/
|
||||
@Data
|
||||
public class BusNoRequest {
|
||||
|
||||
/** 单据号 */
|
||||
private String busNo;
|
||||
}
|
||||
Reference in New Issue
Block a user