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