dev798
parent
b7c02d446b
commit
45be66a424
|
@ -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 {
|
||||||
|
}
|
Loading…
Reference in New Issue