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