彭雪彬
2025-09-04 c402e614bacc5999e7df19ee56b233e7cfe92683
1
2
3
4
5
6
7
8
9
10
11
12
package com.oying.modules.pc.store.domain.dto;
 
import com.oying.modules.pc.store.domain.Store;
import lombok.Data;
 
@Data
public class StoreAuditData {
 
    private Store store;
    private StoreRevisionRecord revisionRecord;
 
}