添加isDistribute注释

This commit is contained in:
GYJ
2024-07-02 10:13:34 +08:00
parent 286b9af051
commit 5a8af7f0bb

View File

@@ -64,6 +64,9 @@ public class TbProduct implements Serializable {
private String typeEnum;
/**
* 是否共享库存
*/
private Byte isDistribute;
private Byte isDel;