lin
2024-04-15 5b33d886cb6da7a8b0f66f0c0bb0a3d0b2b19d6a
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 {
}