彭雪彬
2025-09-04 c402e614bacc5999e7df19ee56b233e7cfe92683
1
2
3
4
5
6
7
package com.oying.modules.pc.product.domain.enums;
 
public enum ProductChangeTypeEnum {
 
    PUT_ON_SHELF
 
}