lin
2024-03-14 1d0ea731a29d8d45acea70b0c3c7c91dacf5c101
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 {
 
}