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