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