gongchunyi
4 天以前 965cd9cc87ee705eb8d6ce259ee33d26291fe0d3
1
2
3
4
5
6
package com.ruoyi.productionPlan.dto;
 
import com.ruoyi.productionPlan.pojo.ProductionPlan;
 
public class ProductionPlanDto extends ProductionPlan {
}