mirror of
https://github.com/suhf/No1WMS.git
synced 2026-02-05 12:13:33 +09:00
#update
warehouse/list.jsp warehouse/read.jsp StockDto.java WarehouseController.java WarehouseDto.java WarehouseMapper.java WarehouseMapper.xml WarehouseService.java #insert warehouse/update.jsp
This commit is contained in:
@@ -6,8 +6,8 @@ import lombok.Data;
|
||||
public class StockDto {
|
||||
|
||||
private String id;
|
||||
private int warehouse_id;
|
||||
private int product_id;
|
||||
private int warehouseId;
|
||||
private int productId;
|
||||
private int quantity;
|
||||
private boolean activation;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user