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