This commit is contained in:
Cauchy
2023-10-25 11:09:13 +08:00
parent 621ba4c105
commit f723f86d3e
2 changed files with 8 additions and 1 deletions

View File

@@ -45,4 +45,8 @@ public class BuyOrderProduct {
* 删除标识
*/
private int delFlag;
/**
* 发货标识
*/
private int shipped;
}