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