完成基本下单的学习
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package cn.mayiming.Common.Entity;
|
||||
|
||||
|
||||
import lombok.Data;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
|
||||
@Data
|
||||
public class StockDeductDTO {
|
||||
@NotNull
|
||||
private Long id;
|
||||
|
||||
@NotNull
|
||||
private Integer deductNum;
|
||||
}
|
||||
Reference in New Issue
Block a user