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