zepengdev
2025-08-29 38213237cc11c9bd3f11b0fa69c56ef663049a4b
1
2
3
4
5
6
7
package com.oying.modules.pc.product.domain.enums;
 
public enum ProductChangeTypeEnum {
 
    PUT_ON_SHELF
 
}