添加isDistribute注释

This commit is contained in:
GYJ
2024-07-02 10:12:24 +08:00
parent 40cc8fac70
commit c80d972fea

View File

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