lin
2024-03-25 9f8f9d13c42ca8cdccbf351069082a5fdccef2e4
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 {
 
}