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