wxy 2024-05-23 14:36:43 +08:00
parent b7c02d446b
commit 45be66a424
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
package com.jing.product.domain.DTO;
import lombok.Data;
/**
* @Author: wangxinyuan
* @Date: 2024/5/23 2:27
*/
@Data
public class TProductMember {
}