zhongrj
2024-02-03 ce5b864631314a759d4dd9a57ad8799d12778138
1
2
3
4
5
6
7
8
package org.springblade.modules.property.vo;
 
import lombok.Data;
import org.springblade.modules.property.entity.PropertyChargeRecord;
 
@Data
public class PropertyChargeRecordVO extends PropertyChargeRecord {
}