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