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