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