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