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