linwei
2024-01-18 413bbb8dbcb2a75ac28850b95aac2d16faf27b7d
1
2
3
4
5
6
7
8
9
package org.springblade.modules.property.vo;
 
import lombok.Data;
import org.springblade.modules.property.entity.PropertyCharge;
 
@Data
public class PropertyChargeVO extends PropertyCharge {
 
}