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