xin
2025-09-12 a1c22dc7beef7beee4e6bb702ac254cf9f172f8e
1
2
3
4
5
6
7
package com.oying.modules.pc.product.domain.enums;
 
public enum ProductChangeTypeEnum {
 
    PUT_ON_SHELF
 
}