zepengdev
2025-09-17 3c9e545c80af5515264f28dd60c46b1147281581
1
2
3
4
5
6
7
package com.oying.modules.pc.product.domain.enums;
 
public enum ProductChangeTypeEnum {
 
    PUT_ON_SHELF
 
}