lyh
2 天以前 3ce27b7faf8850d101a1511a685250fe562dca18
src/main/java/com/lxzn/framework/domain/webservice/PlmProgramSourceInfo.java
@@ -14,7 +14,7 @@
 */
@Data
@NoArgsConstructor
@TableName(value = "PLM_PROGRAM_SOURCE")
@TableName(value = "plm_program_source")
public class PlmProgramSourceInfo implements Serializable {
    @TableId(value = "id")
    private String id;