添加isDistribute注释
This commit is contained in:
parent
286b9af051
commit
5a8af7f0bb
|
|
@ -64,6 +64,9 @@ public class TbProduct implements Serializable {
|
|||
|
||||
private String typeEnum;
|
||||
|
||||
/**
|
||||
* 是否共享库存
|
||||
*/
|
||||
private Byte isDistribute;
|
||||
|
||||
private Byte isDel;
|
||||
|
|
|
|||
Loading…
Reference in New Issue