zepengdev
2025-07-20 42c4f24c54f5c0f45606befa36c5ef98d6f4ce12
1
2
3
4
5
6
7
package com.oying.modules.pc.product.domain.enums;
 
public enum ProductChangeTypeEnum {
 
    PUT_ON_SHELF
 
}