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