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